You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Louis Dionne
5f99b4ef15
[libc++] Add missing UNSUPPORTED for CTAD tests
...
The tests for unordered_set and unordered_multiset were missing UNSUPPORTED
markup for Apple Clang 9.1, which is still being used on some CI bots.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366259 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
associative
Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset.
6 years ago
container.adaptors
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
container.node
Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended.
7 years ago
container.requirements
Support tests in freestanding
7 years ago
containers.general
Support tests in freestanding
7 years ago
sequences
Make forward_list::remove/remove_if/unique all return void before C++20; undoes that bit of D58332. Thanks to Mikhail Maltsev for pointing this out
6 years ago
unord
[libc++] Add missing UNSUPPORTED for CTAD tests
6 years ago
views
Fix test failures when using a custom ABI namespace.
6 years ago
Copyable.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
Emplaceable.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
NotConstructible.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
check_consecutive.h
[libcxx][test] Fix order checking in some more unordered_multimap tests
7 years ago
map_allocator_requirement_test_templates.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
nothing_to_do.pass.cpp
Support tests in freestanding
7 years ago
set_allocator_requirement_test_templates.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
test_compare.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago
test_hash.h
Update more file headers across all of the LLVM projects in the monorepo
7 years ago