-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Fix some crash-test directives #147122
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
Fix some crash-test directives #147122
Conversation
This PR changes a file inside |
@bors try jobs=aarch64-apple,aarch64-msvc-1,test-various,i686-gnu-1,i686-msvc-1 |
Fix some crash-test directives try-job: aarch64-apple try-job: aarch64-msvc-1 try-job: test-various try-job: i686-gnu-1 try-job: i686-msvc-1
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test for c5ca529 failed: CI. Failed jobs:
|
6ae0d38
to
d3608cf
Compare
@bors try jobs=aarch64-msvc-1,test-various,i686-gnu-1,i686-msvc-1 |
This comment has been minimized.
This comment has been minimized.
Fix some crash-test directives try-job: aarch64-msvc-1 try-job: test-various try-job: i686-gnu-1 try-job: i686-msvc-1
r=me once you're convinced by CI |
d3608cf
to
b71c469
Compare
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
Rollup of 7 pull requests Successful merges: - #133477 (Detect tuple structs that are unconstructable due to re-export) - #146929 (compiletest: Remove old-output-capture and become a stage0 bootstrap tool) - #146979 (constify Default on Nanoseconds) - #147092 (Do not compute optimized MIR if code does not type-check.) - #147112 (all 48 keywords in just 300 characters) - #147122 (Fix some crash-test directives) - #147127 (Add a leading dash to linker plugin arguments in the gcc codegen) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #147122 - Zalathar:crash-directives, r=cjgillot Fix some crash-test directives - 120175 fails to crash for non-ELF targets; presumably this wasn't noticed because the CI jobs don't enable rustc assertions for non-ELF hosts. - 34127, 125722, and 131292 have `only-x86_64`, which is overly specific. - Unnecessary x86 directives cause friction for contributors using aarch64, especially now that many PR CI jobs also use aarch64. r? ghost
only-x86_64
, which is overly specific.r? ghost