Skip to content

Commit 00203c4

Browse files
committed
disable 3 tests on linux
rdar://93247418 rdar://92963081
1 parent bd6296a commit 00203c4

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

test/SILOptimizer/addr_escape_info.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
// REQUIRES: swift_in_compiler
44

5+
// rdar92963081
6+
// UNSUPPORTED: linux
7+
58
sil_stage canonical
69

710
import Builtin

test/SILOptimizer/escape_info.sil

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
// REQUIRES: swift_in_compiler
44

5+
// rdar92963081
6+
// UNSUPPORTED: linux
7+
8+
59
sil_stage canonical
610

711
import Builtin

test/SILOptimizer/ranges.sil

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
// REQUIRES: swift_in_compiler
44

5+
// rdar92963081
6+
// UNSUPPORTED: linux
7+
8+
59
sil_stage canonical
610

711
// CHECK-LABEL: Instruction range in basic_test:

0 commit comments

Comments
 (0)