llvm-project/libcxx/test/std/atomics
Louis Dionne 6f6175d1c6 [libc++][NFC] Fix copy-paste errors in tests
The test precision_type.pass.cpp was a duplicate of precision.pass.cpp,
so it is removed. atomic_flag_test.pass.cpp was a duplicate of
atomic_flag_test_and_set.pass.cpp, so instead I wrote a proper
test for it. Those duplicate tests were detected with

     find libcxx ! -empty -type f -exec md5sum {} + | sort | uniq -w32 -dD
2021-08-18 08:54:18 -04:00
..
atomics.fences 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
atomics.flag [libc++][NFC] Fix copy-paste errors in tests 2021-08-18 08:54:18 -04:00
atomics.general [libcxx][atomic] Fix failure mapping in compare_exchange_{strong,weak}. 2021-06-15 07:55:23 -07:00
atomics.lockfree [libc++] [P0482] [C++20] Implement missing bits for atomic 2020-11-24 21:07:57 +01:00
atomics.order [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
atomics.syn
atomics.types.generic [libcxx][type_traits] remove `std::is_literal_type` and `std::result_of` for C++20 2021-07-02 17:10:19 +00:00
atomics.types.operations [libc++] Add a job running GCC with C++11 2021-07-15 22:13:03 -04:00
types.pass.cpp [libc++] Build and test with -Wundef warning. NFC. 2021-04-01 08:32:56 +02:00