-
Notifications
You must be signed in to change notification settings - Fork 73
Add seeds to fuzzers in master #4
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
Closed
practicalswift
wants to merge
1
commit into
bitcoin-core:master
from
practicalswift:seeds-2020-03-08
Closed
Add seeds to fuzzers in master #4
practicalswift
wants to merge
1
commit into
bitcoin-core:master
from
practicalswift:seeds-2020-03-08
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3e51760
to
f7ba28c
Compare
f7ba28c
to
41d0cd6
Compare
Thanks, merged with |
maflcko
pushed a commit
to bitcoin/bitcoin
that referenced
this pull request
Mar 9, 2020
…ion fuzzing for all harnesses in master bf06641 tests: Reset FUZZERS_MISSING_CORPORA to enable regression fuzzing for more harnesses (practicalswift) Pull request description: Update `FUZZERS_MISSING_CORPORA` to enable regression fuzzing for all harnesses in `master`. Note that this PR is expected to fail in Travis until bitcoin-core/qa-assets#4 is merged :) Top commit has no ACKs. Tree-SHA512: 6b4d23726ca99c7ab9454087f0354e35d307e7e16b90741cdf7838265a07a631cf54d9533b4f1bf9a0fd900c5ed909756a35cab738284bf39b09ab1c2ed54368
maflcko
pushed a commit
to maflcko/bitcoin-core
that referenced
this pull request
Mar 18, 2020
fa3fa27 fuzz: Remove option --export_coverage from test_runner (MarcoFalke) aaaa055 fuzz: Add option to merge input dir to test runner (MarcoFalke) fa4fa88 doc: Remove --disable-ccache from docs (MarcoFalke) Pull request description: This is mainly useful for myself to merge pull requests like bitcoin-core/qa-assets#4 I thought it wouldn't hurt to share the code. Also remove the `--disable-ccache` from the docs to speed up builds when developing fuzzers. Top commit has no ACKs. Tree-SHA512: 818d85a90db86a7f4e8b001cc88342e5b28b02029d2bd4174440b28a8c4cc29b5406bd6348f72ddf909bb3d0f9bf7b1011976f6480e4418c8b7da5ecccae93e8
sidhujag
pushed a commit
to syscoin/syscoin
that referenced
this pull request
Mar 18, 2020
fa3fa27 fuzz: Remove option --export_coverage from test_runner (MarcoFalke) aaaa055 fuzz: Add option to merge input dir to test runner (MarcoFalke) fa4fa88 doc: Remove --disable-ccache from docs (MarcoFalke) Pull request description: This is mainly useful for myself to merge pull requests like bitcoin-core/qa-assets#4 I thought it wouldn't hurt to share the code. Also remove the `--disable-ccache` from the docs to speed up builds when developing fuzzers. Top commit has no ACKs. Tree-SHA512: 818d85a90db86a7f4e8b001cc88342e5b28b02029d2bd4174440b28a8c4cc29b5406bd6348f72ddf909bb3d0f9bf7b1011976f6480e4418c8b7da5ecccae93e8
deadalnix
pushed a commit
to Bitcoin-ABC/bitcoin-abc
that referenced
this pull request
Nov 5, 2020
Summary: ``` This is mainly useful for myself to merge pull requests like bitcoin-core/qa-assets#4 I thought it wouldn't hurt to share the code. Also remove the --disable-ccache from the docs to speed up builds when developing fuzzers. ``` Backport of core [[bitcoin/bitcoin#18300 | PR18300]]. Depends on D8270. Test Plan: ninja bitcoin-fuzzers ./test/fuzz/test_runner.py <path_to_corpus> git clone https://github.com/Bitcoin-ABC/qa-assets.git ~/seeds ./test/fuzz/test_runner.py ~/seeds/fuzz_seed_corpus \ --m_dir=<path_to_corpus> \ -l DEBUG Reviewers: #bitcoin_abc, PiRK Reviewed By: PiRK Differential Revision: https://reviews.bitcoinabc.org/D8271
sidhujag
pushed a commit
to syscoin-core/syscoin
that referenced
this pull request
Nov 10, 2020
fa3fa27 fuzz: Remove option --export_coverage from test_runner (MarcoFalke) aaaa055 fuzz: Add option to merge input dir to test runner (MarcoFalke) fa4fa88 doc: Remove --disable-ccache from docs (MarcoFalke) Pull request description: This is mainly useful for myself to merge pull requests like bitcoin-core/qa-assets#4 I thought it wouldn't hurt to share the code. Also remove the `--disable-ccache` from the docs to speed up builds when developing fuzzers. Top commit has no ACKs. Tree-SHA512: 818d85a90db86a7f4e8b001cc88342e5b28b02029d2bd4174440b28a8c4cc29b5406bd6348f72ddf909bb3d0f9bf7b1011976f6480e4418c8b7da5ecccae93e8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add seeds to fuzzers in
master
.