llvm-project/libcxx/test/std
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
..
algorithms libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
atomics [libcxx] [test] Add void cast to result of compare_exchange_weak to suppress [[nodiscard]]. 2019-07-01 08:09:02 +00:00
containers [libc++][test] Miscellaneous MSVC cleanups 2019-10-09 22:19:17 +00:00
depr AIX system headers need stdint.h and inttypes.h to be re-enterable 2019-06-20 15:36:32 +00:00
diagnostics libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
experimental [libcxx] Do not implicitly #include assert.h 2019-09-26 11:12:29 +00:00
input.output [libc++] Mark iostreams test as XFAIL on older macOSes 2019-09-23 15:40:47 +00:00
iterators [libc++] Purge mentions of GCC 4 from the test suite 2019-09-25 19:40:48 +00:00
language.support [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
localization libcxx: Rename .hpp files in libcxx/test/support to .h 2019-08-21 00:14:12 +00:00
numerics [libc++][test] Miscellaneous MSVC cleanups 2019-10-09 22:19:17 +00:00
re Add a missing default parameter to regex::assign. This is LWG3296; reviewed as https://reviews.llvm.org/D67944 2019-09-25 16:40:30 +00:00
strings Add forward declaration of operator<< in <string_view> as required. 2019-09-25 18:56:54 +00:00
thread [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
utilities [libc++][test] Miscellaneous MSVC cleanups 2019-10-09 22:19:17 +00:00
nothing_to_do.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00