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

[SR-7166] TestNSDictionary.test_description is failing on linux #3728

Closed
gottesmm opened this issue Mar 10, 2018 · 3 comments
Closed

[SR-7166] TestNSDictionary.test_description is failing on linux #3728

gottesmm opened this issue Mar 10, 2018 · 3 comments
Assignees

Comments

@gottesmm
Copy link
Member

Previous ID SR-7166
Radar None
Original Reporter @gottesmm
Type Bug
Status Resolved
Resolution Done
Additional Detail from JIRA
Votes 0
Component/s Foundation
Labels Bug
Assignee @lorentey
Priority Medium

md5: 61e3b85ecc9f1f21d6240756e53bd498

Issue Description:

See: https://ci.swift.org/job/swift-PR-Linux-smoke-test/5084/

TestFoundation/TestNSDictionary.swift:49: error: TestNSDictionary.test_description : XCTAssertEqual failed: ("{
20:27:34 foo = bar;
20:27:34 baz = qux;
20:27:34 }") is not equal to ("{
20:27:34 baz = qux;
20:27:34 foo = bar;
20:27:34 }") -

I think the hashing function changed. I am just going to disable the test.

@lorentey
Copy link
Member

Yes, this is fallout from the hashing change. Random seeding usually brings out these cases nicely; unfortunately this one slipped through my testing 🙁

@gottesmm
Copy link
Member Author

No problem! I am just trying to fix the build.

@lorentey
Copy link
Member

Fixed in #1468

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
@shahmishal shahmishal transferred this issue from apple/swift May 5, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants