This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 59f2aea Add missing include of <algorithm> new 5ccbc48 Fix some non-standard parts of our test suite. Reported by STL
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../associative/tree_balance_after_insert.pass.cpp | 0 .../associative/tree_left_rotate.pass.cpp | 0 .../containers/associative/tree_remove.pass.cpp | 0 .../associative/tree_right_rotate.pass.cpp | 0 .../sequences/list/list.special/db_swap_1.pass.cpp | 0 .../containers/unord/next_prime.pass.cpp | 0 .../unord/unord.map/db_iterators_7.pass.cpp | 0 .../unord/unord.map/db_iterators_8.pass.cpp | 0 .../unord/unord.map/db_local_iterators_7.pass.cpp | 0 .../unord/unord.map/db_local_iterators_8.pass.cpp | 0 .../deque/deque.capacity/resize_size.pass.cpp | 2 ++ .../deque.capacity/resize_size_value.pass.cpp | 2 ++ .../deque/deque.modifiers/erase_iter.pass.cpp | 2 ++ .../deque/deque.modifiers/erase_iter_iter.pass.cpp | 2 ++ .../unord.map.modifiers/try.emplace.pass.cpp | 1 - .../rand.dist.samp.pconst/eval_param.pass.cpp | 1 + .../rand.dist.samp.plinear/eval.pass.cpp | 1 + .../tuple.tuple/tuple.elem/tuple.by.type.pass.cpp | 1 + test/support/asan_testing.h | 6 ++-- test/support/constexpr_char_traits.hpp | 42 +++++++++++----------- test/support/platform_support.h | 10 +++--- test/support/test_macros.h | 6 ++++ 22 files changed, 45 insertions(+), 31 deletions(-) rename test/{std => libcxx}/containers/associative/tree_balance_after_insert.pass. [...] rename test/{std => libcxx}/containers/associative/tree_left_rotate.pass.cpp (100%) rename test/{std => libcxx}/containers/associative/tree_remove.pass.cpp (100%) rename test/{std => libcxx}/containers/associative/tree_right_rotate.pass.cpp (100%) rename test/{std => libcxx}/containers/sequences/list/list.special/db_swap_1.pass. [...] rename test/{std => libcxx}/containers/unord/next_prime.pass.cpp (100%) rename test/{std => libcxx}/containers/unord/unord.map/db_iterators_7.pass.cpp (100%) rename test/{std => libcxx}/containers/unord/unord.map/db_iterators_8.pass.cpp (100%) rename test/{std => libcxx}/containers/unord/unord.map/db_local_iterators_7.pass.c [...] rename test/{std => libcxx}/containers/unord/unord.map/db_local_iterators_8.pass.c [...]