Skip to content

Commit ad19d35

Browse files
committed
Disable StringAPI test on OS stdlib
These tests verify fixes in the stdlib post-5.9, which means that they fail when tested on older versions of the stdlib. Fixes rdar://114581543
1 parent 167aaea commit ad19d35

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/stdlib/StringAPI.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
// REQUIRES: executable_test
33
// REQUIRES: reflection
44

5+
// These tests verify fixes in >5.9 Swift, and will
6+
// fail if run against earlier standard library versions.
7+
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
9+
510
//
611
// Tests for the non-Foundation API of String
712
//

0 commit comments

Comments
 (0)