libsdl-org/SDL_image

build-time tests are not run on ci

madebr opened this issue · 4 comments

madebr commented

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

madebr commented

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

madebr commented

Since ba43aa3, the tests are run on ci.