Skip to content

Commit 534690b

Browse files
Don't run this test in backdeployed / host stdlib configs (swiftlang#83958)
libswiftOSLogTestHelper is built with add_swift_target_library, which is used for runtime components, and we only support building those for 13.0+. These back-deploy bots are meant to test against the OS's libraries, since that's what's actually used when back-deploying, but that's not right for this library. resolves rdar://159026163
1 parent 720c1cf commit 534690b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/OSLogExecutionTest.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
// REQUIRES: foundation
1111
//
1212
// REQUIRES: VENDOR=apple
13+
// UNSUPPORTED: use_os_stdlib
14+
// UNSUPPORTED: back_deployment_runtime
1315

1416
// Run-time tests for testing the correctness of the optimizations that optimize the
1517
// construction of the format string and the byte buffer from a string interpolation.

0 commit comments

Comments
 (0)