This shows a test case that should pass, but fails, due to a regression in std::nth_element after D93557. The last two elements should be 6 and 7, but they are 7 and 6.
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Thanks a lot for finding this regression and reporting it. How did you find it?
I think this can be closed since we're going to go with D96084.
Comment Actions
We had 10-20 test failures internally that all bisected to this patch, and I logged the before/after of std::nth_element near the test failures. The values here are the relative ordering of the case that failed -- not the actual values, of course :)
I think this can be closed since we're going to go with D96084.