jugglinmike
jugglinmike
Here are some stats. This data is based on [web-platform-tests at revision 6736e3f46b](https://github.com/w3c/web-platform-tests/tree/6736e3f46bc6a110e6e550711208e492f1630eba), where it had 26043 tests and 12308 testharness.js tests (those counts are for "manifest level" tests, as...
Here's the script I wrote to analyze the results data: analyze.py ```py import json import os import re import sys class Result(object): def __init__(self, outer_dir, test_file): self.name = test_file self.outer_dir...
Another interesting way to look at the data is to compare results between stable and experimental releases of the same browser. We can't assign much significance to the pass/fail rate...
> Why is there no result for Edge? There are results in earlier runs, e.g. https://wpt.fyi/webgl/bufferSubData.html?sha=c218fe33f4 This is due to intermittent connectivity problems with Sauce Labs. I've created a dedicated...
Here's some documentation from Mozilla's wiki: https://wiki.mozilla.org/Blocklisting/Blocked_Graphics_Drivers Notably: > If you would like to forcibly enable a graphics feature that is blocked on your system, follow these instructions. **Warning:** do...
By increasing the frequency of partial builds, this issue exacerbated a previously-existing problem, and that problem blocked *all* results collection. That problem and its resolution are described in gh-594.
This problem continues to interfere with results collection for both Firefox and Firefox Nightly. I've learned a little more from analyzing the logs a bit. Here's a filtered version of...
Thanks, @whimboo. That bug seems to be focused on how wptrunner detects crashes. Fixing that issue might make recovery possible, which is definitely an improvement. (By the way, it'd be...
Good news: @jgraham has [submitted a patch which is expected to allow for crash recovery](https://phabricator.services.mozilla.com/D5291). Thanks, James!
@whimboo here's another issue which may or many not be related: gh-602