Skip to content

Commit 1e62953

Browse files
authored
Merge pull request #404 from ahoppen/pr/enable-crash-recovery-tests-linux
Re-enable clangd crash recovery tests on Linux
2 parents e981922 + c34d004 commit 1e62953

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Tests/SourceKitDTests/CrashRecoveryTests.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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")!

0 commit comments

Comments
 (0)