[Python-3000-checkins] r53433 - python/branches/p3yk/BROKEN_TESTS

guido.van.rossum python-3000-checkins at python.org
Sun Jan 14 17:55:37 CET 2007


Author: guido.van.rossum
Date: Sun Jan 14 17:55:36 2007
New Revision: 53433

Modified:
   python/branches/p3yk/BROKEN_TESTS
Log:
Honesty before all.


Modified: python/branches/p3yk/BROKEN_TESTS
==============================================================================
--- python/branches/p3yk/BROKEN_TESTS	(original)
+++ python/branches/p3yk/BROKEN_TESTS	Sun Jan 14 17:55:36 2007
@@ -1,3 +1,5 @@
+test_format -- '%o' % 0 works? ... no # Unexpected  <type 'exceptions.TypeError'> : 'expected string or Unicode object, int found'
 test_pickletools -- Test probably needs to be fixed
+test_repr -- test_numbers() fails
 test_socket -- OverflowError: can't convert negative value to unsigned int
-test_sqlite -- ???
+test_sqlite -- CheckLargeInt (sqlite3.test.types.SqliteTypeTests, sqlite3.test.types.DeclTypesTests)


More information about the Python-3000-checkins mailing list