llvm-project/libcxx/test/std/utilities/meta
Louis Dionne a5fa5f7cb8 [libc++] Do not force the use of -Werror in verify tests
Forcing -Werror and other warnings means that the test suite isn't
actually testing what most people are seeing in their code -- it seems
better and less arbitrary to compile these tests as close as possible
to the compiler default instead.

Removing -Werror also means that we get to differentiate between
diagnostics that are errors and those that are warnings, which makes
the test suite more precise.

Differential Revision: https://reviews.llvm.org/D76311
2020-03-26 07:54:45 -04:00
..
meta.const.eval [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
meta.help Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.logical 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
meta.rel [libc++] Use builtin type traits whenever possible 2020-03-19 09:54:53 -07:00
meta.rqmts Support tests in freestanding 2019-02-04 20:31:13 +00:00
meta.trans [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
meta.type.synop Implement most of P1612R1: Relocate endian. Moves the std::endian functionality from 'type-traits' to 'bit'. No other change. The reason that this is 'partial' is that P1621 also recommends a feature-test macro, but I don't have the value for that one yet. In a month or so, I'll add that 2019-07-23 04:20:19 +00:00
meta.unary [NFC] Strip trailing whitespace from libc++ 2019-10-23 11:19:19 -07:00
meta.unary.prop.query Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended 2019-03-28 03:39:25 +00:00