Skip to content

Commit e365fd1

Browse files
committed
Tests: Mark test/stdlib/StringCreate.swift as unsupported on back deployment bots.
Using XFAIL won't work here because the tests pass on the iOS back deployment bots, resulting in a UPASS. I was able to take a look at the test binary and rule out both codegen for `if #available(...)` and the optimizer as culprits so the next step is to check if `_stdlib_isOSVersionAtLeast()` is actually busted in the runtime libraries in older versions of macOS.
1 parent e63df1e commit e365fd1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/stdlib/StringCreate.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
// REQUIRES: executable_test
33

44
// rdar://91405760
5-
// XFAIL: use_os_stdlib
6-
// XFAIL: back_deployment_runtime
5+
// UNSUPPORTED: use_os_stdlib, back_deployment_runtime
76

87
import StdlibUnittest
98
defer { runAllTests() }

0 commit comments

Comments
 (0)