Skip to content

Commit d82c6a2

Browse files
committed
[Test] Don't test builtin_bridge_object.swift on older OSes.
This test sets a specific target triple which is too new for some older OSes. There's no need to run this test in back-deployment testing, so make it only run when testing a fresh-built runtime. rdar://159026118
1 parent b444a0b commit d82c6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Interpreter/builtin_bridge_object.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
// REQUIRES: executable_test
55
// REQUIRES: objc_interop
6+
// UNSUPPORTED: use_os_stdlib
7+
// UNSUPPORTED: back_deployment_runtime
68
// rdar://124700033
79
// UNSUPPORTED: OS=xros
810

0 commit comments

Comments
 (0)