Skip to content

Commit 41ee9ff

Browse files
authored
Merge pull request #58808 from etcwilde/ewilde/disable-failing-SILOptimizer-tests
Gating failing SILOptimizer tests
2 parents 5ac762a + 3be4a03 commit 41ee9ff

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

test/SILOptimizer/addr_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+
// REQUIRES: rdar92963081
6+
57
sil_stage canonical
68

79
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+
// REQUIRES: rdar92963081
6+
57
sil_stage canonical
68

79
import Builtin

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+
// REQUIRES: rdar92963081
6+
57
sil_stage canonical
68

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

0 commit comments

Comments
 (0)