Skip to content

Commit 981ae56

Browse files
committed
Adjust test list
1 parent fc1ee23 commit 981ae56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cts_runner/test.lst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_d
77
fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float"
88
fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float-stencil8"
99
webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="stencil8"
10-
webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*
10+
// Fails with OOM in CI.
11+
fails-if(dx12) webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*
1112
webgpu:api,operation,compute,basic:memcpy:*
1213
//FAIL: webgpu:api,operation,compute,basic:large_dispatch:*
1314
webgpu:api,operation,compute_pipeline,overrides:*
@@ -100,7 +101,8 @@ webgpu:api,validation,encoding,queries,general:occlusion_query,query_type:*
100101
webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:*
101102
webgpu:shader,execution,expression,call,builtin,textureSampleBaseClampToEdge:2d_coords:stage="c";textureType="texture_2d<f32>";*
102103
webgpu:shader,execution,flow_control,return:*
103-
webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:*
104+
// Many other vertex_buffer_access subtests also passing, but there are too many to enumerate.
105+
webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float32x4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true'
104106
webgpu:shader,validation,expression,call,builtin,max:values:*
105107
webgpu:shader,validation,statement,statement_behavior:invalid_statements:body="break"
106108
webgpu:shader,validation,statement,statement_behavior:invalid_statements:body="break_if"

0 commit comments

Comments
 (0)