Skip to content

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

Conversation

practicalswift
Copy link
Contributor

Add seeds to fuzzers in master.

@practicalswift practicalswift force-pushed the seeds-2020-03-08 branch 2 times, most recently from 3e51760 to f7ba28c Compare March 9, 2020 09:33
@maflcko
Copy link
Contributor

maflcko commented Mar 9, 2020

Thanks, merged with $ ./test/fuzz/test_runner.py --m_dir ../btc_qa_assets/fuzz_seed_corpus_ps_4/ ../btc_qa_assets/fuzz_seed_corpus

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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants