Roll WebGPU CTS from 9d62d2cb64ee to da6240dab356 (2 revisions)

https://chromium.googlesource.com/external/github.com/gpuweb/cts.git/+log/9d62d2cb64ee..da6240dab356

2024-05-07 alanbaker@google.com Test variable address space restrictions for shader stages (#3736)
2024-05-07 jrprice@google.com wgsl: Add execution tests for WGSL limits (#3389)

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 alanbaker@google.com,webgpu-developers@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://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel;luci.chromium.try:dawn-win11-arm64-deps-rel
Bug: None
Tbr: alanbaker@google.com
Change-Id: I7dd21816d492db706ecbba8114541f15fe5c3f4a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5524102
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@{#1297916}
diff --git a/DEPS b/DEPS
index 7911b239..7250cd7 100644
--- a/DEPS
+++ b/DEPS
@@ -2081,7 +2081,7 @@
     Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '1b6371436a0a60e6b9a4ae2a40a8eba198e3af02',
 
   'src/third_party/webgpu-cts/src':
-    Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '9d62d2cb64eec7e41f5be73c733e0afd0f7c3a7f',
+    Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + 'da6240dab356647727b11a494adf9707c89cdea2',
 
   'src/third_party/webrtc':
     Var('webrtc_git') + '/src.git' + '@' + 'ae8cf2bc0be883876c7ea0df70e23ddce5a20b5f',
diff --git a/third_party/webgpu-cts/src b/third_party/webgpu-cts/src
index 9d62d2c..da6240d 160000
--- a/third_party/webgpu-cts/src
+++ b/third_party/webgpu-cts/src
@@ -1 +1 @@
-Subproject commit 9d62d2cb64eec7e41f5be73c733e0afd0f7c3a7f
+Subproject commit da6240dab356647727b11a494adf9707c89cdea2
diff --git a/third_party/webgpu-cts/ts_sources.txt b/third_party/webgpu-cts/ts_sources.txt
index 4a73c6d..5beb051 100644
--- a/third_party/webgpu-cts/ts_sources.txt
+++ b/third_party/webgpu-cts/ts_sources.txt
@@ -370,6 +370,7 @@
 src/webgpu/shader/types.ts
 src/webgpu/shader/values.ts
 src/webgpu/shader/execution/float_parse.spec.ts
+src/webgpu/shader/execution/limits.spec.ts
 src/webgpu/shader/execution/memory_layout.spec.ts
 src/webgpu/shader/execution/padding.spec.ts
 src/webgpu/shader/execution/robust_access.spec.ts