Skip to content

Commit

Permalink
Rollup merge of rust-lang#102071 - andrewpollack:add-needs-unwind-for…
Browse files Browse the repository at this point in the history
…-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`
  • Loading branch information
matthiaskrgr authored Sep 21, 2022
2 parents 9a15767 + 592ae20 commit 8a7599d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/test/ui/async-await/async-fn-size-moved-locals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/async-await/async-fn-size-uninit-locals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/test/ui/generator/size-moved-locals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

Expand Down

0 comments on commit 8a7599d

Please sign in to comment.