Skip to content

Commit 1062625

Browse files
authored
Merge pull request #59402 from apple/egorzhdan/sil-tests
[cxx-interop] Disable SIL tests failing on aarch64
2 parents 2d2a56f + ed393b2 commit 1062625

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
// REQUIRES: swift_in_compiler
44

5+
// rdar92963081
6+
// UNSUPPORTED: OS=linux-gnu
57

68
sil_stage canonical
79

test/SILOptimizer/ranges.sil

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

33
// REQUIRES: swift_in_compiler
44

5+
// rdar92963081
6+
// UNSUPPORTED: OS=linux-gnu
57

68
sil_stage canonical
79

0 commit comments

Comments
 (0)