Summary
stb-image and stb-image-write test failures on 32-bit systems
Metadata
- Id: cc54e39e5857954c1e35d85649f9fdc2b477b274
- Trac id: 1473
- Type: defect
- Reporter: mario
- Owner: kristianlm
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.13.0
- Changetime: 2018-06-12 14:38:33 UTC
- Created: 2018-06-10 11:54:56 UTC
- Keywords: stb-image, stb-image-write, tests
Description
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
Changes and comments
[2018-06-10 11:55:27 UTC] mario changed description
[2018-06-12 14:38:00 UTC] kristianlm wrote:
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