llvm-project/libcxx/test/std/containers
Casey Carter b2e3c83b0d [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

llvm-svn: 374248
2019-10-09 22:19:17 +00:00
..
associative [libc++][test] Miscellaneous MSVC cleanups 2019-10-09 22:19:17 +00:00
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. 2019-05-31 18:35:30 +00:00
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. 2019-05-31 18:35:30 +00:00
container.requirements Support tests in freestanding 2019-02-04 20:31:13 +00:00
containers.general Support tests in freestanding 2019-02-04 20:31:13 +00:00
sequences Fix failing negative compilation test for some versions of Clang 2019-09-13 17:39:06 +00:00
unord [libc++][test] Miscellaneous MSVC cleanups 2019-10-09 22:19:17 +00:00
views Fix test failures when using a custom ABI namespace. 2019-06-24 21:46:05 +00:00
Copyable.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
Emplaceable.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
NotConstructible.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
check_consecutive.h [libcxx][test] Fix order checking in some more unordered_multimap tests 2019-05-22 18:10:32 +00:00
map_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
set_allocator_requirement_test_templates.h libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
test_compare.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
test_hash.h Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00