[libcxx-commits] [PATCH] D154140: [libc++] Add .fuzz.cpp tests and move the fuzzing tests to the normal locations
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 11 10:51:39 PDT 2023
philnik added a comment.
In D154140#4490396 <https://reviews.llvm.org/D154140#4490396>, @mclow.lists wrote:
> OSS-Fuzz pulls these fuzzing tests and runs them all the time.
> If you move them, then you should update the settings at OSS-Fuzz.
IIUC this is handled through the changes to `libcxx/utils/ci/oss-fuzz.sh`.
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