[New-bugs-announce] [issue19747] New failures in test_pickletools on 32-bit Windows Vista

Tim Peters report at bugs.python.org
Sun Nov 24 06:09:28 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19747>
_______________________________________


More information about the New-bugs-announce mailing list