File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,6 @@ final class CrashRecoveryTests: XCTestCase {
152152 }
153153
154154 func testClangdCrashRecovery( ) throws {
155- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
156155 try XCTSkipUnless ( longTestsEnabled)
157156
158157 let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
@@ -190,7 +189,6 @@ final class CrashRecoveryTests: XCTestCase {
190189 }
191190
192191 func testClangdCrashRecoveryReopensWithCorrectBuildSettings( ) throws {
193- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
194192 try XCTSkipUnless ( longTestsEnabled)
195193
196194 let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecoveryBuildSettings " ) !
@@ -224,7 +222,6 @@ final class CrashRecoveryTests: XCTestCase {
224222 }
225223
226224 func testPreventClangdCrashLoop( ) throws {
227- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
228225 try XCTSkipUnless ( longTestsEnabled)
229226
230227 let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
You can’t perform that action at this time.
0 commit comments