Author: ericwf Date: Fri May 5 16:32:37 2017 New Revision: 302298 URL: http://llvm.org/viewvc/llvm-project?rev=302298&view=rev Log: Mark test using <sys/time.h> as UNSUPPORTED on Windows
Modified: libcxx/trunk/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp Modified: libcxx/trunk/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp?rev=302298&r1=302297&r2=302298&view=diff ============================================================================== --- libcxx/trunk/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp (original) +++ libcxx/trunk/test/std/thread/thread.threads/thread.thread.this/sleep_for.pass.cpp Fri May 5 16:32:37 2017 @@ -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. // _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits