Skip to content

Commit ef2a8bd

Browse files
panvayjl9903
authored andcommitted
test: refactor WPTRunner and enable parallel WPT execution
PR-URL: nodejs#47635 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 9ff5a90 commit ef2a8bd

File tree

5 files changed

+227
-167
lines changed

5 files changed

+227
-167
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)