New submission from Tim Peters: Alexandre, this started after your latest checkin (to finish the framing work):
====================================================================== FAIL: test_framing_large_objects (test.test_pickletools.OptimizedPickleTests) (proto=4) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Code\Python\lib\test\pickletester.py", line 1354, in test_framing_large_objects self.assertGreaterEqual(n_frames, len(obj)) AssertionError: 1 not greater than or equal to 3 ====================================================================== FAIL: test_framing_many_objects (test.test_pickletools.OptimizedPickleTests) (proto=4) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Code\Python\lib\test\pickletester.py", line 1342, in test_framing_many_objects self.FRAME_SIZE_TARGET * 1) AssertionError: 368886.0 not less than or equal to 65536 ====================================================================== FAIL: test_optional_frames (test.test_pickletools.OptimizedPickleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "C:\Code\Python\lib\test\pickletester.py", line 1392, in test_optional_frames count_opcode(pickle.FRAME, pickled)) AssertionError: 1 not less than 1 ---------------------------------------------------------------------- Ran 82 tests in 4.034s FAILED (failures=3) test test_pickletools failed 1 test failed: test_pickletools ---------- assignee: alexandre.vassalotti messages: 204180 nosy: alexandre.vassalotti, tim.peters priority: normal severity: normal status: open title: New failures in test_pickletools on 32-bit Windows Vista versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19747> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com