Ned Deily added the comment:
The changes for this issue appear to have changed the behavior of test_sqlite.
Prior to 5643e873f06e on OS X 10.4 Tiger with the system libsqlite (3.1.3), all
test cases of test_sqlite pass. As of current tip on the same platform, there
are now two failures in test_sqlite:
$ ./python -m test -v test_sqlite
== CPython 3.4.0a0 (default:c7d9a2159c6c, Jul 30 2013, 14:20:52) [GCC 4.0.1
(Apple Computer, Inc. build 5370)]
== Darwin-8.11.0-Power_Macintosh-powerpc-32bit big-endian
== /Volumes/cache/py/main4/3x/unix/source/build/test_python_4328
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=0,
dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=0,
verbose=0, bytes_warning=0, quiet=0, hash_randomization=1)
[1/1] test_sqlite
test_sqlite: testing with version '2.6.0', sqlite_version '3.1.3'
[...]
======================================================================
FAIL: CheckAggrExceptionInFinalize (sqlite3.test.userfunctions.AggregateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Volumes/cache/py/main4/3x/unix/source/Lib/sqlite3/test/userfunctions.py",
line 336, in CheckAggrExceptionInFinalize
self.fail("should have raised an OperationalError")
AssertionError: should have raised an OperationalError
======================================================================
FAIL: CheckAggrNoFinalize (sqlite3.test.userfunctions.AggregateTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/Volumes/cache/py/main4/3x/unix/source/Lib/sqlite3/test/userfunctions.py",
line 309, in CheckAggrNoFinalize
self.fail("should have raised an OperationalError")
AssertionError: should have raised an OperationalError
----------------------------------------------------------------------
Ran 232 tests in 2.988s
FAILED (failures=2, skipped=1)
test test_sqlite failed
----------
resolution: fixed ->
status: closed -> open
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue18519>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com