Mark deduction guide tests as failing on apple-clang-9
As discussed here: http://lists.llvm.org/pipermail/cfe-dev/2018-May/058116.html The tests fail on clang-5, as well as apple-clang-9. Mark them as such. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@333479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
// <queue>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: clang-5
|
||||
// UNSUPPORTED: clang-5, apple-clang-9
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// Clang 5 will generate bad implicit deduction guides
|
||||
// Specifically, for the copy constructor.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// <stack>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: clang-5
|
||||
// UNSUPPORTED: clang-5, apple-clang-9
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// Clang 5 will generate bad implicit deduction guides
|
||||
// Specifically, for the copy constructor.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// <array>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: clang-5
|
||||
// UNSUPPORTED: clang-5, apple-clang-9
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// Clang 5 will generate bad implicit deduction guides
|
||||
// Specifically, for the copy constructor.
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
// <optional>
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: clang-5
|
||||
// UNSUPPORTED: clang-5, apple-clang-9
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
// Clang 5 will generate bad implicit deduction guides
|
||||
// Specifically, for the copy constructor.
|
||||
|
||||
Reference in New Issue
Block a user