Using these runs:
- chrome 69.0.3497.100 @67152fdecd: 29995 tests
- edge 17 @67152fdecd: 29876 tests
- firefox 62.0.2 @67152fdecd: 29995 tests
- safari 12.1 @67152fdecd: 29995 tests
safari-only failures:
| # directory files bytes commits days top 3 committers | |
| html 4116 6327592 176 81 [email protected] [email protected] [email protected] | |
| service-workers 528 1053088 71 39 [email protected] [email protected] [email protected] | |
| tools 937 5838104 127 38 [email protected] [email protected] [email protected] | |
| payment-request 52 127060 64 35 [email protected] [email protected] [email protected] | |
| resources 232 1171282 47 34 [email protected] [email protected] [email protected] | |
| webrtc 89 537780 106 32 [email protected] [email protected] [email protected] | |
| XMLHttpRequest 353 738433 53 27 [email protected] [email protected] [email protected] | |
| dom 388 |
| #!/usr/bin/env python3 | |
| # | |
| # Unpacks a JSON file exported from BigQuery httparchive table, with one body | |
| # per line, parses the body as HTML and prints some stuff about <main>. | |
| import html5lib | |
| import json | |
| import os | |
| import sys |
| http://www.ketemulagi.com/ http://www.ketemulagi.com/ html body div div div | |
| http://www.directtoolsoutlet.com/ http://www.directtoolsoutlet.com/ html body div | |
| http://www.economyworld.ir/ http://www.economyworld.ir/ html body div div div div div | |
| http://www.rankia.com/ https://www.rankia.com/assets/application-c18dfafe7226be9a8130215898cd55b4b16eb89e87110a18a35831332cc21202.js html body this.lengthU0003BnU0002BU0002BU00029e.callU00028tU0002CthisU0005BnU0005DU0002CnU0002CthisU00029U0007DU00029U0002CfunctionU00028eU00029U0007Bfunction rU0003BnU0002BU0002BU00029mU00028eU0005BnU0005DU0002CtU00029U0007Dfunction ce.callU00028iU0002CeU00029U00026U00026oU0005BfU0005D.applyU00028thisU0002CargumentsU00029U0007DU0007DU00029U0002CoU0005BnU0005DU00026U00026deU00028aU0002CuU0002CU0007BvalueU0003AoU0005BnU0005DU0007DU00029U0002CoU0005BqU0005DU00026U00026deU00028aU0002CgU0002CU0007BvalueU0003AoU0005BqU0005DU0007DU00029U0002CrU00026U00026U00028cU0005BqU0005DU0003DrU00029U0002CeU0003De.touppercaseU00028U00029U0002CleU0005BeU0005D |
| 'use strict' | |
| const fs = require('fs') | |
| // Create a simplified view of the results: a map of test names (~=filename) to | |
| // an array of maps from subtest name to status. | |
| function readResultsAsMap(filename) { | |
| const results = JSON.parse(fs.readFileSync(filename)).results; | |
| const testMap = new Map; | |
| for (const result of results) { |
| #!/usr/bin/env python3 | |
| import json | |
| import os.path | |
| import yaml | |
| # https://stackoverflow.com/a/39681672 | |
| class MyDumper(yaml.Dumper): | |
| def increase_indent(self, flow=False, indentless=False): |
| const octokit = require('@octokit/rest')() | |
| const repoOptions = { owner: 'web-platform-tests', repo: 'wpt' }; | |
| // merge_pr_* tags should exist since July 2017. | |
| const SINCE = Date.parse('2017-07-01T00:00Z'); | |
| // gets all PRs with pagination | |
| async function* getAllPullRequests(prOptions) { | |
| let page = 1; |
Using these runs:
safari-only failures:
Using these runs:
chrome-only failures:
Using these runs:
firefox-only failures: