[all-commits] [llvm/llvm-project] 1f9d00: [libc++] Forward-proof some tests for AppleClang 17
A. Jiang via All-commits
all-commits at lists.llvm.org
Tue Mar 18 13:55:58 PDT 2025
Branch: refs/heads/release/20.x
Home: https://github.com/llvm/llvm-project
Commit: 1f9d00524b8cd20d3c4962be15320e6861b455b4
https://github.com/llvm/llvm-project/commit/1f9d00524b8cd20d3c4962be15320e6861b455b4
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.array/sized_delete_array.pass.cpp
M libcxx/test/std/language.support/support.dynamic/new.delete/new.delete.single/sized_delete.pass.cpp
M libcxx/test/std/numerics/c.math/signbit.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.pass.cpp
M libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/is_implicit_lifetime.verify.cpp
Log Message:
-----------
[libc++] Forward-proof some tests for AppleClang 17
Commit: 1058e693f090bdb71505ca8c8efc6cb080509dce
https://github.com/llvm/llvm-project/commit/1058e693f090bdb71505ca8c8efc6cb080509dce
Author: A. Jiang <de34 at live.cn>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M libcxx/test/std/utilities/meta/meta.rel/is_virtual_base_of.pass.cpp
Log Message:
-----------
[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.
Compare: https://github.com/llvm/llvm-project/compare/1515c4ac202d...1058e693f090
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list