]> git.lizzy.rs Git - rust.git/commitdiff
the test requires unwinding so we don't run it on the wasm32-bare target
authorJorge Aparicio <jorge@japaric.io>
Fri, 21 Sep 2018 21:40:00 +0000 (23:40 +0200)
committerJorge Aparicio <jorge@japaric.io>
Sat, 22 Sep 2018 19:01:21 +0000 (21:01 +0200)
src/test/run-pass/panic-uninitialized-zeroed.rs

index f40ea7cce078aeb2decbed6d32af0d47373d717c..0108a02e88aae26a012835c410ca203d3846357b 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-wasm32-bare always compiled as panic=abort right now and this requires unwinding
 // This test checks that instantiating an uninhabited type via `mem::{uninitialized,zeroed}` results
 // in a runtime panic.