llvm-project/libcxx/test/std/atomics/atomics.flag
Casey Carter 877766573b [libc++][test] Don't violate precondition [atomics.flag]/6
... which forbids passing `memory_order_release` or `memory_order_acq_rel` to either overload of `atomic_flag_test_explicit`.
2020-10-19 17:14:01 -07:00
..
atomic_flag_clear.pass.cpp
atomic_flag_clear_explicit.pass.cpp
atomic_flag_test.pass.cpp Update atomic feature macros, synopsis, signatures to match C++20. Improve test coverage for non-lock-free atomics. 2020-09-09 10:00:09 -07:00
atomic_flag_test_and_set.pass.cpp
atomic_flag_test_and_set_explicit.pass.cpp
atomic_flag_test_explicit.pass.cpp [libc++][test] Don't violate precondition [atomics.flag]/6 2020-10-19 17:14:01 -07:00
clear.pass.cpp
copy_assign.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
copy_ctor.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
copy_volatile_assign.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
default.pass.cpp
init.pass.cpp [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
test_and_set.pass.cpp