Rollup merge of #102071 - andrewpollack:add-needs-unwind-for-binary-size, r=tmandry
Adding needs-unwind for tests testing memory size of Futures/Closures Adding needs-unwind for tests testing memory size of Futures/Closures cc. ``@djkoloski`` r? ``@tmandry``
This commit is contained in:
commit
aa176c1ba5
@ -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…
Reference in New Issue
Block a user