-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Update groovy TestFuzzer.java Enhance Fuzz Testing with Additional Custom Object Test Cases #12823
base: master
Are you sure you want to change the base?
Conversation
Shivam7-1 is a new contributor to projects/groovy. The PR must be approved by known contributors before it can be merged. The past contributors are: henryrneh, fmeum, aschaich |
Hii @henryrneh @fmeum @aschaich Could Team Please Review This PR |
Hii @fmeum Could You Please Review This PR |
Sorry, I no longer work on OSS-Fuzz. |
Hii @fmeum Thanks For Responding Do you anyone who Could Review this PR Could You Please ping them here |
@DavidKorczynski Can you help here? None of the suggested contributors are active anymore. |
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! Can you help reach out to maintainers and get these harnesses landed upstream? That should help the reviewing process
Hii @jonathanmetzman @DavidKorczynski @AdamKorcz Could Team please review or help in this PR |
PR Description: Added additional test cases for custom objects, including null handling, hash code consistency, toString validation, and large object array testing. Enhanced fuzz testing for equality, edge cases, and inheritance scenarios to improve robustness and reliability.
Key changes Done: