Skip to content

Commit 36476e4

Browse files
authored
Merge pull request #59720 from eeckstein/reenable-ei-tests
tests: re-enable escape-info tests for x86
2 parents 3d95036 + 3e2c59e commit 36476e4

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

test/SILOptimizer/addr_escape_info.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar95944300
6-
7-
// rdar92963081
8-
// UNSUPPORTED: OS=linux-gnu
5+
// Currently failing on arm: rdar://92963081
6+
// REQUIRES: CPU=x86_64
97

108
sil_stage canonical
119

test/SILOptimizer/escape_info.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar95944300
6-
7-
// rdar92963081
8-
// UNSUPPORTED: OS=linux-gnu
5+
// Currently failing on arm: rdar://92963081
6+
// REQUIRES: CPU=x86_64
97

108
sil_stage canonical
119

test/SILOptimizer/escape_info_objc.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// REQUIRES: objc_interop
55
// REQUIRES: PTRSIZE=64
66

7-
// REQUIRES: rdar95944300
7+
// Currently failing on arm: rdar://92963081
8+
// REQUIRES: CPU=x86_64
89

910
sil_stage canonical
1011

test/SILOptimizer/ranges.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar95944300
6-
7-
// rdar92963081
8-
// UNSUPPORTED: OS=linux-gnu
5+
// Currently failing on arm: rdar://92963081
6+
// REQUIRES: CPU=x86_64
97

108
sil_stage canonical
119

0 commit comments

Comments
 (0)