From 08fd42f08a35e3bedda392b4f3a94e4fda542663 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Tue, 7 Feb 2023 21:19:46 +0000 Subject: [PATCH] Mark f32_arithmetic tests as slow for code-coverage builders Bug: chromium:1399354 No-Try: True Change-Id: I2641ab4dce8579a05dd873d6d37b1f5caece4cf0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/119002 Reviewed-by: Austin Eng Auto-Submit: Kai Ninomiya Kokoro: Kai Ninomiya Commit-Queue: Kai Ninomiya --- webgpu-cts/expectations.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index c0bd4c5e84..c383204f00 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -168,6 +168,19 @@ crbug.com/dawn/1125 [ monterey ] webgpu:api,operation,rendering,depth_clip_clamp crbug.com/dawn/1125 [ monterey ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=false [ Failure ] crbug.com/dawn/1125 [ monterey ] webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:format="depth32float-stencil8";unclippedDepth=false;writeDepth=true;multisampled=true [ Failure ] +################################################################################ +# f32_arithmetic tests are slow on code-coverage builders +# KEEP +################################################################################ +crbug.com/1399354 webgpu:shader,execution,expression,binary,f32_arithmetic:addition:* [ Slow ] +crbug.com/1399354 webgpu:shader,execution,expression,binary,f32_arithmetic:division:* [ Slow ] +crbug.com/1399354 webgpu:shader,execution,expression,binary,f32_arithmetic:multiplication:* [ Slow ] +crbug.com/1399354 webgpu:shader,execution,expression,binary,f32_arithmetic:subtraction:* [ Slow ] +# TODO(crbug.com/dawn/1799): Remove platform filter here when conflicting expectations are removed +crbug.com/1399354 [ linux ] webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:* [ Slow ] +crbug.com/1399354 [ mac ] webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:* [ Slow ] +crbug.com/1399354 [ win10 ] webgpu:shader,execution,expression,binary,f32_arithmetic:remainder:inputSource="const";* [ Slow ] + ################################################################################ # shader execution failures ################################################################################