File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class TestRunLoop : XCTestCase {
51
51
runLoop. add ( dummyTimer, forMode: . default)
52
52
let result = runLoop. run ( mode: . default, before: endDate)
53
53
54
- XCTAssertFalse ( result) // should be .Finished
54
+ XCTAssertTrue ( result)
55
55
XCTAssertTrue ( flag)
56
56
}
57
57
@@ -130,9 +130,8 @@ class TestRunLoop : XCTestCase {
130
130
( " test_constants " , test_constants) ,
131
131
( " test_runLoopInit " , test_runLoopInit) ,
132
132
( " test_commonModes " , test_commonModes) ,
133
- // these tests do not work the same as Darwin https://bugs.swift.org/browse/SR-399
134
- // ("test_runLoopRunMode", test_runLoopRunMode),
135
- // ("test_runLoopLimitDate", test_runLoopLimitDate),
133
+ ( " test_runLoopRunMode " , test_runLoopRunMode) ,
134
+ ( " test_runLoopLimitDate " , test_runLoopLimitDate) ,
136
135
( " test_runLoopPoll " , test_runLoopPoll) ,
137
136
( " test_addingRemovingPorts " , test_addingRemovingPorts) ,
138
137
]
You can’t perform that action at this time.
0 commit comments