-
Notifications
You must be signed in to change notification settings - Fork 20
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
Help contents added in error message #698
Comments
Try exporting typescript code to es5 (set ES6 is not supported in CLI mode. You could also use the @jazzer.js/jest-runner for fuzzing--it supports everything that Jest supports, including ES6: https://github.com/CodeIntelligenceTesting/jazzer.js/blob/main/docs/jest-integration.md |
Hi, Thanks for reply and tip for es5, The problem i'm facing is error message adds lots of text (with jazzer -help content) , is this expected behavior ?
while it should only include this
|
Yes, indeed, that should not happen! We will take a look. Thanks for reporting 👍 |
Ah, that should be fixed with #695 that's currently in review. |
Description
Hi, while attempting to make jazzer run in https://github.com/meriyah/meriyah
jazzer v2.1.0
addshelp
content along with error message.While downgrading jazzer to v2.0.0 prints following error message
Steps to reproduce
git clone https://github.com/manunio/meriyah.git && cd meriyah
npm install
npm run build
npx jazzer fuzz
The text was updated successfully, but these errors were encountered: