search for: d75085

Displaying 1 result from an estimated 1 matches for "d75085".

Did you mean: d75086
2020 Feb 25
2
phab unit tests + libcxx tests w/concurrency
...appreciate that it's likely impossible to write a noninteractive test for these library concurrency features that aren't designed with some kind of thresholds. I have an "innocuous" change that was automagically tested (pre-merge!) via phabricator -- https://reviews.llvm.org/D75085 -- but it triggered a test failure in one of the "thread_mutex_class::try_lock.pass.cpp" tests. It's great and super convenient to have this test facility and I'm pretty sure I opted-in to it. I think it would be/would have been nice for it to be integrated with github PRs, b...