Skip to content

Commit fb64fa9

Browse files
committed
[Test] Disable a test on arm64_32.
At least while we're investigating. rdar://125628293
1 parent 8c230de commit fb64fa9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/builtin_bridge_object.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift(-Onone -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple) | %FileCheck %s --check-prefixes=CHECK,CHECK-DBG
22
// RUN: %target-run-simple-swift(-O -parse-stdlib -Xfrontend -enable-copy-propagation -target %target-swift-abi-5.6-triple) | %FileCheck --check-prefixes=CHECK,CHECK-OPT %s
33

4+
// rdar://125628293
5+
// UNSUPPORTED: CPU=arm64_32
6+
47
// REQUIRES: executable_test
58
// REQUIRES: objc_interop
69
// rdar://124700033

0 commit comments

Comments
 (0)