Roll third_party/webgpu-cts/ 0a1288f5e..11f61c5f9 (10 commits)
Update expectations and ts_sources
0a1288f5e8..11f61c5f91
- 11f61c [dawn-node]: Move TSC config to file. (#1382)
- 6822b9 wgsl: Cleanup duplicate description text (#1396)
- aafa50 Add comprehensive memory model tests (#1330)
- d7d754 Reland "Simplify device selection" with fix (#1386)
- 999e39 Output whether value is subnormal in Scalar.toString() (#1388)
- 490d2a wgsl: Stub textureSampleBias tests (#1392)
- 41afbc wgsl: Use `kValue.`... instead of converting bit-fields to `Scalar`s (#1394)
- 93aea0 wgsl: update textureGather tests (#1389)
- d26a4c wgsl: Extend `anyOf` to accept `Comparator`s (#1393)
- 09bcde Fix atan2 test failures when Y is subnormal (#1387)
Created with './tools/run cts roll'
Change-Id: I407a3d90b855721dbeb157c78682d3de5c6d4e05
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/+/89980
Auto-Submit: Ben Clayton <bclayton@google.com>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
914a2dfc91
commit
e2d7f86872
4
DEPS
4
DEPS
|
@ -153,7 +153,7 @@ deps = {
|
||||||
|
|
||||||
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
|
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
|
||||||
'third_party/webgpu-cts': {
|
'third_party/webgpu-cts': {
|
||||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@0a1288f5e8262e900169795d742082bbc9d6ee22',
|
'url': '{chromium_git}/external/github.com/gpuweb/cts@11f61c5f919cf69aefddfb71f1612f502dbf5f45',
|
||||||
'condition': 'build_with_chromium',
|
'condition': 'build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ deps = {
|
||||||
'condition': 'dawn_node',
|
'condition': 'dawn_node',
|
||||||
},
|
},
|
||||||
'third_party/gpuweb-cts': {
|
'third_party/gpuweb-cts': {
|
||||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@0a1288f5e8262e900169795d742082bbc9d6ee22',
|
'url': '{chromium_git}/external/github.com/gpuweb/cts@11f61c5f919cf69aefddfb71f1612f502dbf5f45',
|
||||||
'condition': 'dawn_standalone',
|
'condition': 'dawn_standalone',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -340,6 +340,7 @@ 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/textureDimension.spec.ts
|
||||||
src/webgpu/shader/execution/expression/call/builtin/textureGather.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/textureGatherCompare.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/transpose.spec.ts
|
||||||
src/webgpu/shader/execution/expression/call/builtin/trunc.spec.ts
|
src/webgpu/shader/execution/expression/call/builtin/trunc.spec.ts
|
||||||
src/webgpu/shader/execution/expression/unary/unary.ts
|
src/webgpu/shader/execution/expression/unary/unary.ts
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
||||||
# END TAG HEADER
|
# END TAG HEADER
|
||||||
|
|
||||||
# Last rolled: 2022-05-11 01:02:44AM
|
# Last rolled: 2022-05-12 10:15:46AM
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912
|
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912
|
||||||
|
|
Loading…
Reference in New Issue