From 90f4939948d0a0cf6275123ec80cb4548e103591 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Mon, 25 Apr 2022 11:55:14 +0000 Subject: [PATCH] Roll third_party/webgpu-cts/ f6b6dd548..501cb3643 (2 commits) Update expectations and ts_sources https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/f6b6dd548745..501cb36438c2 - 501cb3 Add api,validation,resource_usages,buffer,in_pass_encoder:* - Part II (#1197) - c334e4 Extend WGSL interpolate tests. (#1189) Created with './tools/run cts roll' Change-Id: I89cdad6d33b753942156d7312dea93da8ac71945 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87820 Reviewed-by: Corentin Wallez Commit-Queue: Ben Clayton Kokoro: Kokoro --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 48f52047f3..f26e7bdd31 100644 --- a/DEPS +++ b/DEPS @@ -153,7 +153,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@f6b6dd54874538895f161a53795dab29f1173d7d', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0', 'condition': 'build_with_chromium', }, @@ -171,7 +171,7 @@ deps = { 'condition': 'dawn_node', }, 'third_party/gpuweb-cts': { - 'url': '{chromium_git}/external/github.com/gpuweb/cts@f6b6dd54874538895f161a53795dab29f1173d7d', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0', 'condition': 'dawn_standalone', },