toxcore/testing/fuzzing
iphydf 50f1b30fa9
test: Add fuzz tests to the coverage run.
So we don't need to write so many edge case tests ourselves for things
like parsers, which really don't need those manual tests, as long as we
can check for some properties like "can output the parsed data and it'll
be the same as the input".
2024-01-12 12:33:41 +00:00
..
bootstrap_harness.cc fix: Ensure we have allocators available for the error paths. 2023-09-11 21:43:43 +00:00
BUILD.bazel cleanup: Remove explicit layering_check feature. 2023-11-23 23:55:57 +00:00
CMakeLists.txt test: Add fuzz tests to the coverage run. 2024-01-12 12:33:41 +00:00
e2e_fuzz_test.cc cleanup: Some more test cleanups, removing overly smart code. 2024-01-10 12:42:37 +00:00
func_conversion.h refactor: Avoid static_cast in Fuzz_System functions. 2022-04-10 19:13:01 +00:00
fuzz_support.cc cleanup: Some more test cleanups, removing overly smart code. 2024-01-10 12:42:37 +00:00
fuzz_support.h test: Add fuzz tests to the coverage run. 2024-01-12 12:33:41 +00:00
fuzz_tox.h cleanup: Some more test cleanups, removing overly smart code. 2024-01-10 12:42:37 +00:00
protodump_reduce.cc cleanup: Some more test cleanups, removing overly smart code. 2024-01-10 12:42:37 +00:00
protodump.cc refactor: Add mem module to allow tests to override allocators. 2023-08-30 22:55:05 +00:00
toxsave_harness.cc test: Add a Null_System used in toxsave_harness. 2022-04-14 19:04:25 +00:00