Changes between Initial Version and Version 1 of Ticket #1108
- Timestamp:
- 04/11/14 20:57:27 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1108
-
Property
Summary
changed from
sql-de-lite: test failure on x86-64
tosql-de-lite: test failure on Linux x86-64 (GCC, DEBUGBUILD)
-
Property
Summary
changed from
-
Ticket #1108 – Description
initial v1 1 1 See http://salmonella-linux-x86-64.call-cc.org/master-debugbuild/gcc/linux/x86-64/2014/04/11/salmonella-report/test/sql-de-lite.html 2 2 3 That test doesn't fail on x86: http://salmonella-linux-x86.call-cc.org/master-debugbuild/gcc/linux/x86/2014/04/11/salmonella-report/test/sql-de-lite.html3 That test doesn't fail on the other platform combinations. It works on [http://salmonella-linux-x86.call-cc.org/master/clang/linux/x86/2014/04/11/salmonella-report/test/sql-de-lite.html Linux x86 (clang)], [http://salmonella-linux-x86.call-cc.org/master/gcc/linux/x86/2014/04/11/salmonella-report/test/sql-de-lite.html Linux x86 (GCC)], [http://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2014/04/11/salmonella-report/test/sql-de-lite.html FreeBSD x86-64 (clang)], [http://salmonella-linux-x86-64.call-cc.org/master/clang/linux/x86-64/2014/04/11/salmonella-report/test/sql-de-lite.html Linux x86-64 (clang)] and on [http://salmonella-linux-x86-64.call-cc.org/master/gcc/linux/x86-64/2014/04/11/salmonella-report/test/sql-de-lite.html Linux x86-64 (GCC)]. It seems that the test only fails on the system where chicken has been built with DEBUGBUILD=1. 4 4 5 Notethat there are some warnings like5 Also note (probably not related) that there are some warnings like 6 6 {{{ 7 7 Warning: leaked open database handle: #<sqlite-database #<pointer 0x9595618> on ":memory:"> 8 8 }}} 9 9 10 on both platforms (and on [http://salmonella-freebsd-x86-64.call-cc.org/master/clang/freebsd/x86-64/2014/04/11/salmonella-report/test/sql-de-lite.html FreeBSD] too).10 on all platforms.