Adding needs-unwind to tests involving changing memory size of Futures/Closures
This commit is contained in:
parent
cd8cc91045
commit
592ae2073b
@ -8,6 +8,7 @@
|
||||
// See issue #59123 for a full explanation.
|
||||
|
||||
// ignore-emscripten (sizes don't match)
|
||||
// needs-unwind Size of Futures change on panic=abort
|
||||
// run-pass
|
||||
|
||||
// edition:2018
|
||||
|
@ -5,6 +5,7 @@
|
||||
// being reflected in the size.
|
||||
|
||||
// ignore-emscripten (sizes don't match)
|
||||
// needs-unwind Size of Futures change on panic=abort
|
||||
// run-pass
|
||||
|
||||
// edition:2018
|
||||
|
@ -12,6 +12,7 @@
|
||||
// edition:2018
|
||||
// ignore-wasm32 issue #62807
|
||||
// ignore-asmjs issue #62807
|
||||
// needs-unwind Size of Closures change on panic=abort
|
||||
|
||||
#![feature(generators, generator_trait)]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user