Skip to content

fix: print all discrepancy categories in fuzzer output#352

Merged
ldayton merged 1 commit intomainfrom
fix-fuzzer-missing-output
Jan 19, 2026
Merged

fix: print all discrepancy categories in fuzzer output#352
ldayton merged 1 commit intomainfrom
fix-fuzzer-missing-output

Conversation

@ldayton
Copy link
Copy Markdown
Owner

@ldayton ldayton commented Jan 19, 2026

Summary

  • The fuzzer summary showed counts for all three discrepancy categories but only printed details for some
  • parable_err (Parable errors, oracle succeeds) was never printed in character.py
  • Neither parable_err nor oracle_err was printed in structural.py
  • Now all categories are printed to stdout when not using --both-succeed

The fuzzer summary showed counts for all three categories (both_ok,
parable_err, oracle_err) but only printed details for some of them.
Now all categories are printed to stdout when not using --both-succeed.
@ldayton ldayton merged commit 58f4fd9 into main Jan 19, 2026
1 check passed
@ldayton ldayton deleted the fix-fuzzer-missing-output branch January 19, 2026 18:34
ldayton added a commit that referenced this pull request Mar 25, 2026
Includes fixes for JS backend: constructor defaults (#321), startswith
pos arg (#324), operator precedence (#333), regex escaping (#322),
template literal backticks (#323), destructuring discard (#326),
isinstance primitives (#325, #327), backtick-heredoc (#352), and
UTF-8 encoding (#334).
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.

1 participant