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 {
152
152
}
153
153
154
154
func testClangdCrashRecovery( ) throws {
155
- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
156
155
try XCTSkipUnless ( longTestsEnabled)
157
156
158
157
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
@@ -190,7 +189,6 @@ final class CrashRecoveryTests: XCTestCase {
190
189
}
191
190
192
191
func testClangdCrashRecoveryReopensWithCorrectBuildSettings( ) throws {
193
- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
194
192
try XCTSkipUnless ( longTestsEnabled)
195
193
196
194
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecoveryBuildSettings " ) !
@@ -224,7 +222,6 @@ final class CrashRecoveryTests: XCTestCase {
224
222
}
225
223
226
224
func testPreventClangdCrashLoop( ) throws {
227
- try XCTSkipUnless ( isDarwinHost, " Crashing sporadically rdar://78035044 " )
228
225
try XCTSkipUnless ( longTestsEnabled)
229
226
230
227
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
You can’t perform that action at this time.
0 commit comments