Using these runs:
- chrome 68.0.3440.75 @ba4921d054: 28641 tests
- edge 17 @ba4921d054: 28641 tests
- firefox 61.0.1 @ba4921d054: 28641 tests
- safari 11.1 @ba4921d054: 28548 tests
edge-only failures:
Using these runs:
edge-only failures:
Using these runs:
firefox-only failures:
Using these runs:
chrome-only failures:
Using these runs:
safari-only failures:
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; |
#!/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): |
'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) { |
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 |
#!/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 |