wpt.fyi
wpt.fyi copied to clipboard
web-platform-tests dashboard
In the `EDIT` page, there should be tooltips that explain what each option means. e.g. `Aligned runs only` vs `Show diff` vs `Only master branch`
e.g. https://wpt.fyi/analyzer?screenshot=sha1%3Ac06f20c60c4978a2e283980f57871050f9a765af&screenshot=sha1%3Ac06f20c60c4978a2e283980f57871050f9a765af This shows, for a failure, "Actual screenshot" and "Expected screenshot" with a "maxDifference: 0". This is confusing, until I realised that it was probably a mismatch test, and...
e.g. in https://wpt.fyi/results/css/selectors?diff&filter=ADC&run_id=5719367384825856&run_id=5192487070072832 where all the tests were moved into the new location. The summary table shows the same number of tests for the "before" and "after" runs, but when...
Steps to reproduce: - Start at https://staging.wpt.fyi/results/?label=master&label=experimental&aligned - Search for "(safari:!pass&safari:!ok)", which changes the URL to https://staging.wpt.fyi/results/?label=master&label=experimental&aligned&q=%28safari%3A%21pass%26safari%3A%21ok%29 You should see this:  The same steps starting from https://wpt.fyi/results/?label=master&label=experimental&aligned doesn't have...
This would be useful anyway, and is exacerbated a bit by #2688
For example, I'd type "historical", and nothing seems to happen. If I then delete the last "l", the dropdown appears.
Currently the endpoint only supports `add` operations. `delete` should also be supported. This requires UI changes in the way we currently display metadata, in order to use `delete` operations effectively....
Since the inception of wpt.fyi, the summary numbers have been the number of subtests ([plus harness status, grrr](https://github.com/web-platform-tests/wpt.fyi/issues/62)). We also show a summary like "Showing 39166 tests (1739296 subtests)" at...
Related to https://github.com/web-platform-tests/wpt.fyi/issues/866 @beaufortfrancois has reported this recent regression in picture-in-picture: good: https://wpt.fyi/results/picture-in-picture?product=chrome[experimental,taskcluster]&sha=5dd605cdfa bad: https://wpt.fyi/results/picture-in-picture?product=chrome[experimental,taskcluster]&sha=c522b884f7 The full diff between those runs: https://wpt.fyi/results/?label=experimental&product=chrome%5Btaskcluster%5D%405dd605cdfa&product=chrome%5Btaskcluster%5D%40c522b884f7&diff There are lots of regressions, introduced by https://github.com/web-platform-tests/wpt/pull/13966....
This problem is somewhat ephemeral, as it (probably) only occurs when the number of results for a given search is an exact multiple of the max-count. However wpt-results hit it...