[libcxx-commits] [PATCH] D154140: [libc++] Add .fuzz.cpp tests and move the fuzzing tests to the normal locations

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 10 08:49:15 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/selftest/fuzz.cpp/compile-error.fuzz.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
Not attached: we should mark the tests that are failing right now as `UNSUPPORTED` temporarily and then we can enable them again as we fix those issues. Otherwise this review might be blocked for a long time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154140



More information about the libcxx-commits mailing list