libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build-time tests are not run on ci

madebr opened this issue · comments

Looking into it atm.

Also, testimage --filter Images is currently failing.
The output contains a lot of:

ERROR: 08/01/23 17:26:46: Assert 'Loading reference should succeed (Parameter 'src' is invalid)': Failed

That sounds like the test data isn't where the program expects

Looks like only the xcf image decoder is failing:

ERROR: 08/01/23 23:25:18: Assert 'Surface differed from reference by at most 0 in 966 pixels': Failed
INFO: /home/maarten/projects/SDL_image/cmake-build-debug/test/sample.xcf:

Good catch, fixed in 698f2cf

Since ba43aa3, the tests are run on ci.