[libcxx-commits] [PATCH] D79406: [libcxx testing] Make three locking tests more reliable

David Zarzycki via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 7 05:37:59 PDT 2020


davezarzycki added a comment.

Hi @ldionne – I've looked a few more tests that use lit's ALLOW_RETRIES feature. I don't think this is a straightforward scenario. While the flawed assumptions are often the same, the fixes are not. Do you want 46 Phab requests? Personally speaking, this seems like one of those cases where the cost of code review discourages bug fixes. If I create decent enough commit messages, would you be open to post-commit review for these test fixes? After all, the tests are already buggy, and we can always revert back to the known buggy version that we have today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79406





More information about the libcxx-commits mailing list