-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add a presubmit workflow that runs fuzztest tests #2410
Conversation
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.
I do not see any fuzz test in the presubmit of this PR besides repro_avif_decode_fuzzer
. Does ctest
work with FuzzTest targets?
Is there an overlap on what is supposed to be tested with .github/workflows/cifuzz.yml?
I do see a bunch of tests starting with "avif_fuzztest_" in the output? There is no overlap with .github/workflows/cifuzz.yml, this one is ossfuzz and runs only the fuzzer in tests/oss-fuzz (which this one does not run) (yes this is all very simple...) |
Indeed, because CIFuzz does not handle fuzztest (cf google/oss-fuzz#11599), this CI is useful. I will remove CIFuzz inhttps://github.com//pull/2006 to merge it too. |
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.
I do see a bunch of tests starting with "avif_fuzztest_" in the output?
Indeed, GitHub UI + Chrome search failed me. The logs are probably loaded lazily.
No description provided.