Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fuzz inputs #163

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Add fuzz inputs #163

merged 1 commit into from
Jan 3, 2024

Conversation

maflcko
Copy link
Contributor

@maflcko maflcko commented Jan 3, 2024

Done with something like the following to allow for reduced inputs to get added to the repo. C.f. #150 (comment)

mv fuzz_seed_corpus fuzz_inputs_upstream
../bitcoin-core/test/fuzz/test_runner.py -l DEBUG --par $( nproc ) --m_dir ./fuzz_inputs_upstream/  --m_dir ../results_from_working_farm/fuzz_seed_corpus/ --m_dir ../etc/... ./fuzz_seed_corpus
git restore -- ./fuzz_seed_corpus
git add ./fuzz_seed_corpus
git commit -m "Add fuzz inputs"

@maflcko
Copy link
Contributor Author

maflcko commented Jan 3, 2024

cc @dergoegge

@murchandamus
Copy link
Contributor

Ah very cool. That’s a great idea.

@dergoegge dergoegge merged commit 1da8e17 into bitcoin-core:main Jan 3, 2024
3 of 4 checks passed
@dergoegge dergoegge mentioned this pull request Jan 23, 2024
@maflcko maflcko mentioned this pull request Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants