Skip to content

Commit 0ad0a2e

Browse files
committed
Revert "Gating failing SILOptimizer tests"
This reverts commit 3be4a03. The tests were failing on linux because of C++ string interop is now used in Function.name. As Function.name now returns a StringRef, this should not be a problem anymore. Though, the underlying problem is not fixed.
1 parent 795be6c commit 0ad0a2e

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

test/SILOptimizer/addr_escape_info.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar92963081
6-
75
sil_stage canonical
86

97
import Builtin

test/SILOptimizer/escape_info.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar92963081
6-
75
sil_stage canonical
86

97
import Builtin

test/SILOptimizer/ranges.sil

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

33
// REQUIRES: swift_in_compiler
44

5-
// REQUIRES: rdar92963081
6-
75
sil_stage canonical
86

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

0 commit comments

Comments
 (0)