Add bluetooth servodriver tests to final WPT chunk.

This commit is contained in:
Josh Matthews 2019-05-16 00:05:59 -04:00
parent c1c60d0fc4
commit 4705745a0d

View file

@ -528,7 +528,7 @@ def macos_wpt():
""")
)
wpt_chunks("macOS x64", macos_run_task, build_task, repo_dir="repo",
total_chunks=6, processes=4, chunks=[1,2,3])
total_chunks=6, processes=4)
def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
@ -568,6 +568,11 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
tests/wpt/mozilla/tests/css/img_simple.html \
tests/wpt/mozilla/tests/mozilla/secure.https.html \
| cat
time ./mach test-wpt --release --processes 1 --product=servodriver \
--headless --log-raw test-bluetooth.log \
--log-errorsummary bluetooth-errorsummary.log \
bluetooth \
| cat
""")
# `test-wpt` is piped into `cat` so that stdout is not a TTY
# and wptrunner does not use "interactive mode" formatting: