Roll third_party/webgpu-cts/ 5dfa3b88f..03819a515 (4 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/5dfa3b88f086..03819a515332
- 03819a Remove orientation from several texture copy tests (#2914)
- 7f4ece Don't color tests which have not been run as skipped (#2910)
- a0dcaf Revert "wgsl: Add execution tests for AF negation (#2909)" (#2912)
- 75c546 wgsl: Add execution tests for AF negation (#2909)
Created with './tools/run cts roll'
Change-Id: I12894f2d8a972dd38f69f09cee2cf056f3bebfa9
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-mac-arm64-rel,dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/149200
Auto-Submit: Brandon Jones <bajones@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
Kokoro: Brandon Jones <bajones@chromium.org>
diff --git a/DEPS b/DEPS
index 601f724..4c3910a 100644
--- a/DEPS
+++ b/DEPS
@@ -198,7 +198,7 @@
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
- 'url': '{chromium_git}/external/github.com/gpuweb/cts@5dfa3b88f0863c3949f713804e0461c9cc34a030',
+ 'url': '{chromium_git}/external/github.com/gpuweb/cts@03819a515332bd0ac6daf11ab13839bdd75eae7f',
'condition': 'build_with_chromium',
},