[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 14:51:37 PDT 2023
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM w/ CI and comments applied.
================
Comment at: libcxx/test/libcxx/selftest/dsl/dsl.sh.py:243
class TestProgramSucceeds(SetupConfigs):
"""
----------------
Please add simple tests for `compileAndRunSucceeds`.
================
Comment at: libcxx/test/std/re/regex.fuzz.cpp:13
+// TODO: regex crashes on a bunch of inputs. Fix them to allow the fuzzer to run at least 10 seconds without crahsing.
+// UNSUPPORTED-: stdlib=libc++
----------------
================
Comment at: libcxx/test/std/re/regex.fuzz.cpp:14
+// TODO: regex crashes on a bunch of inputs. Fix them to allow the fuzzer to run at least 10 seconds without crahsing.
+// UNSUPPORTED-: stdlib=libc++
+
----------------
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