-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding needs-unwind arg to applicable compiler ui tests #101741
Adding needs-unwind arg to applicable compiler ui tests #101741
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
These are compiler ui tests I believe that require unwind (i.e. not cc. @djkoloski @tmandry |
855278c
to
4f18358
Compare
@@ -12,6 +12,7 @@ | |||
// edition:2018 | |||
// ignore-wasm32 issue #62807 | |||
// ignore-asmjs issue #62807 | |||
// needs-unwind Closures off by one byte due to panic byte flag required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto again here.
4f18358
to
34a57a2
Compare
Removed tests that require further inspection -- revisiting those in separate PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
34a57a2
to
ac54767
Compare
@bors delegate+ rollup |
✌️ @andrewpollack can now approve this pull request |
ac54767
to
5d27f19
Compare
@bors r=tmandry |
Rollup of 8 pull requests Successful merges: - rust-lang#101340 (Adding Fuchsia zxdb debugging walkthrough to docs) - rust-lang#101741 (Adding needs-unwind arg to applicable compiler ui tests) - rust-lang#101782 (Update `symbol_mangling` diagnostics migration) - rust-lang#101878 (More simple formatting) - rust-lang#101898 (Remove some unused CSS rules) - rust-lang#101911 (rustdoc: remove no-op CSS on `.source .content`) - rust-lang#101914 (rustdoc-json-types: Document that ResolvedPath can also be a union) - rust-lang#101921 (Pass --cfg=bootstrap for rustdoc for proc_macro crates) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Adding
needs-unwind
arg to applicable compiler ui tests