Skip to content

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

Open
@gsnedders

Description

@gsnedders

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions