[libcxx-commits] [PATCH] D103846: [libcxx][atomic] Fix failure mapping in compare_exchange_{strong, weak}.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 14 15:13:10 PDT 2021


ldionne added inline comments.


================
Comment at: libcxx/test/std/atomics/atomics.general/replace_failure_order_codegen.sh.cpp:10
+// UNSUPPORTED: libcpp-has-no-threads
+
+// This test verifies behavior specified by [atomics.types.operations.req]/21:
----------------
You can fix the CI failure by saying `// REQUIRES: clang`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103846/new/

https://reviews.llvm.org/D103846



More information about the libcxx-commits mailing list