diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-05 21:32:37 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-05 21:32:37 +0000 |
commit | 8f8241e5c7ff4b47cc3128ac7cffc5e1e1449b32 (patch) | |
tree | 0dd2e93983394fd3a8255a9476dfe0b67564a4ee /libcxx/test/std/thread/thread.threads | |
parent | 0be6d5ba92589312c79dc6c8115698864454c3d1 (diff) | |
download | bcm5719-llvm-8f8241e5c7ff4b47cc3128ac7cffc5e1e1449b32.tar.gz bcm5719-llvm-8f8241e5c7ff4b47cc3128ac7cffc5e1e1449b32.zip |
Mark test using <sys/time.h> as UNSUPPORTED on Windows
llvm-svn: 302298
Diffstat (limited to 'libcxx/test/std/thread/thread.threads')
-rw-r--r-- | libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp index f7a91860700..891b084dd32 100644 --- a/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp +++ b/libcxx/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp @@ -9,6 +9,9 @@ // // UNSUPPORTED: libcpp-has-no-threads +// This test uses the POSIX header <sys/time.h> which Windows doesn't provide +// UNSUPPORTED: windows + // This test depends on signal behaviour until r210210, so some system libs // don't pass. // |