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 <enga@chromium.org> Auto-Submit: Kai Ninomiya <kainino@chromium.org> Kokoro: Kai Ninomiya <kainino@chromium.org> Commit-Queue: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
parent
d9c0f2178d
commit
08fd42f08a
|
@ -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
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue