[libcxx-commits] [libcxx] r363209 - [libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jun 12 15:01:05 PDT 2019


Author: ldionne
Date: Wed Jun 12 15:01:05 2019
New Revision: 363209

URL: http://llvm.org/viewvc/llvm-project?rev=363209&view=rev
Log:
[libcxx] XFAIL set/multiset CTAD tests on Apple Clang 10

Modified:
    libcxx/trunk/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
    libcxx/trunk/test/std/containers/associative/set/set.cons/deduct.fail.cpp

Modified: libcxx/trunk/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp?rev=363209&r1=363208&r2=363209&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp (original)
+++ libcxx/trunk/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp Wed Jun 12 15:01:05 2019
@@ -9,7 +9,7 @@
 // <set>
 // UNSUPPORTED: c++98, c++03, c++11, c++14
 // UNSUPPORTED: libcpp-no-deduction-guides
-// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,

Modified: libcxx/trunk/test/std/containers/associative/set/set.cons/deduct.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/containers/associative/set/set.cons/deduct.fail.cpp?rev=363209&r1=363208&r2=363209&view=diff
==============================================================================
--- libcxx/trunk/test/std/containers/associative/set/set.cons/deduct.fail.cpp (original)
+++ libcxx/trunk/test/std/containers/associative/set/set.cons/deduct.fail.cpp Wed Jun 12 15:01:05 2019
@@ -9,7 +9,7 @@
 // <set>
 // UNSUPPORTED: c++98, c++03, c++11, c++14
 // UNSUPPORTED: libcpp-no-deduction-guides
-// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,




More information about the libcxx-commits mailing list