aboutsummaryrefslogtreecommitdiff
path: root/test/fuzz
AgeCommit message (Expand)Author
2024-05-21Merge bitcoin/bitcoin#29421: net: make the list of known message types a comp...Ava Chow
2024-04-18fuzz: Pass `SystemRoot` environment variable to subprocessHennadii Stepanov
2024-04-06fuzz: Introduce `BITCOINFUZZ` environment variableHennadii Stepanov
2024-04-06fuzz, refactor: Deduplicate fuzz binary path creationHennadii Stepanov
2024-03-07[fuzz] Apply fuzz env (suppressions, etc.) when fetching harness listdergoegge
2024-02-28net: make the list of known message types a compile time constantVasil Dimov
2024-02-05fuzz: Set -rss_limit_mb=8000 for generate as wellMarcoFalke
2024-02-05fuzz: Generate with random libFuzzer settingsMarcoFalke
2024-01-29Merge bitcoin/bitcoin#29329: fuzz: Print coverage summary after run_oncefanquake
2024-01-29fuzz: Print coverage summary after run_onceMarcoFalke
2024-01-26fuzz: also set MSAN_SYMBOLIZER_PATHfanquake
2024-01-24fuzz: Exit and log stderr for parse_test_list errorsdergoegge
2023-11-07fuzz: explicitly specify llvm-symbolizer path in runnerfanquake
2023-10-20fuzz: Increase merge -rss_limit_mbMarcoFalke
2023-10-16fuzz: Allow multiple --m_dir argsMarcoFalke
2023-10-13fuzz: Merge with -set_cover_merge=1MarcoFalke
2023-10-12test: Fuzz merge with -use_value_profile=0 for nowMarcoFalke
2023-07-22fuzz: Re-enable symbolize=1 in ASAN_OPTIONSMarcoFalke
2023-07-12fuzz: Generate process_message targets individuallyMarcoFalke
2023-07-07Merge bitcoin/bitcoin#28015: fuzz: Generate rpc fuzz targets individuallyfanquake
2023-06-28fuzz: Generate rpc fuzz targets individuallyMarcoFalke
2023-06-22test: Run fuzz tests on macOSMarcoFalke
2023-06-20ci: Run fuzz target even if input folder is emptyMarcoFalke
2023-01-18scripted-diff: Use new python 3.7 keywordsMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-03-08doc: Rename fuzz seed_dir to corpus_dirMarcoFalke
2021-02-11Merge #21023: fuzz: Disable shuffle when merge=1MarcoFalke
2021-01-28fuzz: Disable shuffle when merge=1MarcoFalke
2021-01-26ci: Fuzz with integer sanitizerMarcoFalke
2021-01-21test: Work around libFuzzer deadlockMarcoFalke
2020-12-24doc: [test] Remove outdated comment in fuzz runnerMarcoFalke
2020-12-10fuzz: Link all targets onceMarcoFalke
2020-08-23test/fuzz: add a seed corpus generation option to the test_runnerAntoine Poinsot
2020-05-10fuzz: Pass down MAKEJOBS to test_runnerMarcoFalke
2020-04-17fuzz: Run in parallelMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-09test: Set -use_value_profile=1 when merging fuzz inputsMarcoFalke
2020-04-03fuzz: Avoid running over all inputs after merging themMarcoFalke
2020-03-18Merge #18300: fuzz: Add option to merge input dir to test runnerMarcoFalke
2020-03-10fuzz: Remove option --export_coverage from test_runnerMarcoFalke
2020-03-09tests: Remove FUZZERS_MISSING_CORPORApracticalswift
2020-03-09tests: Add basic fuzzing harness for CNetAddr/CService/CSubNet related functi...practicalswift
2020-03-09fuzz: Add option to merge input dir to test runnerMarcoFalke
2020-03-09tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more ha...practicalswift
2020-03-07tests: Add key_io fuzzing harnesspracticalswift
2020-03-06build: Add locale fuzzer to FUZZERS_MISSING_CORPORApracticalswift
2020-03-05Merge #17972: tests: Add fuzzing harness for CKey and key related functionsMarcoFalke
2020-03-05tests: Add fuzzing harness for CKey related functionspracticalswift
2020-03-05Merge #17996: tests: Add fuzzing harness for serialization/deserialization of...MarcoFalke
2020-03-05tests: Add float to FUZZERS_MISSING_CORPORA (temporarily)practicalswift