-
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
Deeper Jest integration #585
Conversation
59a7046
to
32f33ad
Compare
6baa277
to
c38f656
Compare
b5a3577
to
9f31942
Compare
0e22acb
to
d27360e
Compare
badf1be
to
5aff461
Compare
2f26d2f
to
7423083
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this great PR! I especially like the large number of tests, great job @bertschneider!
9b00c4b
to
8b52e05
Compare
libFuzzer spawns new sub-processes, if the "minimize_crash" parameter is specified.
8b52e05
to
b3d747a
Compare
b3d747a
to
87483a2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a complete review, but a few comments of things I noticed. Nothing blocking this PR.
Jazzer.js now supports all Jest features. A nice side-effect of this is that fuzzing of ECMAScript modules is now possible.