From a5f328613dc194d15bb024bd7cfb9f472c679766 Mon Sep 17 00:00:00 2001 From: Jamie Nicol Date: Fri, 13 Jun 2025 11:56:16 +0100 Subject: [PATCH] [cts_runner] Run some textureSample CTS shader execution tests Limit to the `sampled_1d_coords` subtests for now as otherwise the tests take a very long time to execute, and there are also some failures with certain texture formats that are used in higher dimensions. --- cts_runner/test.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/cts_runner/test.lst b/cts_runner/test.lst index 79712e173..9d620fb1f 100644 --- a/cts_runner/test.lst +++ b/cts_runner/test.lst @@ -31,6 +31,7 @@ webgpu:api,operation,uncapturederror:iff_uncaptured:* //FAIL: webgpu:api,operation,uncapturederror:onuncapturederror_order_wrt_addEventListener // There are also two unimplemented SKIPs in uncapturederror not enumerated here. webgpu:api,validation,encoding,queries,general:occlusion_query,query_type:* +webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:* webgpu:shader,execution,flow_control,return:* webgpu:shader,validation,expression,call,builtin,max:values:* webgpu:shader,validation,statement,statement_behavior:invalid_statements:body="break"