Skip to content

Commit 1ca80f9

Browse files
committed
test/Interpreter/SDK/archive_attributes.swift only work on the host or simulator
Fixes <rdar://problem/50897246>.
1 parent 5fb3a8b commit 1ca80f9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interpreter/SDK/archive_attributes.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
// REQUIRES: executable_test
1010
// REQUIRES: objc_interop
11+
// REQUIRES: CPU=i386 || CPU=x86_64
1112

1213
// See also archive_attributes_stable_abi.swift, for the stable ABI
1314
// deployment target test.

test/Interpreter/SDK/archive_attributes_stable_abi.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
// REQUIRES: executable_test
1010
// REQUIRES: objc_interop
1111
// REQUIRES: swift_stable_abi
12+
// REQUIRES: CPU=i386 || CPU=x86_64

0 commit comments

Comments
 (0)