llvm-project/libcxx/test/std/utilities/memory
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
..
allocator.tag [libc++] Take 2: Implement LWG 2510 2019-09-26 14:51:10 +00:00
allocator.traits [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
allocator.uses Support tests in freestanding 2019-02-04 20:31:13 +00:00
c.malloc Support tests in freestanding 2019-02-04 20:31:13 +00:00
default.allocator [libc++] Do not force the use of -Werror in verify tests 2020-03-26 07:54:45 -04:00
pointer.conversion Support tests in freestanding 2019-02-04 20:31:13 +00:00
pointer.traits 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
ptr.align 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
specialized.algorithms [libc++] Purge mentions of GCC 4 from the test suite 2019-09-25 19:40:48 +00:00
storage.iterator Support tests in freestanding 2019-02-04 20:31:13 +00:00
temporary.buffer 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
unique.ptr/unique.ptr.special 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
util.dynamic.safety 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
util.smartptr Revert "Revert "Move more tests to globalMemCounter and reset."" 2020-03-13 17:07:58 -07:00