Skip to content

Commit abc3695

Browse files
committed
tests: re-enable escape-info tests for x86
There is a problem on arm (rdar://92963081) which we need to resolved. But in the meantime, let's run the tests at least on x86.
1 parent 66e6bed commit abc3695

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)