Skip to content

Commit 3f4edb1

Browse files
Enable some passing CTS tests (#8699)
1 parent 85f7f2a commit 3f4edb1

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

cts_runner/test.lst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ webgpu:api,operation,compute_pipeline,overrides:*
2929
webgpu:api,operation,device,lost:*
3030
webgpu:api,operation,render_pass,storeOp:*
3131
fails-if(vulkan) webgpu:api,operation,vertex_state,correctness:array_stride_zero:*
32-
// Presumably vertex pulling, revisit after https://github.com/gfx-rs/wgpu/issues/7981 is fixed.
33-
fails-if(metal) webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset:*
32+
webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset:*
3433
webgpu:api,validation,buffer,create:*
3534
webgpu:api,validation,buffer,destroy:*
3635
fails-if(dx12) webgpu:api,validation,capability_checks,limits,maxBindGroups:setBindGroup,*
@@ -41,6 +40,7 @@ webgpu:api,validation,encoding,beginComputePass:*
4140
webgpu:api,validation,encoding,beginRenderPass:*
4241
webgpu:api,validation,encoding,cmds,clearBuffer:*
4342
webgpu:api,validation,encoding,cmds,compute_pass:*
43+
webgpu:api,validation,encoding,cmds,copyBufferToBuffer:*
4444
webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_with_invalid_or_destroyed_texture:*
4545
webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture,device_mismatch:*
4646
webgpu:api,validation,encoding,cmds,copyTextureToTexture:mipmap_level:*
@@ -62,14 +62,18 @@ webgpu:api,validation,encoding,cmds,debug:debug_group_balanced:encoderType="rend
6262
webgpu:api,validation,encoding,cmds,debug:debug_group:*
6363
webgpu:api,validation,encoding,cmds,debug:debug_marker:*
6464
webgpu:api,validation,encoding,cmds,index_access:*
65-
//FAIL: webgpu:api,validation,encoding,cmds,render,draw:*
65+
//FAIL: some others in webgpu:api,validation,encoding,cmds,render,draw:*
66+
// due to e.g. https://github.com/gfx-rs/wgpu/issues/7912
6667
webgpu:api,validation,encoding,cmds,render,draw:index_buffer_OOB:*
6768
webgpu:api,validation,encoding,cmds,render,draw:unused_buffer_bound:*
6869
webgpu:api,validation,encoding,cmds,render,dynamic_state:*
6970
webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer,device_mismatch:*
7071
webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer_usage:*
7172
webgpu:api,validation,encoding,cmds,render,setIndexBuffer:*
73+
webgpu:api,validation,encoding,cmds,render,setPipeline:*
7274
webgpu:api,validation,encoding,cmds,render,setVertexBuffer:*
75+
webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_do_not_inherit_between_render_passes:*
76+
webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_inherit_from_previous_pipeline:*
7377
webgpu:api,validation,encoding,encoder_state:*
7478
webgpu:api,validation,encoding,encoder_open_state:non_pass_commands:*
7579
webgpu:api,validation,encoding,encoder_open_state:render_pass_commands:*
@@ -121,7 +125,7 @@ fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:offset_and
121125
webgpu:api,validation,image_copy,layout_related:copy_end_overflows_u64:*
122126
// Fails with OOM in CI.
123127
fails-if(dx12) webgpu:api,validation,image_copy,layout_related:offset_alignment:*
124-
webgpu:api,validation,image_copy,texture_related:format:dimension="1d";*
128+
webgpu:api,validation,image_copy,texture_related:*
125129
// `vulkan` failure: https://github.com/gfx-rs/wgpu/issues/????
126130
fails-if(vulkan) webgpu:api,validation,queue,buffer_mapped:writeBuffer:*
127131
webgpu:api,validation,queue,buffer_mapped:copyBufferToBuffer:*

0 commit comments

Comments
 (0)