Skip to content

Commit 0b09d6b

Browse files
authored
Merge pull request #59228 from tshortli/xfail-string-create
Tests: XFAIL test/stdlib/StringCreate.swift
2 parents 198e967 + c0b91c9 commit 0b09d6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/StringCreate.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

4+
// rdar://91405760
5+
// XFAIL: use_os_stdlib
6+
// XFAIL: back_deployment_runtime
7+
48
import StdlibUnittest
59
defer { runAllTests() }
610

0 commit comments

Comments
 (0)