Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Michael Park

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291094 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier 2017-01-05 09:06:30 +00:00
parent 704ed27a81
commit dceaa0e352
4 changed files with 14 additions and 9 deletions

View File

@ -10,8 +10,9 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// Clang 3.8 doesn't generate constexpr special members correctly.
// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// The following compilers don't generate constexpr special members correctly.
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8
// <variant>

View File

@ -10,9 +10,9 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// Clang 3.8 doesn't generate constexpr special members correctly.
// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// The following compilers don't generate constexpr special members correctly.
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8
// <variant>

View File

@ -10,8 +10,10 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// Clang 3.8 doesn't allow constexpr variables of non-literal type
// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// The following compilers don't allow constexpr variables of non-literal type.
// XFAIL: gcc-5, gcc-6
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8
// <variant>

View File

@ -10,8 +10,10 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// Clang 3.8 doesn't allow constexpr variables of non-literal type
// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// The following compilers don't allow constexpr variables of non-literal type.
// XFAIL: gcc-5, gcc-6
// XFAIL: clang-3.5, clang-3.6, clang-3.7, clang-3.8
// XFAIL: apple-clang-6, apple-clang-7, apple-clang-8
// <variant>