Skip to content

Commit e525208

Browse files
[WASM] Disable crash test case for Mirror
1 parent f371b79 commit e525208

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/stdlib/Mirror.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ mirrors.test("Addressing") {
957957
expectNil(m.descendant(1, 1, "bork"))
958958
}
959959

960+
#if !os(WASI)
960961
mirrors.test("Invalid Path Type")
961962
.skip(.custom(
962963
{ _isFastAssertConfiguration() },
@@ -968,6 +969,7 @@ mirrors.test("Invalid Path Type")
968969
expectCrashLater()
969970
_ = m.descendant(X())
970971
}
972+
#endif
971973

972974
mirrors.test("PlaygroundQuickLook") {
973975
// Customization works.

0 commit comments

Comments
 (0)