Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84fa9fd

Browse filesBrowse files
panvatargos
authored andcommitted
test: refactor WPTRunner and enable parallel WPT execution
PR-URL: #47635 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent bf9a52c commit 84fa9fd
Copy full SHA for 84fa9fd

File tree

Expand file treeCollapse file tree

5 files changed

+227
-167
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

5 files changed

+227
-167
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.