From f4ff067387dd44b15a4c5e2f8c075d610021c43f Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Sat, 26 Oct 2024 11:47:31 +0200 Subject: 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> --- python/servo/try_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/try_parser.py') 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"]: -- cgit v1.2.3