Skip to content

Commit da0fc28

Browse files
foolipgsnedders
authored andcommitted
Add known harness error to Interop scoring script
1 parent ae5b44b commit da0fc28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interop-scoring/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ const ROOT_DIR = path.join(__dirname, '..');
3737
// before being added to this list, so that we don't score tests in the wrong
3838
// way because of a test or infrastructure issue.
3939
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',
4042
// TIMEOUT in Safari due to https://webkit.org/b/212201
4143
'/css/css-grid/grid-definition/grid-limits-001.html',
4244
// TIMEOUT in Firefox and Safari, all subtests present

0 commit comments

Comments
 (0)