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
XCTAssert(false,"This test crashes on Linux for now with Swift 5.4.1 (when the NSConditionLock line is uncommented); when it does not crash there will be something to do in the SwiftHandling code. So we fail the test to remember that.")
16
+
/* Apparently XCTExpectFailure does not exist on Linux. */
17
+
// XCTExpectFailure("Linux has a crash in NSConditionLock. This test is only here to remember to check if the bug is fixed from time to time (simply uncomment the second line of the test; if test does not crash on Linux we’re good).")
18
+
XCTAssert(false,"Linux has a crash in NSConditionLock. This test is only here to remember to check if the bug is fixed from time to time (simply uncomment the second line of the test; if test does not crash on Linux we’re good).")
0 commit comments