about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2019-12-29 12:07:44 +0100
committerAmanieu d'Antras <amanieu@gmail.com>2020-03-02 11:43:07 +0000
commit35349abeb33893e9d683e507f819c16063e4797e (patch)
tree6af9706d15c50933f3dbd600273dc1f3d67a72ff
parent5b682354f2c8bf2c825b6229a6a125435f2053dd (diff)
downloadrust-35349abeb33893e9d683e507f819c16063e4797e.tar.gz
rust-35349abeb33893e9d683e507f819c16063e4797e.zip
Ignore broken no-landing-pads test
-rw-r--r--src/test/ui/no-landing-pads.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/no-landing-pads.rs b/src/test/ui/no-landing-pads.rs
index d9d53210612..44af25f7f8f 100644
--- a/src/test/ui/no-landing-pads.rs
+++ b/src/test/ui/no-landing-pads.rs
@@ -1,6 +1,7 @@
 // run-pass
 // compile-flags: -Z no-landing-pads -C codegen-units=1
 // ignore-emscripten no threads support
+// ignore-test fails because catch_unwind doesn't work with no-landing-pads
 
 use std::thread;