diff options
author | Louis Dionne <ldionne@apple.com> | 2019-08-19 17:29:42 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-08-19 17:29:42 +0000 |
commit | 296757c07ccc66a5d5a8f3f7cbc769faef49cfd9 (patch) | |
tree | 0413621bf2c0479250a1c808c0a03557bb398421 /libcxx/test/std/utilities | |
parent | ecbaba672e18a5d321b80dbfde9f56770469fd6e (diff) | |
download | bcm5719-llvm-296757c07ccc66a5d5a8f3f7cbc769faef49cfd9.tar.gz bcm5719-llvm-296757c07ccc66a5d5a8f3f7cbc769faef49cfd9.zip |
[libc++] Add XFAIL for is_base_of test on AppleClang 11
llvm-svn: 369280
Diffstat (limited to 'libcxx/test/std/utilities')
-rw-r--r-- | libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp b/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp index 11a9afba8b6..cfe2c3053a5 100644 --- a/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp +++ b/libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp @@ -14,11 +14,11 @@ #include "test_macros.h" -// Clang before v9 and apple-clang up to and including v10 do not +// Clang before v9 and apple-clang up to and including v11 do not // report that unions are never base classes - nor can they have bases. // See https://reviews.llvm.org/D61858 // XFAIL: apple-clang-6.0, apple-clang-7.0, apple-clang-8.0 -// XFAIL: apple-clang-9.0, apple-clang-9.1, apple-clang-10.0 +// XFAIL: apple-clang-9.0, apple-clang-9.1, apple-clang-10.0, apple-clang-11 // XFAIL: clang-3.3, clang-3.4, clang-3.5, clang-3.6, clang-3.7, clang-3.8, clang-3.9 // XFAIL: clang-4.0, clang-5.0, clang-6.0, clang-7.0, clang-8.0 |