llvm-project/libcxx/test/std/containers/associative/map
Konstantin Boyarinov 8d25da78aa [libcxx][test][NFC] Extend get_allocator() testing for containers
Add dedicated tests for get_allocator() method for sequence, ordered and
unordered associative containers including constness coverage.

Reviewed by: ldionne, Mordante, rarutyun, #libc

Differential revision: https://reviews.llvm.org/D114785
2021-12-01 16:15:19 +03:00
..
map.access [libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI. 2021-10-01 12:06:59 -04:00
map.cons [libcxx][NFC] Add tests for associative containers key_comp and value_comp 2021-11-27 01:46:22 +03:00
map.erasure [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
map.modifiers [libcxx][nfc] prefixes test type `input_iterator` with `cpp17_` 2021-05-02 05:02:59 +00:00
map.nonmember [libcxx][test][NFC] More tests for containers comparisons 2021-11-03 16:15:10 +03:00
map.observers [libcxx][NFC] Add tests for associative containers key_comp and value_comp 2021-11-27 01:46:22 +03:00
map.ops [libc++] [P0458] Add map::contains and set::contains for heterogenous lookup missed in a17b1aed. 2021-04-13 17:15:58 +02:00
map.special [libc++] [test] Update "test_compare.h" users to avoid removed-in-C++20 members. NFCI. 2021-05-29 16:54:24 -04:00
map.value_compare [libcxx][NFC] Add tests for associative containers key_comp and value_comp 2021-11-27 01:46:22 +03:00
PR28469_undefined_behavior_segfault.sh.cpp [libc++] NFC: Normalize links to bug reports 2021-03-03 13:45:29 -05:00
allocator_mismatch.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
compare.pass.cpp [libc++] NFC: Normalize links to bug reports 2021-03-03 13:45:29 -05:00
gcc_workaround.pass.cpp
get_allocator.pass.cpp [libcxx][test][NFC] Extend get_allocator() testing for containers 2021-12-01 16:15:19 +03:00
incomplete_type.pass.cpp
iterator_concept_conformance.compile.pass.cpp [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
range_concept_conformance.compile.pass.cpp [libc++][NFC] Replace uses of stdr:: by just std::ranges:: 2021-09-02 13:02:12 -04:00
types.pass.cpp