mirror of
https://github.com/AntelopeIO/cdt-libcxx.git
synced 2026-07-21 13:53:36 +00:00
[libc++] Add XFAILs for CTAD tests on older compilers
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@365923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,6 +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
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-value-type<InputIterator>>,
|
||||
|
||||
@@ -9,6 +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
|
||||
|
||||
// template<class InputIterator,
|
||||
// class Hash = hash<iter-value-type<InputIterator>>,
|
||||
|
||||
Reference in New Issue
Block a user