forked from OSchip/llvm-project
Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI
llvm-svn: 287513
This commit is contained in:
parent
11869aeb49
commit
43b5523069
|
@ -10,6 +10,10 @@
|
|||
// 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;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
// 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;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
// 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;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
// 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;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
// 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;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// UNSUPPORTED: libcpp-has-no-threads
|
||||
|
||||
// <mutex>
|
||||
|
||||
// template <class ...Mutex> class lock_guard;
|
||||
|
|
|
@ -10,6 +10,10 @@
|
|||
// 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>
|
||||
|
|
Loading…
Reference in New Issue