[libcxx-commits] [PATCH] D154557: [libc++] Add more general death tests and make them work on more platforms

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 7 12:01:52 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/algorithms/debug_less.inconsistent.pass.cpp:16-17
 // REQUIRES: has-unix-headers
-// UNSUPPORTED: !libcpp-has-debug-mode, c++03
+// REQUIRES: libcpp-has-debug-mode
+// UNSUPPORTED: c++03
 
----------------
This seems unrelated, and it creates confusion in the patch. Can you please audit and only keep what's relevant to the patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154557



More information about the libcxx-commits mailing list