Disable the test on old systems. pthread_cond_clockwait is supported by glibc-2.30. It also supported by Android api 30 even though we do not run tsan on Android. Fixes https://github.com/google/sanitizers/issues/1259 Reviewed By: dvyukov
This reverts commit 16eb853ffdd1a1ad7c95455b7795c5f004402e46. The test is failing on some Linux build bots. See the review for an example.
Fixes https://github.com/google/sanitizers/issues/1259 Reviewed By: dvyukov Differential Revision: https://reviews.llvm.org/D91684