Mark test using <sys/time.h> as UNSUPPORTED on Windows

llvm-svn: 302298
This commit is contained in:
Eric Fiselier 2017-05-05 21:32:37 +00:00
parent 0be6d5ba92
commit 8f8241e5c7
1 changed files with 3 additions and 0 deletions

View File

@ -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.
//