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

feat: fuzz testing for JavaScript language parser #3440

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

raffifu
Copy link
Contributor

@raffifu raffifu commented Oct 20, 2023

Fixes #3327

Added fuzz testing for JavaScriptParser with generating package-lock.json . The file schema is based on https://docs.npmjs.com/cli/v10/configuring-npm/package-lock-json

Screenshot testing:
image

@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2023

Codecov Report

Merging #3440 (0014fd4) into main (e45767a) will decrease coverage by 0.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3440      +/-   ##
==========================================
- Coverage   80.29%   79.92%   -0.38%     
==========================================
  Files         758      758              
  Lines       11616    11616              
  Branches     1571     1571              
==========================================
- Hits         9327     9284      -43     
- Misses       1853     1910      +57     
+ Partials      436      422      -14     
Flag Coverage Δ
longtests 74.81% <ø> (-0.02%) ⬇️
win-longtests 77.91% <ø> (-0.38%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 5 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, thank you! Now I've got to go set up a machine where I can run this for a while and see if it finds anything interesting...

@terriko terriko merged commit 30b85ba into intel:main Oct 21, 2023
21 checks passed
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.

feat: Create fuzzer for the JavaScript language parser
3 participants