Skip to content

Commit 514dd0c

Browse files
committed
test: refactor WPTRunner and enable parallel WPT execution
1 parent 607715e commit 514dd0c

File tree

5 files changed

+220
-160
lines changed

5 files changed

+220
-160
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,8 @@ test-wpt: all
592592
test-wpt-report:
593593
$(RM) -r out/wpt
594594
mkdir -p out/wpt
595-
WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
595+
-WPT_REPORT=1 $(PYTHON) tools/test.py --shell $(NODE) $(PARALLEL_ARGS) wpt
596+
$(NODE) "$$PWD/tools/merge-wpt-reports.mjs"
596597

597598
.PHONY: test-internet
598599
test-internet: all

0 commit comments

Comments
 (0)