Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync WPT with upstream (06-05-2020) #26451

Merged
merged 2 commits into from May 6, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Run url tests under python3.

  • Loading branch information
jdm committed May 6, 2020
commit 788f83c954428f2043df9d6d949e44d94e1cae97
@@ -620,11 +620,11 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
--log-errorsummary wpt-mp-errorsummary.log \
eventsource \
| cat
time env PYTHONIOENCODING=utf-8 python3 ./mach test-wpt --release --binary-arg=--multiprocess \
time env PYTHONIOENCODING=utf-8 python3 ./mach test-wpt --release \
--processes $PROCESSES \
--log-raw test-wpt-mp.log \
--log-errorsummary wpt-mp-errorsummary.log \
eventsource \
--log-raw test-wpt-py3.log \
--log-errorsummary wpt-py3-errorsummary.log \
url \
| cat
time ./mach test-wpt --release --product=servodriver --headless \
tests/wpt/mozilla/tests/mozilla/DOMParser.html \
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.