Package: sqlite3
Version: 3.3.5-0.1
Severity: grave
the testsuite of the python sqlite extension modules fails, please
take warnings from the compiler serious. The testsuite sucessfully
completes, when -fno-strict-aliasing is added to CFLAGS and CXXFLAGS.
======================================================================
FAIL: CheckFloat (sqlite3.test.types.SqliteTypeTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/doko/tmp/build/Lib/sqlite3/test/types.py", line 62, in CheckFloat
self.failUnlessEqual(row[0], val)
AssertionError: 2.6815615859885272e+154 != 3.1400000000000001
----------------------------------------------------------------------
Ran 154 tests in 0.846s
FAILED (failures=1)
test test_sqlite failed -- Traceback (most recent call last):
File "/home/doko/tmp/build/Lib/sqlite3/test/types.py", line 62, in CheckFloat
self.failUnlessEqual(row[0], val)
AssertionError: 2.6815615859885272e+154 != 3.1400000000000001
1 test failed:
test_sqlite
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]