Skip to content

Commit 9cb3da6

Browse files
authored
Merge pull request #24862 from slavapestov/some-files-are-meant-to-be-written-not-read
test/Interpreter/SDK/archive_attributes.swift only work on the host or simulator
2 parents 5fb3a8b + 1ca80f9 commit 9cb3da6

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)