llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar
Martin Storsjö f8013a35b6 [libcxx] [test] Make the condvar wait_for tests a bit more understandable. NFC.
This was requested in the review of D99175; rename the "runs"
variable to clarify what it means wrt the test, and move updating of
it to the main function to clarify its behaviour wrt the two runs
further.

Differential Revision: https://reviews.llvm.org/D99768
2021-04-02 10:46:15 +03:00
..
assign.compile.fail.cpp
copy.compile.fail.cpp
default.pass.cpp [libcxx] [test] Fix a test error with condvars with trivial destruction 2021-03-02 20:34:22 +02:00
destructor.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
notify_all.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
notify_one.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
wait.pass.cpp [libc++] Introduce an indirection to create threads in the test suite 2020-11-27 11:54:19 -05:00
wait_for.pass.cpp [libcxx] [test] Make the condvar wait_for tests a bit more understandable. NFC. 2021-04-02 10:46:15 +03:00
wait_for_pred.pass.cpp [libc++] Allow retries in a few more flaky tests 2021-02-17 11:20:40 -05:00
wait_pred.pass.cpp [libc++] Allow retries in a few more flaky tests 2021-02-17 11:20:40 -05:00
wait_until.pass.cpp [libc++] Allow retries in a few more flaky tests 2021-02-17 11:20:40 -05:00
wait_until_pred.pass.cpp [libc++] Allow retries in a few more flaky tests 2021-02-17 11:20:40 -05:00