[libc++] Mark CTAD tests as not failing on AppleClang 10.0.1
authorLouis Dionne <ldionne@apple.com>
Mon, 23 Sep 2019 17:22:13 +0000 (17:22 +0000)
committerLouis Dionne <ldionne@apple.com>
Mon, 23 Sep 2019 17:22:13 +0000 (17:22 +0000)
They do fail on AppleClang 10.0.0, but not AppleClang 10.0.1

llvm-svn: 372632

libcxx/test/std/containers/associative/map/map.cons/deduct.fail.cpp
libcxx/test/std/containers/associative/multimap/multimap.cons/deduct.fail.cpp
libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp
libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp
libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/deduct.fail.cpp
libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/deduct.fail.cpp
libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/deduct.fail.cpp
libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/deduct.fail.cpp

index 2e719da..bb9be47 100644 (file)
@@ -9,7 +9,7 @@
 // <map>
 // 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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,
index 70fa252..fe50a3d 100644 (file)
@@ -9,7 +9,7 @@
 // <map>
 // 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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,
index 34ad2ef..bd58d91 100644 (file)
@@ -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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,
index a127807..435eb97 100644 (file)
@@ -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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 //  clang-6 gives different error messages.
 
 // template<class InputIterator,
index 642abce..e7ba024 100644 (file)
@@ -9,7 +9,7 @@
 // <unordered_map>
 // 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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 
 // template<class InputIterator,
 //          class Hash = hash<iter-key-type<InputIterator>>,
index 7f17047..eff8bed 100644 (file)
@@ -9,7 +9,7 @@
 // <unordered_map>
 // 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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 
 // template<class InputIterator,
 //          class Hash = hash<iter-key-type<InputIterator>>,
index ea35925..ecd09da 100644 (file)
@@ -9,7 +9,7 @@
 // <unordered_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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 
 // template<class InputIterator,
 //        class Hash = hash<iter-value-type<InputIterator>>,
index 76fbd20..fc381fa 100644 (file)
@@ -9,7 +9,7 @@
 // <unordered_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, apple-clang-10.0
+// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1, apple-clang-10.0.0
 
 // template<class InputIterator,
 //        class Hash = hash<iter-value-type<InputIterator>>,