Skip to content

Commit 4677d14

Browse files
Merge pull request #72814 from nate-chandler/test/disable/rdar125628293
[Test] Disable a test on arm64_32.
2 parents e759a28 + b466ba4 commit 4677d14

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

0 commit comments

Comments
 (0)