Skip to content

Commit 84fa9fd

Browse files
panvatargos
authored andcommitted
test: refactor WPTRunner and enable parallel WPT execution
PR-URL: #47635 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent bf9a52c commit 84fa9fd

File tree

5 files changed

+227
-167
lines changed

5 files changed

+227
-167
lines changed

Makefile

+2-1
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)