Roll third_party/webgpu-cts/ 8f2742e4a..e48651de0 (6 commits)
Update expectations and ts_sources
8f2742e4a4..e48651de01
- e48651 Draw vertex buffer access test for vertex step mode buffer (#1450)
- 0dd740 sort and comment
- 36b070 part 4: no-floating-promises
- bd4473 part 3: no-unnecessary-type-assertion
- 31154b part 2: unbound-method
- 05a264 Add "recommended" typescript-eslint lints (part 1)
Created with './tools/run cts roll'
Change-Id: If45ec0f188f2b875bd6a839a3385403ddc33dcf4
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/+/90802
Auto-Submit: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
43581f1fb6
commit
afbc260f14
2
DEPS
2
DEPS
|
@ -156,7 +156,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@8f2742e4a4dce29b4471062576655775eaeddf56',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@e48651de0135b8aca607e5f890f06c4649e641ac',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-05-18 06:39:16PM
|
||||
# Last rolled: 2022-05-20 08:20:30AM
|
||||
|
||||
################################################################################
|
||||
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912
|
||||
|
|
Loading…
Reference in New Issue