Skip to content

Add resource program fuzz variation test#473

Draft
prozacchiwawa wants to merge 4 commits into
20260512-extra-fuzzfrom
cursor/fuzz-resource-variations-3575
Draft

Add resource program fuzz variation test#473
prozacchiwawa wants to merge 4 commits into
20260512-extra-fuzzfrom
cursor/fuzz-resource-variations-3575

Conversation

@prozacchiwawa

@prozacchiwawa prozacchiwawa commented May 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a compiler fuzz regression that generates and runs 1000 variations each for the assign and recurse fuzz resources.
  • Build variations by replacing selected source forms with fuzzer placeholders, remembering originals, and expanding placeholders with same-kind scalar/list-preserving substitutions.
  • Add minimal test module stubs for unused imports required by the assign fuzz resource under the existing test search path.
  • Add classic Chialisp analogues for both reference resources and tests comparing each reference result to its classic analogue.

Testing

  • cargo test classic_matches_reference -- --nocapture
  • cargo test fuzz_resource_program_variations_run -- --nocapture
Open in Web Open in Cursor 

cursoragent and others added 4 commits May 12, 2026 17:30
Co-authored-by: arty <prozacchiwawa@users.noreply.github.com>
Co-authored-by: arty <prozacchiwawa@users.noreply.github.com>
Co-authored-by: arty <prozacchiwawa@users.noreply.github.com>
Co-authored-by: arty <prozacchiwawa@users.noreply.github.com>
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