Skip to content

Commit 6b27d33

Browse files
authored
[validation-test] Add missing REQUIRES: macosx-x86_64 to test (#77357)
This test forces the usage of macosx-x86_64 and will fail if the x86_64 slice of the stdlib has not been built. Mark it as only running on macosx-x86_64 to avoid the test failure in that case.
1 parent 48415c9 commit 6b27d33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validation-test/SILOptimizer/rdar114699006.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
// No need to run this test that has a hard-coded target of macos10.13 on other
1818
// platforms.
1919
// REQUIRES: OS=macosx
20+
// REQUIRES: STDLIB_VARIANT=macosx-x86_64
2021

2122
// Verify that after RetainSinking runs, the retain of the __EmptyArrayStorage
2223
// is _above_ the call to $sSD17dictionaryLiteralSDyxq_Gx_q_td_tcfCSS_SSTg5

0 commit comments

Comments
 (0)