Adding needs-unwind to tests involving changing memory size of Futures/Closures

This commit is contained in:
Andrew Pollack 2022-09-20 19:46:27 +00:00
parent cd8cc91045
commit 592ae2073b
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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)]