diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2017-03-27 06:31:58 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2017-03-27 06:31:58 +0000 |
| commit | d3ecc0db4405d3e7800e3e7389d5a30e729fc8e7 (patch) | |
| tree | 2317cedcb119d3f00b84938a710de056235ff653 /libcxx/test/std/language.support | |
| parent | 1dd20e654421bfd65e9bfe59f833c7e1a2312350 (diff) | |
| download | bcm5719-llvm-d3ecc0db4405d3e7800e3e7389d5a30e729fc8e7.tar.gz bcm5719-llvm-d3ecc0db4405d3e7800e3e7389d5a30e729fc8e7.zip | |
Mark *fail tests as UNUSUPPORTED instead of XFAIL on old compilers
llvm-svn: 298832
Diffstat (limited to 'libcxx/test/std/language.support')
5 files changed, 10 insertions, 10 deletions
diff --git a/libcxx/test/std/language.support/support.types/byteops/lshift.assign.fail.cpp b/libcxx/test/std/language.support/support.types/byteops/lshift.assign.fail.cpp index 31bf434e32d..298edb22d24 100644 --- a/libcxx/test/std/language.support/support.types/byteops/lshift.assign.fail.cpp +++ b/libcxx/test/std/language.support/support.types/byteops/lshift.assign.fail.cpp @@ -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; diff --git a/libcxx/test/std/language.support/support.types/byteops/lshift.fail.cpp b/libcxx/test/std/language.support/support.types/byteops/lshift.fail.cpp index 234d62ded14..c950329334b 100644 --- a/libcxx/test/std/language.support/support.types/byteops/lshift.fail.cpp +++ b/libcxx/test/std/language.support/support.types/byteops/lshift.fail.cpp @@ -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; diff --git a/libcxx/test/std/language.support/support.types/byteops/rshift.assign.fail.cpp b/libcxx/test/std/language.support/support.types/byteops/rshift.assign.fail.cpp index 9568b42eebe..3a0c218aff8 100644 --- a/libcxx/test/std/language.support/support.types/byteops/rshift.assign.fail.cpp +++ b/libcxx/test/std/language.support/support.types/byteops/rshift.assign.fail.cpp @@ -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; diff --git a/libcxx/test/std/language.support/support.types/byteops/rshift.fail.cpp b/libcxx/test/std/language.support/support.types/byteops/rshift.fail.cpp index 69b19ce5483..14e2fcfa130 100644 --- a/libcxx/test/std/language.support/support.types/byteops/rshift.fail.cpp +++ b/libcxx/test/std/language.support/support.types/byteops/rshift.fail.cpp @@ -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; diff --git a/libcxx/test/std/language.support/support.types/byteops/to_integer.fail.cpp b/libcxx/test/std/language.support/support.types/byteops/to_integer.fail.cpp index 9a8243e4e55..8832e506a11 100644 --- a/libcxx/test/std/language.support/support.types/byteops/to_integer.fail.cpp +++ b/libcxx/test/std/language.support/support.types/byteops/to_integer.fail.cpp @@ -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; |

