Skip to content

Commit c34d004

Browse files
committed
Revert "Disable clangd crash recovery tests on Linux"
This reverts commit a239421. The underlying issue in swift-corelibs-foundation has been fixed in b07ad9271c8b8f4e41e239f39031869cd7d103c0.
1 parent 3879b12 commit c34d004

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)