Mark variadic lock guard tests as XFAIL with modules, since they have to define macro...
authorEric Fiselier <eric@efcs.ca>
Mon, 21 Nov 2016 01:10:52 +0000 (01:10 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 21 Nov 2016 01:10:52 +0000 (01:10 +0000)
llvm-svn: 287513

libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_adopt_lock.pass.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_assign.fail.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_copy.fail.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.fail.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex.pass.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_mutex_cxx03.pass.cpp
libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.guard/variadic_types.pass.cpp

index 840af67..1bf06bd 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class ...Mutex> class lock_guard;
index 18193e0..b3770fd 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class ...Mutex> class lock_guard;
index 6dc37e9..13c3055 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class ...Mutex> class lock_guard;
index 866538a..7c3c98b 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class ...Mutex> class lock_guard;
index 4910d83..ffb46cd 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class ...Mutex> class lock_guard;
index 2b06742..21de6bf 100644 (file)
 // UNSUPPORTED: libcpp-has-no-threads
 // UNSUPPORTED: c++98, c++03
 
+// FIXME: When modules are enabled we can't affect the contents of <mutex>
+// by defining a macro
+// XFAIL: -fmodules
+
 // <mutex>
 
 // template <class Mutex>