[all-commits] [llvm/llvm-project] 748f89: [libc++][C++03] Fix tests which only fail due to i...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Fri Jun 13 09:16:20 PDT 2025
Branch: refs/heads/users/philnik777/cxx03_fix_cxx03_include_fails
Home: https://github.com/llvm/llvm-project
Commit: 748f899d6b70933aa50f73bbe45ab198b8aacc38
https://github.com/llvm/llvm-project/commit/748f899d6b70933aa50f73bbe45ab198b8aacc38
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M libcxx/test/libcxx-03/algorithms/half_positive.pass.cpp
M libcxx/test/libcxx-03/assertions/default_verbose_abort.pass.cpp
M libcxx/test/libcxx-03/assertions/modes/none.pass.cpp
M libcxx/test/libcxx-03/assertions/single_expression.pass.cpp
M libcxx/test/libcxx-03/containers/associative/tree_balance_after_insert.pass.cpp
M libcxx/test/libcxx-03/containers/associative/tree_key_value_traits.pass.cpp
M libcxx/test/libcxx-03/containers/associative/tree_left_rotate.pass.cpp
M libcxx/test/libcxx-03/containers/associative/tree_remove.pass.cpp
M libcxx/test/libcxx-03/containers/associative/tree_right_rotate.pass.cpp
M libcxx/test/libcxx-03/containers/unord/key_value_traits.pass.cpp
M libcxx/test/libcxx-03/containers/unord/next_prime.pass.cpp
M libcxx/test/libcxx-03/depr/depr.c.headers/extern_c.pass.cpp
M libcxx/test/libcxx-03/iterators/aliasing_iterator.pass.cpp
M libcxx/test/libcxx-03/iterators/bounded_iter/arithmetic.pass.cpp
M libcxx/test/libcxx-03/iterators/bounded_iter/pointer_traits.pass.cpp
M libcxx/test/libcxx-03/iterators/bounded_iter/types.compile.pass.cpp
M libcxx/test/libcxx-03/memory/allocation_guard.pass.cpp
M libcxx/test/libcxx-03/memory/swap_allocator.pass.cpp
M libcxx/test/libcxx-03/numerics/clamp_to_integral.pass.cpp
M libcxx/test/libcxx-03/selftest/test_macros.pass.cpp
M libcxx/test/libcxx-03/strings/c.strings/constexpr_memmove.pass.cpp
M libcxx/test/libcxx-03/type_traits/is_trivially_comparable.compile.pass.cpp
M libcxx/test/libcxx-03/type_traits/is_trivially_relocatable.compile.pass.cpp
M libcxx/test/libcxx-03/utilities/exception_guard.odr.sh.cpp
M libcxx/test/libcxx-03/utilities/is_pointer_in_range.pass.cpp
M libcxx/test/libcxx-03/utilities/is_valid_range.pass.cpp
M libcxx/test/libcxx-03/utilities/meta/meta_base.pass.cpp
M libcxx/test/libcxx-03/utilities/no_destroy.pass.cpp
M libcxx/test/libcxx-03/utilities/utility/private_constructor_tag.compile.pass.cpp
Log Message:
-----------
[libc++][C++03] Fix tests which only fail due to incorrect includes
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