Skip to content

Commit 5cc2ae0

Browse files
[libc++][test] Skip a is_virtual_base_of test for apple-clang-17 (#131438)
It seems that Apple Clang 17 starts to be used for CI, while it hasn't supported `__builtin_is_virtual_base_of` yet. And thus we need to skip the test for `is_virtual_base_of`. Follows up #131302.
1 parent 1e6ba3c commit 5cc2ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/meta/meta.rel/is_virtual_base_of.pass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20, c++23
1010

1111
// These compilers don't support __builtin_is_virtual_base_of yet.
12-
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-16
12+
// UNSUPPORTED: clang-18, clang-19, gcc-14, apple-clang-16, apple-clang-17
1313

1414
// <type_traits>
1515

0 commit comments

Comments
 (0)