[libcxx-commits] [PATCH] D154140: [libc++] Run fuzzing tests in the CI and move the tests to the normal locations
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 29 12:50:48 PDT 2023
philnik created this revision.
philnik added a reviewer: ldionne.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154140
Files:
libcxx/test/libcxx/fuzzing/fuzz.h
libcxx/test/libcxx/fuzzing/make_heap.pass.cpp
libcxx/test/libcxx/fuzzing/nth_element.pass.cpp
libcxx/test/libcxx/fuzzing/partial_sort.pass.cpp
libcxx/test/libcxx/fuzzing/partial_sort_copy.pass.cpp
libcxx/test/libcxx/fuzzing/partition.pass.cpp
libcxx/test/libcxx/fuzzing/partition_copy.pass.cpp
libcxx/test/libcxx/fuzzing/pop_heap.pass.cpp
libcxx/test/libcxx/fuzzing/push_heap.pass.cpp
libcxx/test/libcxx/fuzzing/random.pass.cpp
libcxx/test/libcxx/fuzzing/regex.pass.cpp
libcxx/test/libcxx/fuzzing/search.pass.cpp
libcxx/test/libcxx/fuzzing/sort.pass.cpp
libcxx/test/libcxx/fuzzing/stable_partition.pass.cpp
libcxx/test/libcxx/fuzzing/stable_sort.pass.cpp
libcxx/test/libcxx/fuzzing/unique.pass.cpp
libcxx/test/libcxx/fuzzing/unique_copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/fuzz.unique.sh.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/fuzz.unique_copy.sh.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.search/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.nth.element/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/fuzz.partition.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/fuzz.partition_copy.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/fuzz.stable_partition.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/fuzz.sh.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/fuzz.sh.cpp
libcxx/test/std/numerics/rand/rand.dist/fuzz.sh.cpp
libcxx/test/std/re/fuzz.sh.cpp
libcxx/test/support/fuzz_helper.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154140.535963.patch
Type: text/x-patch
Size: 12772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230629/269ad92c/attachment.bin>
More information about the libcxx-commits
mailing list