-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
spirv-tools: Add fuzz target for spirv-fuzz #6689
base: master
Are you sure you want to change the base?
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.
Think we need to fix some errors before merging this.
Would you mind running the CI again please @jonathanmetzman ? I landed a PR in the upstream project which fixes some compiler warnings the OSS-Fuzz build was treating as errors. |
Running again. |
Do we still want this PR? |
We do want the PR, but let me take another look at it before we merge. |
It looks the coverage failure is just a linker issue that we can ignore for now. CI will fail but that's fine I guess. |
spirv-tools also fixed |
Many thanks! |
Np. I posted the fixed comment in the wrong issue. I meant to post it in #6978 |
Adds a fuzz target to test the spirv-fuzz testing tool.
Head branch was pushed to by a user without write access
@jonathanmetzman Any idea why there's a failing linker command in the coverage build? I suppose it's a memout or timeout or something? I could add some logic to the build script to stop spirv-fuzz being built with coverage during CI, I suppose. |
Needs CI re-run, if still relevant. |
Adds a fuzz target to test the spirv-fuzz testing tool.