Skip flaky DrawIndirectTest.Uint32 on Win Intel Vulkan

Bug: dawn:1620
Change-Id: I1866630622d674fe24fbd355645dfb2b5a63280c
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/115480
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Kai Ninomiya <kainino@chromium.org>
This commit is contained in:
Yuly Novikov 2022-12-27 22:55:50 +00:00 committed by Dawn LUCI CQ
parent 5d73d3742f
commit f6fd86c524
1 changed files with 3 additions and 0 deletions

View File

@ -92,6 +92,9 @@ TEST_P(DrawIndirectTest, Uint32) {
// TODO(crbug.com/dawn/1292): Some Intel OpenGL drivers don't seem to like // TODO(crbug.com/dawn/1292): Some Intel OpenGL drivers don't seem to like
// the offsets that Tint/GLSL produces. // the offsets that Tint/GLSL produces.
DAWN_SUPPRESS_TEST_IF(IsIntel() && IsOpenGL() && IsLinux()); DAWN_SUPPRESS_TEST_IF(IsIntel() && IsOpenGL() && IsLinux());
// TODO(crbug.com/dawn/1620): flaky VUID-vkDestroyBuffer-buffer-00922 on UHD630
// driver 31.0.101.2111
DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel());
utils::RGBA8 filled(0, 255, 0, 255); utils::RGBA8 filled(0, 255, 0, 255);
utils::RGBA8 notFilled(0, 0, 0, 0); utils::RGBA8 notFilled(0, 0, 0, 0);