mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add bluetooth servodriver tests to final WPT chunk.
This commit is contained in:
parent
c1c60d0fc4
commit
4705745a0d
1 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue