-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add test for #98294 #101232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add test for #98294 #101232
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup=iffy |
Add test for rust-lang#98294 Add a test to make that the failure condition for this pattern is optimized away. Fixes rust-lang#98294.
@bors r- failed in a rollup |
Weird, this test does work fine in a local I wasn't able to run Anyone know what the relevant difference between x86_64 and a local run might be? |
Beyond sanitizers and profilers being enabled, we also use a downloaded LLVM rather than building from scratch. That should be up to date, but maybe we're missing some conditional? You could try enabling downloaded LLVM locally; that should work the same (and you can compare to CI log for the chosen hash). |
Add a test to make that the failure condition for this pattern is optimized away. Fixes rust-lang#98294.
It turns out the issue is debug assertion in std. I added an |
@bors r=Mark-Simulacrum rollup=iffy |
☀️ Test successful - checks-actions |
Finished benchmarking commit (0568b0a): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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.
Footnotes |
this is noise, @rustbot label: +perf-regression-triaged |
Add a test to make that the failure condition for this pattern is optimized away.
Fixes #98294.