Skip to content

feat: Fuzz Testing RParser #3664

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

Merged
merged 5 commits into from
Jan 3, 2024
Merged

feat: Fuzz Testing RParser #3664

merged 5 commits into from
Jan 3, 2024

Conversation

joydeep049
Copy link
Contributor

@joydeep049 joydeep049 commented Dec 23, 2023

Closes #3329
This was my output.

Screenshot from 2023-12-24 01-18-55

@joydeep049
Copy link
Contributor Author

The fuzz testing works perfectly on my local testing.
Furthermore, I think the errors in the windows tests are not even related to my code.
@terriko @anthonyharrison

@terriko
Copy link
Contributor

terriko commented Dec 27, 2023

Yes, there's some tests failing in main right now unrelated to your code: #3653

I won't be able to merge this until those are fixed, though, because of the settings on this repo. If you want to work on fixing them, feel free!

@terriko
Copy link
Contributor

terriko commented Dec 28, 2023

Updating branch to address failing tests.

@codecov-commenter
Copy link

codecov-commenter commented Dec 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf9afe9) 78.98% compared to head (d1fc5d2) 79.07%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3664      +/-   ##
==========================================
+ Coverage   78.98%   79.07%   +0.09%     
==========================================
  Files         797      797              
  Lines       11927    11927              
  Branches     1602     1602              
==========================================
+ Hits         9420     9431      +11     
+ Misses       2075     2058      -17     
- Partials      432      438       +6     
Flag Coverage Δ
longtests 73.73% <ø> (-4.58%) ⬇️
win-longtests 77.12% <ø> (+0.27%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Thanks! Looks like our tests are back to normal and I can merge this. Thank you for your patience!

@terriko terriko merged commit f772954 into intel:main Jan 3, 2024
@joydeep049 joydeep049 deleted the R-fuzzer branch January 4, 2024 08:04
inosmeet pushed a commit to inosmeet/cve-bin-tool that referenced this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Create fuzzer for R language parser
3 participants