Uh oh!
There was an error while loading. Please reload this page.
Add test for #98294 - #101232
Conversation
rust-highfive
commented
Aug 31, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Sep 1, 2022
@bors r+ rollup=iffy |
bors
commented
Sep 1, 2022
Add test for rust-lang#98294 Add a test to make that the failure condition for this pattern is optimized away. Fixesrust-lang#98294.
matthiaskrgr
commented
Sep 3, 2022
@bors r- failed in a rollup |
nikic
commented
Sep 5, 2022
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? |
Mark-Simulacrum
commented
Sep 5, 2022
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. Fixesrust-lang#98294.
nikic
commented
Sep 5, 2022
It turns out the issue is debug assertion in std. I added an |
nikic
commented
Sep 6, 2022
@bors r=Mark-Simulacrum rollup=iffy |
bors
commented
Sep 6, 2022
bors
commented
Sep 7, 2022
bors
commented
Sep 7, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Sep 7, 2022
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 |
lqd
commented
Sep 7, 2022
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.