Skip to content

Commit

Permalink
Roll third_party/webgpu-cts/ cd9505da1..dac947fdd (1 commit)
Browse files Browse the repository at this point in the history
Regenerated:
 - expectations.txt
 - compat-expectations.txt
 - ts_sources.txt
 - test_list.txt
 - resource_files.txt
 - webtest .html files


https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/cd9505da1d63..dac947fdd70c
 - dac947 Compat: Fix tests that use @interpole(linear/sample)

Created with './tools/run cts roll'

Change-Id: I188247672c5ef70fb48d1d42c5bf44ba9ab4c15b
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-win10-x86-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/165880
Kokoro: Kokoro <[email protected]>
Commit-Queue: Gregg Tavares <[email protected]>
Reviewed-by: Gregg Tavares <[email protected]>
  • Loading branch information
Dawn Automated Expectations authored and Dawn LUCI CQ committed Dec 15, 2023
1 parent 0044a0e commit 6e88861
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 57 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ deps = {

# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@cd9505da1d631c46cc38b7218c54a4598a4fd802',
'url': '{chromium_git}/external/github.com/gpuweb/cts@dac947fdd70cf6ec088e1c621f58eaf99430175f',
'condition': 'build_with_chromium',
},

Expand Down
2 changes: 1 addition & 1 deletion third_party/webgpu-cts
6 changes: 5 additions & 1 deletion webgpu-cts/compat-expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER

# Last rolled: 2023-12-14 07:36:14AM
# Last rolled: 2023-12-15 07:24:14AM

# Flaky on all platforms
# KEEP
Expand Down Expand Up @@ -632,6 +632,10 @@ crbug.com/dawn/0000 [ nvidia-0x2184 ] webgpu:api,validation,capability_checks,li
crbug.com/dawn/0000 [ nvidia-0x2184 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,createTexture:sampleCount,valid_sampleCount_with_other_parameter_varies:* [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,createTexture:texture_usage:* [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,render_pipeline,inter_stage:interpolation_sampling:isAsync=false;output="%40interpolate(linear,%20center)";input="%40interpolate(linear)" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,render_pipeline,inter_stage:interpolation_sampling:isAsync=true;output="%40interpolate(linear,%20center)";input="%40interpolate(linear)" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,render_pipeline,inter_stage:interpolation_type:isAsync=false;output="%40interpolate(linear,%20center)";input="%40interpolate(linear,%20center)" [ Failure ]
crbug.com/dawn/0000 webgpu:api,validation,render_pipeline,inter_stage:interpolation_type:isAsync=true;output="%40interpolate(linear,%20center)";input="%40interpolate(linear,%20center)" [ Failure ]
crbug.com/dawn/0000 webgpu:compat,api,validation,render_pipeline,shader_module:interpolate:* [ Failure ]
crbug.com/dawn/0000 webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_f32:inputSource="const";vectorize="_undef_";alias=false [ Failure ]
crbug.com/dawn/0000 webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_f32:inputSource="const";vectorize="_undef_";alias=true [ Failure ]
Expand Down
Loading

0 comments on commit 6e88861

Please sign in to comment.