summaryrefslogtreecommitdiff
path: root/libcxx/test/extensions
AgeCommit message (Expand)Author
2025-11-14[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636)Konstantin Varlamov
2025-09-24[libc++] Fix __gnu_cxx::hash_multiset copy construction (#160466)Nikolas Klauser
2025-09-23[libc++] Fix __gnu_cxx::hash_multimap copy construction (#160043)Nikolas Klauser
2025-09-04[libc++] Make it possible to mark a gen-test as UNSUPPORTED (#156737)Louis Dionne
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-09-04[libc++][test] Get rid of warning on macOS about undefined macro (#156785)A. Jiang
2025-09-03[libc++] Add thread safety annotations for std::lock (#154078)Nikolas Klauser
2025-08-26[libc++][C++03] Fix tests which only fail due to incorrect includes (#144110)Nikolas Klauser
2025-08-13[libc++] Move more tests into test/extensions (#152975)Nikolas Klauser
2025-07-19[libc++] Move a bunch of extensions tests to test/extensions (#149275)Nikolas Klauser
2025-07-17[libc++] Fix hash_multi{map,set}::insert (#149290)Nikolas Klauser
2025-07-17[libc++] Move more tests into better places (#148419)Nikolas Klauser
2025-07-16[libc++] Always initialize __tree::{,const_}iterator (#147167)Nikolas Klauser
2025-07-10[libc++] Move a few tests into more correct places (#147557)Nikolas Klauser
2025-06-27[libc++] Move libcxx/test/libcxx/extensions to libcxx/test/extensions and upd...Nikolas Klauser
2014-12-20Move test into test/std subdirectory.Eric Fiselier
2014-03-06Do not derive __gnu_cxx::hash<T> from std::hash<T>.Peter Collingbourne
2014-03-03[libc++] Const qualify __gnu_cxx::hash_map<>::const_iterator::pointer type.Peter Collingbourne