llvm-project/libcxx/test/std/thread/thread.condition/thread.condition.condvar
Louis Dionne a55632a069 [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green
After recent changes to the Docker image, all hell broke loose and the
CI started failing. This patch marks a few tests as unsupported until
we can figure out what the issues are and fix them.

In the future, it would be ideal if the nodes could pick up the Dockerfile
present in the revision being tested, which would allow us to test changes
to the Dockerfile in the CI, like we do for all other code changes.

Differential Revision: https://reviews.llvm.org/D112737
2021-10-28 16:30:42 -04: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++] Temporarily mark tests as UNSUPPORTED to get the CI green 2021-10-28 16:30:42 -04: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 [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green 2021-10-28 16:30:42 -04:00
wait_for_pred.pass.cpp [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green 2021-10-28 16:30:42 -04: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++] Temporarily mark tests as UNSUPPORTED to get the CI green 2021-10-28 16:30:42 -04:00
wait_until_pred.pass.cpp [libc++] Temporarily mark tests as UNSUPPORTED to get the CI green 2021-10-28 16:30:42 -04:00