mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Ensure webgpu test filtering works.
This commit is contained in:
parent
500cb865bd
commit
e33c626edf
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ def wpt_chunks(platform, make_chunk_task, build_task, total_chunks, processes,
|
||||||
if run_webgpu:
|
if run_webgpu:
|
||||||
webgpu_script = """
|
webgpu_script = """
|
||||||
time ./mach test-wpt _webgpu --release --processes $PROCESSES \
|
time ./mach test-wpt _webgpu --release --processes $PROCESSES \
|
||||||
--headless --log-raw test-webgpu.log \
|
--headless --log-raw test-webgpu.log --always-succeed \
|
||||||
--log-errorsummary webgpu-errorsummary.log \
|
--log-errorsummary webgpu-errorsummary.log \
|
||||||
| cat
|
| cat
|
||||||
./mach filter-intermittents \
|
./mach filter-intermittents \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue