[issue26486] Backport some tests to 2.7

Martin Panter report at bugs.python.org
Tue Mar 8 02:19:59 EST 2016


Martin Panter added the comment:

I suspect this change is causing some buildbot failures (and failures on my computer). E.g. <http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%202.7/builds/1274>.

======================================================================
FAIL: test_int_pickling_efficiency (test.test_cpickle.cPickleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/media/disk/home/proj/python/cpython/Lib/test/pickletester.py", line 1509, in test_int_pickling_efficiency
    self.assertEqual(sorted(sizes), sizes)
AssertionError: Lists differ: [5, 5, 6, 6, 8, 8, 8, 14, 14, ... != [5, 5, 6, 6, 8, 8, 8, 16, 18, ...

First differing element 7:
14
16

- [5, 5, 6, 6, 8, 8, 8, 14, 14, 16, 18, 19, 21, 22, 24]
+ [5, 5, 6, 6, 8, 8, 8, 16, 18, 19, 21, 22, 24, 14, 14]

----------
nosy: +martin.panter
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26486>
_______________________________________


More information about the Python-bugs-list mailing list