-
Notifications
You must be signed in to change notification settings - Fork 953
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
GPU Test Framework #3873
GPU Test Framework #3873
Conversation
Hey me! Rebase this! |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Alright, I think this MR is finally good to land whenever anyone can find time to review it - thankfully it's not actually as large as it seems:
is
|
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.
Took a brief look, nothing looks off.
The new features look great!
Even automatic retry and reporting of flaky tests! 🎉
Shippit! 🚀
WOOOOOOOOO |
Checklist
cargo clippy
.cargo clippy --target wasm32-unknown-unknown
if applicable.Connections
Closes #3680
Closes #3622
Closes #4097
Description
This revamps our testing framework in multiple different ways.
How to Review
While there are a ton of changes in this MR, a lot of it is very boring structural changes in the code. Please focus on
tests/src
examples/common
,wgpu-macros
andxtask
.Testing
It is lol