Skip to content

Commit d34d88d

Browse files
Merge pull request #58896 from eeckstein/disable-test-on-linux
disable 3 tests on linux
2 parents bd6296a + 00203c4 commit d34d88d

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)