Skip to content

Commit 028f53e

Browse files
committed
emcscripten: ignore another thread-using test
1 parent 63d67fa commit 028f53e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/ui/extern/issue-64655-allow-unwind-when-calling-panic-directly.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// run-pass
22
// ignore-wasm32-bare compiled with panic=abort by default
3+
// ignore-emscripten no threads support
34

45
// rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
56
// should still run destructors as it unwinds the stack. However,

0 commit comments

Comments
 (0)