Ignore wasm for panic tests

This commit is contained in:
David Haig 2019-11-29 15:37:46 +00:00
parent 6531ba882e
commit 851492c372
3 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,8 @@
// run-fail
// error-pattern: thread 'main' panicked at '`async fn` resumed after completion'
// edition:2018
// ignore-wasm no panic or subprocess support
// ignore-emscripten no panic or subprocess support
#![feature(generators, generator_trait)]

View File

@ -4,6 +4,8 @@
// run-fail
// error-pattern: thread 'main' panicked at '`async fn` resumed after panicking'
// edition:2018
// ignore-wasm no panic or subprocess support
// ignore-emscripten no panic or subprocess support
#![feature(generators, generator_trait)]

View File

@ -5,6 +5,8 @@
// run-fail
// error-pattern:generator resumed after completion
// edition:2018
// ignore-wasm no panic or subprocess support
// ignore-emscripten no panic or subprocess support
#![feature(generators, generator_trait)]