Opened 7 years ago
Closed 7 years ago
#1473 closed defect (fixed)
stb-image and stb-image-write test failures on 32-bit systems
Reported by: | Mario Domenech Goulart | Owned by: | kristianlm |
---|---|---|---|
Priority: | minor | Milestone: | someday |
Component: | extensions | Version: | 4.13.0 |
Keywords: | stb-image, stb-image-write, tests | Cc: | |
Estimated difficulty: |
Description (last modified by )
See http://salmonella-linux-x86.call-cc.org/chicken-4-debugbuild/gcc/linux/x86/2018/06/09/salmonella-report/test/stb-image.html and http://salmonella-linux-x86.call-cc.org/chicken-4-debugbuild/gcc/linux/x86/2018/06/09/salmonella-report/test/stb-image-write.html
These failures don't seem to happen on 64-bit systems: https://salmonella-linux-x86-64.call-cc.org/chicken-4-debugbuild/gcc/linux/x86-64/2018/06/09/salmonella-report/test/stb-image.html and https://salmonella-linux-x86-64.call-cc.org/chicken-4-debugbuild/gcc/linux/x86-64/2018/06/09/salmonella-report/test/stb-image-write.html
Change History (3)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
applied workaround in tests:
https://github.com/kristianlm/chicken-stb-image/commit/d1efdd22e0b0cadae83c6b141883e8159de6259b
and
https://github.com/kristianlm/chicken-stb-image-write/commit/5c2de1b5592e234bc60ef900a6d6f375b811fb46
thanks for catching and reporting, @mario