[libcxx] r343432 - Fix threaded test under no-threading configuration
Eric Fiselier
eric at efcs.ca
Sun Sep 30 18:05:51 PDT 2018
Author: ericwf
Date: Sun Sep 30 18:05:51 2018
New Revision: 343432
URL: http://llvm.org/viewvc/llvm-project?rev=343432&view=rev
Log:
Fix threaded test under no-threading configuration
Modified:
libcxx/trunk/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp
libcxx/trunk/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp
Modified: libcxx/trunk/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp?rev=343432&r1=343431&r2=343432&view=diff
==============================================================================
--- libcxx/trunk/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp (original)
+++ libcxx/trunk/test/std/language.support/support.limits/support.limits.general/atomic.version.pass.cpp Sun Sep 30 18:05:51 2018
@@ -16,6 +16,8 @@
*/
+// UNSUPPORTED: libcpp-has-no-threads
+
#include <atomic>
#include "test_macros.h"
Modified: libcxx/trunk/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp?rev=343432&r1=343431&r2=343432&view=diff
==============================================================================
--- libcxx/trunk/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp (original)
+++ libcxx/trunk/test/std/language.support/support.limits/support.limits.general/shared_mutex.version.pass.cpp Sun Sep 30 18:05:51 2018
@@ -16,6 +16,8 @@
*/
+// UNSUPPORTED: libcpp-has-no-threads
+
#include <shared_mutex>
#include "test_macros.h"
More information about the libcxx-commits
mailing list