Displaying 1 result from an estimated 1 matches for "thread_mutex_class".
2020 Feb 25
2
phab unit tests + libcxx tests w/concurrency
...ractive 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, but this seems functionally pretty close.
Having this pre-merge check helps...