[libcxx-commits] [PATCH] D96074: [test] std::nth_element regression

Jordan Rupprecht via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 5 08:31:47 PST 2021


rupprecht abandoned this revision.
rupprecht added a comment.

In D96074#2545092 <https://reviews.llvm.org/D96074#2545092>, @ldionne wrote:

> Thanks a lot for finding this regression and reporting it. How did you find it?

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 <https://reviews.llvm.org/D96084>.




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96074/new/

https://reviews.llvm.org/D96074



More information about the libcxx-commits mailing list