forked from OSchip/llvm-project
Mark *fail tests as UNUSUPPORTED instead of XFAIL on old compilers
llvm-svn: 298832
This commit is contained in:
parent
1dd20e6544
commit
d3ecc0db44
|
@ -12,8 +12,8 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// The following compilers don't like "std::byte b1{1}"
|
||||
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
// UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
|
||||
// template <class IntegerType>
|
||||
// constexpr byte& operator<<=(byte& b, IntegerType shift) noexcept;
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// The following compilers don't like "std::byte b1{1}"
|
||||
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
// UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
|
||||
// template <class IntegerType>
|
||||
// constexpr byte operator <<(byte b, IntegerType shift) noexcept;
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// The following compilers don't like "std::byte b1{1}"
|
||||
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
// UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
|
||||
// template <class IntegerType>
|
||||
// constexpr byte operator>>(byte& b, IntegerType shift) noexcept;
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// The following compilers don't like "std::byte b1{1}"
|
||||
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
// UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
|
||||
// template <class IntegerType>
|
||||
// constexpr byte operator >>(byte b, IntegerType shift) noexcept;
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// The following compilers don't like "std::byte b1{1}"
|
||||
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
// UNSUPPORTED: clang-3.5, clang-3.6, clang-3.7, clang-3.8
|
||||
// UNSUPPORTED: apple-clang-6, apple-clang-7, apple-clang-8.0
|
||||
|
||||
// template <class IntegerType>
|
||||
// constexpr IntegerType to_integer(byte b) noexcept;
|
||||
|
|
Loading…
Reference in New Issue