Skip to content

Commit 09afc14

Browse files
committed
Disable test on non-x86_64
It currently fails on i386 simulator bots. rdar://63019134
1 parent 7e6d62d commit 09afc14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/SILOptimizer/optimize_keypath_objc.swift

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

55
// REQUIRES: objc_interop
66

7+
// This test currently fails iphonesimulator-i386.
8+
// REQUIRES: CPU=x86_64
9+
710
import Foundation
811

912
class Foo: NSObject {

0 commit comments

Comments
 (0)