summaryrefslogtreecommitdiffstats
path: root/test/std/utilities
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-23 19:07:54 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-23 19:07:54 +0000
commit20ace04348f9514643fa7efed8fea8ac16fb26d1 (patch)
treefee69b3b700bb18bae4b0253e7880539208df571 /test/std/utilities
parenta4b3552a4d86e56ba03d1cc2b87dd30ce7dd0e8f (diff)
downloadexternal_libcxx-20ace04348f9514643fa7efed8fea8ac16fb26d1.tar.gz
external_libcxx-20ace04348f9514643fa7efed8fea8ac16fb26d1.tar.bz2
external_libcxx-20ace04348f9514643fa7efed8fea8ac16fb26d1.zip
Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michael Park
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/std/utilities')
-rw-r--r--test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp2
-rw-r--r--test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp b/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp
index 7a1bbbb42..4b30188ce 100644
--- a/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp
+++ b/test/std/utilities/variant/variant.variant/variant.status/index.pass.cpp
@@ -11,7 +11,7 @@
// 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
+// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// <variant>
diff --git a/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp b/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp
index 81efade3c..8546beb13 100644
--- a/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp
+++ b/test/std/utilities/variant/variant.variant/variant.status/valueless_by_exception.pass.cpp
@@ -11,7 +11,7 @@
// 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
+// XFAIL: clang-3.8, apple-clang-7, apple-clang-8
// <variant>