Skip to content
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

Add Gson, Jackson, and ChocoPy targets to JQF examples #215

Merged
merged 5 commits into from
Apr 18, 2023

Conversation

vasumv
Copy link
Collaborator

@vasumv vasumv commented Apr 17, 2023

Adding Gson/Jackson JSON parsing targets and ChocoPy semantic analysis targets to JQF examples.

To run:
Gson:
mvn jqf:fuzz -Dclass=edu.berkeley.cs.jqf.examples.gson.JsonTest -Dmethod=fuzzJSONParser
Jackson:
mvn jqf:fuzz -Dclass=edu.berkeley.cs.jqf.examples.jackson.JsonTest -Dmethod=fuzzJsonReadValue
ChocoPy:
mvn jqf:fuzz -Dclass=edu.berkeley.cs.jqf.examples.chocopy.SemanticAnalysisTest -Dmethod=fuzzSemanticAnalysis

Note: this adds the chocopy-artifacts package as a dependency, which currently includes the reference implementation of the ChocoPy compiler.

@vasumv vasumv requested a review from rohanpadhye April 17, 2023 18:34
@rohanpadhye rohanpadhye merged commit 146ae4d into master Apr 18, 2023
1 check passed
@vasumv vasumv deleted the vasu/new_targets branch April 18, 2023 19:47
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.

None yet

2 participants