From 7e6170ec0b539b2525d901fd0a0c9a17861dc8aa Mon Sep 17 00:00:00 2001 From: Jiawei Shao Date: Tue, 10 Jan 2023 05:13:33 +0000 Subject: [PATCH] Suppress validation,error_scope:current_scope:* with large stack depth on Win Intel The below WebGPU CTS tests fail consistently on Win10 Intel FYI bots and we have to suppress them temporarily: - validation,error_scope:current_scope:* with StackDepth=100000 Bug: chromium:1406064 Change-Id: Ib74fb76c529c522fb7389fadec8a23cd9d99d806 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/116690 Kokoro: Kokoro Reviewed-by: Austin Eng Commit-Queue: Jiawei Shao --- webgpu-cts/expectations.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index 1177a126f3..ceac3695c0 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -98,6 +98,13 @@ crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextur crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rgba16float";dstFormat="rgba16float";dimension="2d" [ Failure ] crbug.com/dawn/1107 [ intel mac ] webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:srcFormat="rgba32float";dstFormat="rgba32float";dimension="2d" [ Failure ] +################################################################################ +# Large and slow tests on intel-gen-9 win10 +# KEEP +################################################################################ +crbug.com/1406064 [ intel-gen-9 win10 ] webgpu:api,validation,error_scope:current_scope:errorFilter="out-of-memory";stackDepth=100000 [ Slow ] +crbug.com/1406064 [ intel-gen-9 win10 ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=100000 [ Slow ] + ################################################################################ # entry_point_name_must_match failures ################################################################################