-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
add some debug-assertion crash tests #132789
Conversation
@bors try |
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu-llvm-18
@rustbot author |
☀️ Try build successful - checks-actions |
r? @jieyouxu |
b521cae
to
3a2c247
Compare
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.
In any case, I'm inclined to r+ this because crashes tests are easy to remove and helps to detect changes (incl. fixes). Whether to add incomplete_features crashes tests in the future can be discussed separately.
@bors r+ rollup=iffy |
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu-llvm-18
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
Hm, that's weird... Is the directive implementation wrong I wonder EDIT: I'm missing something because this passes locally and is ignored when rustc built without debug assertions as I expected. |
It doesn't even fail locally in |
@bors try |
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
@bors retry (msvc take 2) |
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu
Rollup of 5 pull requests Successful merges: - rust-lang#128004 (codegen `#[naked]` functions using global asm) - rust-lang#132789 (add some debug-assertion crash tests) - rust-lang#133456 (Add licenses + Run `cargo update`) - rust-lang#133853 (use vendor sources by default on dist tarballs) - rust-lang#133902 (CI: move `dist-arm-linux` to an ARM runner) r? `@ghost` `@rustbot` modify labels: rollup
add some debug-assertion crash tests r? ghost try-job: x86_64-gnu
The job Click to see the possible cause of the failure (guessed by this bot)
|
💔 Test failed - checks-actions |
Really... |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a94fce9): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (primary -2.0%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 771.396s -> 771.536s (0.02%) |
r? ghost
try-job: x86_64-gnu