You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the order in which things are getting printed was flipped. So we are getting this error in the swift build:
20:53:48 TestFoundation/TestNSDictionary.swift:49: error: TestNSDictionary.test_description : XCTAssertEqual failed: ("{
20:53:48 foo = bar;
20:53:48 baz = qux;
20:53:48 }") is not equal to ("{
20:53:48 baz = qux;
20:53:48 foo = bar;
20:53:48 }") -
I would just fix this, but I don't work often in this codebase so I think
disabling is the right way to go.
https://bugs.swift.org/browse/SR-7166
0 commit comments