Skip to content

Commit 592ae20

Browse files
committed
Adding needs-unwind to tests involving changing memory size of Futures/Closures
1 parent cd8cc91 commit 592ae20

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/test/ui/async-await/async-fn-size-moved-locals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// See issue #59123 for a full explanation.
99

1010
// ignore-emscripten (sizes don't match)
11+
// needs-unwind Size of Futures change on panic=abort
1112
// run-pass
1213

1314
// edition:2018

src/test/ui/async-await/async-fn-size-uninit-locals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// being reflected in the size.
66

77
// ignore-emscripten (sizes don't match)
8+
// needs-unwind Size of Futures change on panic=abort
89
// run-pass
910

1011
// edition:2018

src/test/ui/generator/size-moved-locals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
// edition:2018
1313
// ignore-wasm32 issue #62807
1414
// ignore-asmjs issue #62807
15+
// needs-unwind Size of Closures change on panic=abort
1516

1617
#![feature(generators, generator_trait)]
1718

0 commit comments

Comments
 (0)