qa-assets icon indicating copy to clipboard operation
qa-assets copied to clipboard

Bitcoin Core related blobs used for quality assurance

Results 6 qa-assets issues
Sort by recently updated
recently updated
newest added

~Draft until https://github.com/bitcoin/bitcoin/pull/29623 is merged.~ This fuzz target is largely the same as the timedata target, but both are kept to allow continued testing of both for now. In the...

We could consider adding a CI job that checks that the coverage for newly added inputs actually goes up (this should be possible with [`afl-showmap`](https://github.com/AFLplusplus/AFLplusplus/blob/stable/docs/fuzzing_in_depth.md#g-checking-the-coverage-of-the-fuzzing)). This would help with review...

Generated by running for about two hours on an AMD Ryzen 7950x (32 threads) with Ubuntu 23.10 using Clang 16.0.6 and libFuzzer. I used `--with-sanitizers=fuzzer`. Merged using `--m_dir` into 1.3MB....

While I had noticed `utxo_total_supply` being extremely slow on a merge before, my nightly fuzzer has been on the `utxo_total_supply` target for 6h51m at this point, even though the limit...

Generated on Ubuntu 23.04 using Clang 15.0.7 and libFuzzer `--with-sanitizers=fuzzer` Generated by running the wallet_bdb_parser target in https://github.com/bitcoin/bitcoin/pull/26606 for about a day on AMD Ryzen 9 7950X. I used `test/fuzz/test_runner.py...

Inputs for https://github.com/bitcoin/bitcoin/pull/29694