diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-10-01 01:43:42 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-10-01 01:43:42 +0000 |
commit | 356af2318dedf323896397f1d424f4fee0b7de58 (patch) | |
tree | 030436293d010797c4ef3fe3dbbdc3d038fd015b /libcxx/test/std/thread/thread.threads | |
parent | 5e0b8fc3fdd30d74333ff43748d72afc39d673f1 (diff) | |
download | bcm5719-llvm-356af2318dedf323896397f1d424f4fee0b7de58.tar.gz bcm5719-llvm-356af2318dedf323896397f1d424f4fee0b7de58.zip |
Mork more tests as FLAKY
llvm-svn: 343435
Diffstat (limited to 'libcxx/test/std/thread/thread.threads')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp index 6b622029365..0a5a3e419d5 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_until.pass.cpp @@ -8,6 +8,7 @@ //===----------------------------------------------------------------------===// // // UNSUPPORTED: libcpp-has-no-threads +// FLAKY_TEST. // <thread> |