Roll WebGPU CTS from e520cb4777a0 to cbd5a5082739 (2 revisions)
https://chromium.googlesource.com/external/github.com/gpuweb/cts.git/+log/e520cb4777a0..cbd5a5082739
2022-10-21 gyuyoung@igalia.com val: Add 'push_pop_call_count_unbalance,render_compute_pass' test
2022-10-21 gyuyoung@igalia.com val: Introduce debugMarker.spec.ts to test debug marker
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webgpu-cts-chromium-autoroll
Please CC lokokung@google.com on the revert to ensure that a human
is aware of the problem.
To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: lokokung@google.com
Change-Id: I41e73d35d1c4f5f73c2f0fa82663f805fb838d44
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3971551
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1062415}
diff --git a/DEPS b/DEPS
index edf6c5db..b2d77f66 100644
--- a/DEPS
+++ b/DEPS
@@ -1849,7 +1849,7 @@
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'd1b65aa5a88f6efd900604dfcda840154e9f16e2',
'src/third_party/webgpu-cts/src':
- Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'e520cb4777a0c60a800851c3f6f70326bf58cc82',
+ Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'cbd5a508273979e7d6bbc15c9d9e49d88fba5709',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + 'f5db32f02a4d4787e746a7d611f3637c55e6d627',
diff --git a/third_party/webgpu-cts/ts_sources.txt b/third_party/webgpu-cts/ts_sources.txt
index bdadb8f..64e8de9 100644
--- a/third_party/webgpu-cts/ts_sources.txt
+++ b/third_party/webgpu-cts/ts_sources.txt
@@ -198,6 +198,7 @@
src/webgpu/api/validation/createSampler.spec.ts
src/webgpu/api/validation/createTexture.spec.ts
src/webgpu/api/validation/createView.spec.ts
+src/webgpu/api/validation/debugMarker.spec.ts
src/webgpu/api/validation/error_scope.spec.ts
src/webgpu/api/validation/getBindGroupLayout.spec.ts
src/webgpu/api/validation/layout_shader_compat.spec.ts