diff options
author | Guido van Rossum <guido@python.org> | 2007-01-14 16:55:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-01-14 16:55:36 (GMT) |
commit | 3a4e97861ff9bde4d6ce9de29b3425d397be19de (patch) | |
tree | dcd2954745e7412796af7799525bbda6dd6e90cd | |
parent | 52d01787dcbb301555300c6c6b3df69c9450c8af (diff) | |
download | cpython-3a4e97861ff9bde4d6ce9de29b3425d397be19de.zip cpython-3a4e97861ff9bde4d6ce9de29b3425d397be19de.tar.gz cpython-3a4e97861ff9bde4d6ce9de29b3425d397be19de.tar.bz2 |
Honesty before all.
-rw-r--r-- | BROKEN_TESTS | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BROKEN_TESTS b/BROKEN_TESTS index 8814591..b217211 100644 --- a/BROKEN_TESTS +++ b/BROKEN_TESTS @@ -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) |