Skip to content

Commit 1a0d752

Browse files
authored
Merge pull request #83265 from atrick/enable-32bit-tests
Reenable 32-bit tests: dead_array_elim & string_optimization
2 parents 47b0e91 + 9349171 commit 1a0d752

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

test/SILOptimizer/dead_array_elim.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
// REQUIRES: swift_in_compiler
55
// XFAIL: OS=linux-androideabi
66

7-
// Test needs to be updated for 32bit.
8-
// rdar://74810823
9-
// UNSUPPORTED: PTRSIZE=32
10-
117
// These tests check whether DeadObjectElimination pass runs as a part of the
128
// optimization pipeline and eliminates dead array literals in Swift code.
139
// Note that DeadObjectElimination pass relies on @_semantics annotations on

test/SILOptimizer/string_optimization.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77

88
// REQUIRES: executable_test,swift_stdlib_no_asserts
99
// REQUIRES: swift_in_compiler
10-
// Test needs to be updated for 32bit.
11-
// rdar://74810823
12-
// UNSUPPORTED: PTRSIZE=32
1310

1411
#if _runtime(_ObjC)
1512
import Foundation

0 commit comments

Comments
 (0)