llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard
David Zarzycki a675c1dee4 [libcxx testing] Remove ALLOW_RETRIES from lock_guard tests
These two tests were clumsily using time measurements to determine
whether std::lock_guard was working correctly. In practice, this
approach merely verified that the underlying lock properly waits.

Now these two tests verify that lock is acquired, not dropped
prematurely, and finally, actually dropped at the end of the scope.
2020-05-18 07:44:16 -04:00
..
adopt_lock.pass.cpp [libcxx testing] Remove ALLOW_RETRIES from lock_guard tests 2020-05-18 07:44:16 -04:00
assign.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
copy.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
mutex.fail.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
mutex.pass.cpp [libcxx testing] Remove ALLOW_RETRIES from lock_guard tests 2020-05-18 07:44:16 -04:00
types.pass.cpp Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00