Skip to content

Commit 611daca

Browse files
ErichDonGublerandyleiserson
authored andcommitted
test(cts): add passing subset of webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:*
1 parent 605b8a2 commit 611daca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

cts_runner/test.lst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,16 @@ webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_write:*
165165
webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:isAsync=false;*
166166
//FAIL: webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:isAsync=true;*
167167
// https://github.com/gfx-rs/wgpu/pull/8712
168+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=false;numVariablesDelta=0;useExtraBuiltinInputs=false
169+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=false;numVariablesDelta=0;useExtraBuiltinInputs=true
170+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=false;numVariablesDelta=1;useExtraBuiltinInputs=false
171+
//FAIL: webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=false;numVariablesDelta=-1;useExtraBuiltinInputs=true
172+
// https://github.com/gpuweb/cts/pull/4546
173+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=true;numVariablesDelta=0;useExtraBuiltinInputs=false
174+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=true;numVariablesDelta=0;useExtraBuiltinInputs=true
175+
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=true;numVariablesDelta=1;useExtraBuiltinInputs=false
176+
//FAIL: webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,input:isAsync=true;numVariablesDelta=-1;useExtraBuiltinInputs=true
177+
// https://github.com/gpuweb/cts/pull/4546
168178
webgpu:api,validation,render_pipeline,inter_stage:max_variables_count,output:*
169179
webgpu:api,validation,resource_usages,buffer,in_pass_encoder:*
170180
// FAIL: 2 other cases in resource_usages,texture,in_pass_encoder. https://github.com/gfx-rs/wgpu/issues/3126

0 commit comments

Comments
 (0)