Skip to content

Commit b9092e4

Browse files
committed
Temporarily disable three SILOptimizer tests on 32-bit
The proper fix is tracked by rdar://problem/74359824.
1 parent c45fb3c commit b9092e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/SILOptimizer/OSLogFullOptTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
//
33
// REQUIRES: VENDOR=apple
44
// REQUIRES: swift_stdlib_no_asserts
5+
// REQUIRES: PTRSIZE=64
56

67
// This tests the optimality of the IR generated for the new os log APIs. This
78
// is not testing the output of a specific optimization pass (which has separate

test/SILOptimizer/dead_array_elim.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %target-swift-frontend -O -emit-sil -primary-file %s | %FileCheck %s
22

33
// REQUIRES: swift_stdlib_no_asserts
4+
// REQUIRES: PTRSIZE=64
45

56
// These tests check whether DeadObjectElimination pass runs as a part of the
67
// optimization pipeline and eliminates dead array literals in Swift code.

test/SILOptimizer/string_optimization.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
66

77
// REQUIRES: executable_test,swift_stdlib_no_asserts
8+
// REQUIRES: PTRSIZE=64
89

910
#if _runtime(_ObjC)
1011
import Foundation

0 commit comments

Comments
 (0)