From 34d2d1ba02739e1bd20a43d738871c3913b4b73d Mon Sep 17 00:00:00 2001 From: Antonio Maiorano Date: Mon, 16 May 2022 22:32:01 +0000 Subject: [PATCH] cts: skip atan2 tests on Windows This is still under investigation, but let's skip for now as it makes the CTS run very long. Bug: tint:1524 Change-Id: Ic238ea22119f6165a3d22582bfb93ffd57efed3b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90560 Reviewed-by: Ben Clayton Kokoro: Kokoro Commit-Queue: Ben Clayton Auto-Submit: Antonio Maiorano --- webgpu-cts/expectations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index 9df9afb139..85f5005c69 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -268,7 +268,7 @@ crbug.com/dawn/0000 webgpu:api,validation,buffer,create:createBuffer_invalid_and # shader execution failures # KEEP ################################################################################ -crbug.com/dawn/0000 webgpu:shader,execution,expression,call,builtin,atan2:* [ Failure ] +crbug.com/tint/1524 [ win ] webgpu:shader,execution,expression,call,builtin,atan2:* [ Skip ] crbug.com/dawn/0000 [ linux ] webgpu:shader,execution,expression,call,builtin,countTrailingZeros:* [ Failure ] crbug.com/dawn/0000 [ win ] webgpu:shader,execution,expression,call,builtin,extractBits:* [ Failure ] crbug.com/dawn/0000 [ linux ] webgpu:shader,execution,expression,call,builtin,firstTrailingBit:* [ Failure ]