Skip to content

Commit a8b1ce2

Browse files
authored
Merge pull request swiftlang#36238 from gottesmm/pr-ac4d2dc6899fb0440fb375df29c1eb9c3815c2f2
Disable two tests on 32 bit until they are updated.
2 parents 86dadac + 090a592 commit a8b1ce2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/SILOptimizer/dead_array_elim.swift

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

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

test/SILOptimizer/string_optimization.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
// REQUIRES: executable_test,swift_stdlib_no_asserts
88

9+
// Test needs to be updated for 32bit.
10+
// rdar://74810823
11+
// UNSUPPORTED: PTRSIZE=32
12+
913
#if _runtime(_ObjC)
1014
import Foundation
1115
#endif

0 commit comments

Comments
 (0)