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.
libcxx/test/std/containers
Casey Carter 193f1880bd [libc++][test] Miscellaneous MSVC cleanups
* Silence unused-local-typedef warnings: `map.cons/assign_initializer_list.pass.cpp` (and the `set.cons` variant) uses a local typedef only within `LIBCPP_ASSERT`s, so clang diagnoses it as unused when testing non-libc++.
* Add missing include: `c.math/abs.pass.cpp` uses `std::numeric_limits` but failed to `#include <limits>`.
* Don't test non-type: A "recent" change to `meta.trans.other/underlying_type.pass.cpp` unconditionally tests the type `F` which is conditionally defined.
* Use `hash<long long>` instead of `hash<short>` with `int` in `unordered_meow` deduction guide tests to avoid truncation warnings.
* Convert `3.14` explicitly in `midpoint.float.pass` since MSVC incorrectly diagnoses `float meow = 3.14;` as truncating.

Differential Revision: https://reviews.llvm.org/D68681

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@374248 91177308-0d34-0410-b5e6-96231b3b80d8
5 years ago
..
associative [libc++][test] Miscellaneous MSVC cleanups 5 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. 6 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. 6 years ago
container.requirements Support tests in freestanding 6 years ago
containers.general Support tests in freestanding 6 years ago
sequences Fix failing negative compilation test for some versions of Clang 5 years ago
unord [libc++][test] Miscellaneous MSVC cleanups 5 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 6 years ago
Emplaceable.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
NotConstructible.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
check_consecutive.h [libcxx][test] Fix order checking in some more unordered_multimap tests 6 years ago
map_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 5 years ago
nothing_to_do.pass.cpp Support tests in freestanding 6 years ago
set_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 5 years ago
test_compare.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago
test_hash.h Update more file headers across all of the LLVM projects in the monorepo 6 years ago