File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ final class CrashRecoveryTests: XCTestCase {
140
140
}
141
141
142
142
func testClangdCrashRecovery( ) throws {
143
+ throw XCTSkip ( " failing on rebranch - rdar://73717447 " )
143
144
try XCTSkipUnless ( longTestsEnabled)
144
145
145
146
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
@@ -177,6 +178,7 @@ final class CrashRecoveryTests: XCTestCase {
177
178
}
178
179
179
180
func testClangdCrashRecoveryReopensWithCorrectBuildSettings( ) throws {
181
+ throw XCTSkip ( " failing on rebranch - rdar://73717447 " )
180
182
try XCTSkipUnless ( longTestsEnabled)
181
183
182
184
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecoveryBuildSettings " ) !
@@ -210,6 +212,7 @@ final class CrashRecoveryTests: XCTestCase {
210
212
}
211
213
212
214
func testPreventClangdCrashLoop( ) throws {
215
+ throw XCTSkip ( " failing on rebranch - rdar://73717447 " )
213
216
try XCTSkipUnless ( longTestsEnabled)
214
217
215
218
let ws = try ! staticSourceKitTibsWorkspace ( name: " ClangCrashRecovery " ) !
You can’t perform that action at this time.
0 commit comments