Ignore wasm for panic tests
This commit is contained in:
parent
6531ba882e
commit
851492c372
@ -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)]
|
||||
|
||||
|
@ -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)]
|
||||
|
||||
|
@ -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)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user