Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_collections fails under Windows #49941

Closed
pitrou opened this issue Apr 4, 2009 · 3 comments
Closed

test_collections fails under Windows #49941

pitrou opened this issue Apr 4, 2009 · 3 comments
Labels
release-blocker tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@pitrou
Copy link
Member

pitrou commented Apr 4, 2009

BPO 5691
Nosy @rhettinger, @pitrou, @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-04-04.17:27:14.850>
created_at = <Date 2009-04-04.17:07:24.151>
labels = ['type-bug', 'tests', 'release-blocker']
title = 'test_collections fails under Windows'
updated_at = <Date 2009-04-04.17:37:31.837>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2009-04-04.17:37:31.837>
actor = 'pitrou'
assignee = 'none'
closed = True
closed_date = <Date 2009-04-04.17:27:14.850>
closer = 'benjamin.peterson'
components = ['Tests']
creation = <Date 2009-04-04.17:07:24.151>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 5691
keywords = []
message_count = 3.0
messages = ['85411', '85415', '85417']
nosy_count = 3.0
nosy_names = ['rhettinger', 'pitrou', 'benjamin.peterson']
pr_nums = []
priority = 'release blocker'
resolution = 'fixed'
stage = 'needs patch'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue5691'
versions = ['Python 3.1']

@pitrou
Copy link
Member Author

pitrou commented Apr 4, 2009

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)])

@pitrou pitrou added release-blocker tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels Apr 4, 2009
@benjaminp
Copy link
Contributor

Fixed in r71176.

@pitrou
Copy link
Member Author

pitrou commented Apr 4, 2009

Fixed in r71176.

Thanks!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants