We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5b44b commit da0fc28Copy full SHA for da0fc28
interop-scoring/main.js
@@ -37,6 +37,8 @@ const ROOT_DIR = path.join(__dirname, '..');
37
// before being added to this list, so that we don't score tests in the wrong
38
// way because of a test or infrastructure issue.
39
const KNOWN_TEST_STATUSES = new Set([
40
+ // ERROR due to duplicate subtest name, fixed in https://github.com/web-platform-tests/wpt/pull/38387
41
+ '/css/css-color/parsing/color-invalid-color-function.html',
42
// TIMEOUT in Safari due to https://webkit.org/b/212201
43
'/css/css-grid/grid-definition/grid-limits-001.html',
44
// TIMEOUT in Firefox and Safari, all subtests present
0 commit comments