Roll third_party/webgpu-cts/ 11f61c5f9..bf5409992 (8 commits)
Update expectations and ts_sources
11f61c5f91..bf54099927
- bf5409 Remove dupes in anyOf to clean up error messages (#1401)
- f124d7 Fix WGSL deprecation warnings in operation/rendering/draw.spec.ts (#1400)
- 2f5bb7 wgsl: Add stub tests for textureNumSamples (#1406)
- 8dae94 wgsl: Stub tests for textureNumLevels builtin. (#1405)
- ba9abf wgsl: Stub tests for textureNumLayers builtin (#1404)
- 591a45 wgsl: Stub tests for textureLoad builtin. (#1403)
- b32ac3 Replace flushSubnormalNumber with isSubnormalNumber (#1399)
- 5a1def Fix unary tests with subnormal inputs (#1397)
Created with './tools/run cts roll'
Change-Id: I0b8bdf31a333d90e2ca8a71294fabe85a092d02b
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90260
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
e831fb6104
commit
58c9dad06b
4
DEPS
4
DEPS
|
@ -153,7 +153,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@11f61c5f919cf69aefddfb71f1612f502dbf5f45',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@bf540999270bf258493727abb19e4e3a71f7f750',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -171,7 +171,7 @@ deps = {
|
|||
'condition': 'dawn_node',
|
||||
},
|
||||
'third_party/gpuweb-cts': {
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@11f61c5f919cf69aefddfb71f1612f502dbf5f45',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@bf540999270bf258493727abb19e4e3a71f7f750',
|
||||
'condition': 'dawn_standalone',
|
||||
},
|
||||
|
||||
|
|
|
@ -340,6 +340,10 @@ src/webgpu/shader/execution/expression/call/builtin/tanh.spec.ts
|
|||
src/webgpu/shader/execution/expression/call/builtin/textureDimension.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureGather.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureNumSamples.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/transpose.spec.ts
|
||||
src/webgpu/shader/execution/expression/call/builtin/trunc.spec.ts
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-05-12 10:15:46AM
|
||||
# Last rolled: 2022-05-13 02:28:31PM
|
||||
|
||||
################################################################################
|
||||
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912
|
||||
|
@ -308,7 +308,6 @@ crbug.com/dawn/1546 [ monterey ] webgpu:shader,execution,expression,call,builtin
|
|||
crbug.com/dawn/1546 [ ubuntu ] webgpu:shader,execution,expression,call,builtin,fract:* [ Failure ]
|
||||
crbug.com/dawn/1546 [ win10 ] webgpu:shader,execution,expression,call,builtin,fract:* [ Failure ]
|
||||
|
||||
|
||||
################################################################################
|
||||
# crbug.com/dawn/1325 render pass/bundle and render pipeline depth/stencil read only and write states validation
|
||||
# KEEP
|
||||
|
|
Loading…
Reference in New Issue