Roll CTS: Rename *.worker.js to *.as_worker.js
This is a manual roll to a branch so that we can roll just the one
commit along with the necessary GN changes.
The next automated roll should switch back from this branch to the main
branch which already has this commit merged.
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/fe3a24a38abc..b44989765d72
$ git log fe3a24a38..b44989765 --date=short --no-merges --format='%ad %ae %s'
2024-07-03 kainino Rename *.worker.js to *.as_worker.js (#3835)
Created with:
roll-dep third_party/webgpu-cts
Bug: https://github.com/gpuweb/cts/issues/3834
Change-Id: Ie9cd4a6c2e1e3959967f2b9dbffc208354f92b6b
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/196874
Reviewed-by: Brian Sheedy <bsheedy@google.com>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/DEPS b/DEPS
index 8237e59..4b0c46a 100644
--- a/DEPS
+++ b/DEPS
@@ -355,7 +355,7 @@
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
- 'url': '{chromium_git}/external/github.com/gpuweb/cts@fe3a24a38abcfd870af8ccbbc75afcd6e4a20c71',
+ 'url': '{chromium_git}/external/github.com/gpuweb/cts@b44989765d72b3b670af3101af16aec71215e0d0',
'condition': 'build_with_chromium',
},
diff --git a/third_party/gn/webgpu-cts/BUILD.gn b/third_party/gn/webgpu-cts/BUILD.gn
index 8236785..ce03df5 100644
--- a/third_party/gn/webgpu-cts/BUILD.gn
+++ b/third_party/gn/webgpu-cts/BUILD.gn
@@ -65,7 +65,7 @@
foreach(ts_file,
filter_include(list_from_ts_sources_txt, [ "src/webgpu/*.spec.ts" ])) {
worker_js_file =
- string_replace(string_replace(ts_file, ".spec.ts", ".worker.js"),
+ string_replace(string_replace(ts_file, ".spec.ts", ".as_worker.js"),
"src/webgpu/",
"src/webgpu/webworker/",
1)
diff --git a/third_party/webgpu-cts b/third_party/webgpu-cts
index fe3a24a..b449897 160000
--- a/third_party/webgpu-cts
+++ b/third_party/webgpu-cts
@@ -1 +1 @@
-Subproject commit fe3a24a38abcfd870af8ccbbc75afcd6e4a20c71
+Subproject commit b44989765d72b3b670af3101af16aec71215e0d0