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

Adding "firefox:pass" makes query stop finding results #4141

Open
gsnedders opened this issue Dec 3, 2024 · 0 comments
Open

Adding "firefox:pass" makes query stop finding results #4141

gsnedders opened this issue Dec 3, 2024 · 0 comments
Labels

Comments

@gsnedders
Copy link
Member

Having started looking with the query enumeratedevices, I tried changing the query to find things that Firefox passes, which would normally be achieved with the query enumeratedevices firefox:pass.

However, this surprisingly returns no results, despite the fact that obviously there are tests that Firefox passes in the first query.

The structured query goes from:

    {
        "exists": [
            {
                "pattern": "enumeratedevices"
            }
        ]
    }

To:

    {
        "exists": [
            {
                "pattern": "enumeratedevices"
            },
            {
                "product": "firefox",
                "status": "PASS"
            }
        ]
    }

This might just be a duplicate of #2898?

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

No branches or pull requests

1 participant