File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
unittests/SourceKit/SwiftLang Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -335,8 +335,7 @@ TEST_F(CursorInfoTest, CursorInfoMustWaitDueToken) {
335
335
EXPECT_EQ (strlen (" fog" ), Info.Length );
336
336
}
337
337
338
- TEST_F (CursorInfoTest, DISABLED_CursorInfoMustWaitDueTokenRace) {
339
- // Disabled due to a race condition (rdar://88652757)
338
+ TEST_F (CursorInfoTest, CursorInfoMustWaitDueTokenRace) {
340
339
const char *DocName = " test.swift" ;
341
340
const char *Contents = " let value = foo\n "
342
341
" let foo = 0\n " ;
@@ -414,7 +413,9 @@ TEST_F(CursorInfoTest, CursorInfoCancelsPreviousRequest) {
414
413
llvm::report_fatal_error (" Did not receive a response for the first request" );
415
414
}
416
415
417
- TEST_F (CursorInfoTest, CursorInfoCancellation) {
416
+ TEST_F (CursorInfoTest, DISABLED_CursorInfoCancellation) {
417
+ // Disabled due to a race condition (rdar://88652757)
418
+
418
419
// TODO: This test case relies on the following snippet being slow to type
419
420
// check so that the first cursor info request takes longer to execute than it
420
421
// takes time to schedule the second request. If that is fixed, we need to
You can’t perform that action at this time.
0 commit comments