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) _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
