-
Notifications
You must be signed in to change notification settings - Fork 28.5k
[Impeller] Run Vulkan unit-tests by default. #112423
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
Comments
cc @iskakaushik WDYT? |
Agreed. Is there a way to enable some tests but not all to start with? I'll see if there is a way to do this incrementally for Vulkan. |
@iskakaushik Are you still working on this? Feel free to unassign yourself if not. I can take a closer look at this too. |
Yup. flutter/buildroot#639 was a prerequisite for this. Seems like you rolled |
@iskakaushik Just catching up on old issues. Are there any blockers to doing this and removing the Vulkan opt-in on the host unit-tests? |
This is fixed. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Currently, running the unit-tests requires the
--enable-impeller-vulkan
GN option enabled. Now that we have landed the Vulkan backend and are iterating on it in tree, perhaps it is time to remove the need for this flag.The text was updated successfully, but these errors were encountered: