From c8a276a28e7eb12652fe4d74e0f9248205267d0c Mon Sep 17 00:00:00 2001 From: Austin Eng Date: Fri, 24 Jun 2022 18:30:59 +0000 Subject: [PATCH] Skip inputSource="const";* f32_logical on Win NVIDIA x86 Also timing out on this platform. For example see: https://ci.chromium.org/ui/p/chromium/builders/ci/Dawn%20Win10%20x86%20Release%20(NVIDIA)/63134/test-results Bug: none Change-Id: I922763a22899b11a9b95fb18248757c5d1ca5e61 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/94643 Commit-Queue: Austin Eng Reviewed-by: Brandon Jones Reviewed-by: Ben Clayton Kokoro: Kokoro --- webgpu-cts/expectations.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index da65ca131b..0c6f968b53 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -356,6 +356,16 @@ crbug.com/dawn/0000 [ intel win ] webgpu:shader,execution,expression,binary,f32_ crbug.com/dawn/0000 [ intel win ] webgpu:shader,execution,expression,call,builtin,atan2:f32:inputSource="const";* [ Skip ] crbug.com/dawn/0000 [ intel win ] webgpu:shader,execution,expression,call,builtin,clamp:f32:inputSource="const";* [ Skip ] +################################################################################ +# Timeout on Win/NVIDIA/x86 +################################################################################ +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:equals:inputSource="const";* [ Skip ] +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:greater_equals:inputSource="const";* [ Skip ] +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:greater_than:inputSource="const";* [ Skip ] +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:less_equals:inputSource="const";* [ Skip ] +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:less_than:inputSource="const";* [ Skip ] +crbug.com/dawn/0000 [ nvidia win release ] webgpu:shader,execution,expression,binary,f32_logical:not_equals:inputSource="const";* [ Skip ] + ################################################################################ # Fixed by https://chromium-review.googlesource.com/c/chromium/src/+/3716961 ################################################################################