diff options
author | Louis Dionne <ldionne@apple.com> | 2019-08-20 18:05:06 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-08-20 18:05:06 +0000 |
commit | 958987bfdd16dd3e46db897f5579ba7a5d7c8224 (patch) | |
tree | 8f781833d0f4263c360227afbdc5e1baf2aa3dc6 | |
parent | 3b9a27b6908040881dad394022f8c472c15c0784 (diff) | |
download | bcm5719-llvm-958987bfdd16dd3e46db897f5579ba7a5d7c8224.tar.gz bcm5719-llvm-958987bfdd16dd3e46db897f5579ba7a5d7c8224.zip |
[libc++] Precise XFAIL for AppleClang 11
This test doesn't fail on all patch levels of AppleClang 11
llvm-svn: 369420
-rw-r--r-- | libcxx/test/std/utilities/meta/meta.rel/is_base_of_union.pass.cpp | 2 |
1 files changed, 1 insertions, 1 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 cfe2c3053a5..4cec41e4c74 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 @@ -18,7 +18,7 @@ // 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, apple-clang-11 +// XFAIL: apple-clang-9.0, apple-clang-9.1, apple-clang-10.0, apple-clang-11.0.0 // 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 |