[libcxx] r225287 - Make a test UNSUPPORTED if libcpp-has-no-threads.
Dan Albert
danalbert at google.com
Tue Jan 6 11:32:30 PST 2015
Author: danalbert
Date: Tue Jan 6 13:32:30 2015
New Revision: 225287
URL: http://llvm.org/viewvc/llvm-project?rev=225287&view=rev
Log:
Make a test UNSUPPORTED if libcpp-has-no-threads.
Modified:
libcxx/trunk/test/atomics/atomics.general/replace_failure_order.pass.cpp
Modified: libcxx/trunk/test/atomics/atomics.general/replace_failure_order.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/atomics/atomics.general/replace_failure_order.pass.cpp?rev=225287&r1=225286&r2=225287&view=diff
==============================================================================
--- libcxx/trunk/test/atomics/atomics.general/replace_failure_order.pass.cpp (original)
+++ libcxx/trunk/test/atomics/atomics.general/replace_failure_order.pass.cpp Tue Jan 6 13:32:30 2015
@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: libcpp-has-no-threads
+
// This test verifies behavior specified by [atomics.types.operations.req]/21:
//
// When only one memory_order argument is supplied, the value of success is
More information about the cfe-commits
mailing list