[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
Thu Jul 6 11:56:22 PDT 2023
philnik updated this revision to Diff 537824.
philnik added a comment.
Try to fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154140/new/
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/libcxx/selftest/fuzz.cpp/compile-error.fuzz.cpp
libcxx/test/libcxx/selftest/fuzz.cpp/link-error.fuzz.cpp
libcxx/test/libcxx/selftest/fuzz.cpp/run-error.fuzz.cpp
libcxx/test/libcxx/selftest/fuzz.cpp/run-success.fuzz.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/unique.fuzz.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/unique_copy.fuzz.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.search/search.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/make.heap/make_heap.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/pop_heap.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/push_heap.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.nth.element/nth_element.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/partition.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/partition_copy.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.partitions/stable_partition.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort.copy/partial_sort_copy.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/partial.sort/partial_sort.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort.fuzz.cpp
libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/stable_sort.fuzz.cpp
libcxx/test/std/numerics/rand/rand.dist/random.fuzz.cpp
libcxx/test/std/re/regex.fuzz.cpp
libcxx/test/support/fuzz_helper.h
libcxx/utils/ci/run-buildbot
libcxx/utils/libcxx/test/dsl.py
libcxx/utils/libcxx/test/features.py
libcxx/utils/libcxx/test/format.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154140.537824.patch
Type: text/x-patch
Size: 23749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230706/cfdb2cf9/attachment-0001.bin>
More information about the libcxx-commits
mailing list