Skip to content

Commit d99417b

Browse files
Merge pull request swiftlang#32863 from nate-chandler/disable-long-running-tests
[Test] Disable two tests that hang asan bots.
2 parents 70bfa89 + 2cb079b commit d99417b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

validation-test/compiler_crashers_2/0207-sr7371.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: not --crash %target-swift-frontend -emit-ir %s
2+
// rdar://problem/65241930
3+
// UNSUPPORTED: asan
24

35
public protocol TypedParserResultTransferType {
46
// Remove type constraint

validation-test/compiler_crashers_2/0208-sr8751.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// RUN: not --crash %target-swift-frontend -emit-ir %s
2+
// rdar://problem/65241930
3+
// UNSUPPORTED: asan
24

35
protocol TreeProtocol {
46

0 commit comments

Comments
 (0)