about summary refs log tree commit diff
path: root/src/test
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2019-10-11 09:57:44 +0200
committerRalf Jung <post@ralfj.de>2019-10-11 09:57:44 +0200
commit63d67fa273f6b4409623b1dc9517ee5aade18cd2 (patch)
tree4cd309cdc15fa942c7f8b7bc5606e9b739d2886b /src/test
parent08ec3fef571d3dcfbec2f8b7de1cee78ee05554d (diff)
downloadrust-63d67fa273f6b4409623b1dc9517ee5aade18cd2.tar.gz
rust-63d67fa273f6b4409623b1dc9517ee5aade18cd2.zip
ignore-emcscripten as it does not support threads
Diffstat (limited to 'src/test')
-rw-r--r--src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs b/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
index a6666d66ce5..bc15fcb0e39 100644
--- a/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
+++ b/src/test/ui/extern/issue-64655-extern-rust-must-allow-unwind.rs
@@ -1,5 +1,6 @@
 // run-pass
 // ignore-wasm32-bare compiled with panic=abort by default
+// ignore-emscripten no threads support
 
 // rust-lang/rust#64655: with panic=unwind, a panic from a subroutine
 // should still run destructors as it unwinds the stack. However,