[New-bugs-announce] [issue5691] test_collections fails under Windows

Antoine Pitrou report at bugs.python.org
Sat Apr 4 19:07:25 CEST 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

This is under Windows XP with VS 2008 Express:

test test_collections failed -- Traceback (most recent call last):
  File "Z:\py3k\__svn__\lib\test\test_collections.py", line 714, in
test_equalit
y
    self.assertNotEqual(od1, od2)       # different order implies inequality
AssertionError: OrderedDict([('f', 6), ('e', 5), ('a', 3), ('b', 2),
('c', 1), (
'd', 4)]) == OrderedDict([('a', 3), ('b', 2), ('c', 1), ('d', 4), ('f',
6), ('e'
, 5)])

----------
components: Tests
messages: 85411
nosy: pitrou, rhettinger
priority: release blocker
severity: normal
stage: needs patch
status: open
title: test_collections fails under Windows
type: behavior
versions: Python 3.1

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


More information about the New-bugs-announce mailing list