Add seeds.
Add seeds #30
pull practicalswift wants to merge 1 commits into bitcoin-core:master from practicalswift:seeds-2020-11-05 changing 3710 files +640 −0-
practicalswift commented at 4:00 PM on November 5, 2020: contributor
-
Add seeds 80d2b5c1c0
-
in fuzz_seed_corpus/script_assets_test_minimizer/008d623e0958be5bbf69edbae05155d5a1192ec5:1 in aef94f9a9e outdated
0 | @@ -0,0 +1 @@ 1 | +[true,true,true,true,
maflcko commented at 5:47 PM on November 5, 2020:this fuzzer is only used to measure coverage of existing seeds. It can't be used to find new seeds because the seed format is fixed json
sipa commented at 7:08 PM on November 5, 2020:I theory it could find seeds that increase coverage, but that's both unlikely to find much (due to the strong format constraints), and not particularly interesting (as it won't have valid/invalid markers that match consensus, so it can't be used as unit test data).
practicalswift commented at 12:07 AM on November 7, 2020:Oh, I handle the fuzzing and the submissions automatically. The assumption I've operated under previously is that everything returned by
find src/test/fuzz/ -executable -type fis worth fuzzing. I'm now excludingscript_assets_test_minimizer.I predict this is not the last time someone will waste time on fuzzing
script_assets_test_minimizer(and then submit seeds for it) :)Perhaps compilation of
script_assets_test_minimizershould be opt-in? Or simply be moved to another directory?practicalswift force-pushed on Nov 6, 2020practicalswift commented at 12:07 AM on November 7, 2020: contributorNow excluding
script_assets_test_minimizerseeds. Please re-review :)maflcko merged this on Nov 7, 2020maflcko closed this on Nov 7, 2020Contributors
This is a metadata mirror of the GitHub repository bitcoin-core/qa-assets. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-15 09:25 UTC
More mirrored repositories can be found on mirror.b10c.me