Skip to content

Commit 2cb079b

Browse files
committed
[Test] Disable two tests that hang asan bots.
The following tests are disabled here: compiler_crashers_2/0208-sr8751.swift compiler_crashers_2/0207-sr7371.swift rdar://problem/65241930
1 parent 8a8369b commit 2cb079b

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)