Skip to content

Commit f371b79

Browse files
[WASM] Disable always failing test case because it crashes
1 parent a0f48aa commit f371b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: test/stdlib/StringAPI.swift

+2
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ StringTests.test("SameTypeComparisons") {
319319
expectFalse(xs != xs)
320320
}
321321

322+
#if !os(WASI)
322323
StringTests.test("CompareStringsWithUnpairedSurrogates")
323324
.xfail(
324325
.always("<rdar://problem/18029104> Strings referring to underlying " +
@@ -334,6 +335,7 @@ StringTests.test("CompareStringsWithUnpairedSurrogates")
334335
]
335336
)
336337
}
338+
#endif
337339

338340
StringTests.test("[String].joined() -> String") {
339341
let s = ["hello", "world"].joined()

0 commit comments

Comments
 (0)