Skip to content

Commit 903d3db

Browse files
committed
Mark CTAD fail tests for set/multiset as XFAIL for older compilers that give different error messages
llvm-svn: 363099
1 parent 943faef commit 903d3db

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

libcxx/test/std/containers/associative/multiset/multiset.cons/deduct.fail.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// <set>
1010
// UNSUPPORTED: c++98, c++03, c++11, c++14
1111
// UNSUPPORTED: libcpp-no-deduction-guides
12+
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
13+
// clang-6 gives different error messages.
1214

1315
// template<class InputIterator,
1416
// class Compare = less<iter-value-type<InputIterator>>,

libcxx/test/std/containers/associative/set/set.cons/deduct.fail.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// <set>
1010
// UNSUPPORTED: c++98, c++03, c++11, c++14
1111
// UNSUPPORTED: libcpp-no-deduction-guides
12+
// XFAIL: clang-6, apple-clang-9.0, apple-clang-9.1
13+
// clang-6 gives different error messages.
1214

1315
// template<class InputIterator,
1416
// class Compare = less<iter-value-type<InputIterator>>,

0 commit comments

Comments
 (0)