Skip to content
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

Support wildcards/glob in queries #3909

Open
greggman opened this issue Aug 20, 2024 · 1 comment
Open

Support wildcards/glob in queries #3909

greggman opened this issue Aug 20, 2024 · 1 comment

Comments

@greggman
Copy link
Contributor

greggman commented Aug 20, 2024

I'm finding that it would be nice to be able to use wildcards in queries. For example i'd like to test all the texture builtins with webgpu:shader,execution,expression,call,builtin,texture*

I haven't looked into what it would take to make that work or if there is some concrete reason to disallow it.

I get that one issue is the harness doesn't know all the tests since it only loads what's in the query but, IDK, maybe the server/build could have a list of tests and if the query doesn't fit the current rules it could load the full list and do a glob

@kainino0x
Copy link
Collaborator

I don't think there's any specific reason we couldn't support that. Unfortunately there's a fair bit of code that relies on the current query structure though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants