diff options
author | Samson <16504129+sagudev@users.noreply.github.com> | 2024-10-26 11:47:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-26 09:47:31 +0000 |
commit | f4ff067387dd44b15a4c5e2f8c075d610021c43f (patch) | |
tree | 13d0245cf58a7d79d0385f0917bd4ba70662b922 /python/servo/try_parser.py | |
parent | faeb31d6c6aed117a76a052e6dd85646398b06b2 (diff) | |
download | servo-f4ff067387dd44b15a4c5e2f8c075d610021c43f.tar.gz servo-f4ff067387dd44b15a4c5e2f8c075d610021c43f.zip |
chore: Update WebGPU CTS (#33990)
* chore: Update WebGPU CTS
https://github.com/gpuweb/cts/commit/d473d09475bffec9569fe5c45834bb6aaad44818
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Update expectations
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
* Allow multiple process testing for CTS
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
---------
Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
Diffstat (limited to 'python/servo/try_parser.py')
-rw-r--r-- | python/servo/try_parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/try_parser.py b/python/servo/try_parser.py index 750e0c74424..66422743997 100644 --- a/python/servo/try_parser.py +++ b/python/servo/try_parser.py @@ -102,7 +102,7 @@ def handle_preset(s: str) -> Optional[JobConfig]: elif s == "webgpu": return JobConfig("WebGPU CTS", Workflow.LINUX, wpt_layout=Layout.layout2020, # reftests are mode for new layout - wpt_args="--processes 1 _webgpu", # run only webgpu cts + wpt_args="_webgpu", # run only webgpu cts profile="production", # WebGPU works to slow with debug assert unit_tests=False) # production profile does not work with unit-tests elif s in ["lint", "tidy"]: |