-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
console
resource is missing in libregrtest
#133519
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
vstinner
pushed a commit
that referenced
this issue
May 9, 2025
Add console to resources in libregrtest
vstinner
pushed a commit
that referenced
this issue
May 9, 2025
vstinner
pushed a commit
that referenced
this issue
May 9, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We introduced the use of the
console
resource in tests in #114565. However,console
is not defined inlibregrtest
, so we can't enable it with-u console
, and-u all
still skips these tests.Linked PRs
The text was updated successfully, but these errors were encountered: