Skip to content

Commit 5ac648b

Browse files
authored
Merge pull request #59489 from apple/egorzhdan/mute-tests
[cxx-interop] Disable SIL tests failing on aarch64
2 parents c95db5e + 1e39efa commit 5ac648b

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-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: OS=linux-gnu
7+
58
sil_stage canonical
69

710
import Builtin

test/SILOptimizer/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: OS=linux-gnu
7+
58
sil_stage canonical
69

710
import Builtin

test/SILOptimizer/ranges.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: OS=linux-gnu
7+
58
sil_stage canonical
69

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

0 commit comments

Comments
 (0)