oss-fuzz icon indicating copy to clipboard operation
oss-fuzz copied to clipboard

add tests for validating `helper.py` CLI interactions

Open DavidKorczynski opened this issue 1 month ago • 1 comments

We recently had a regression where the reproducer command stopped providing the output from the container run, which meant that reproducer commands just stopped silently. We should improve such that we have tests that are a bit more rigid in terms of enforcing the CLI interaction we expect from helper.py.

Refs:

  • regression: https://github.com/google/oss-fuzz/pull/14145
  • fix 1: https://github.com/google/oss-fuzz/pull/14178
  • fix 2: https://github.com/google/oss-fuzz/pull/14299

DavidKorczynski avatar Nov 25 '25 21:11 DavidKorczynski

I can help review such a PR if desired.

pitrou avatar Nov 26 '25 10:11 pitrou