From 7479128589b882ea82061d298e3d7b33d23adc5e Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Fri, 22 Jan 2021 10:13:07 +0000 Subject: [PATCH] Remove QueueWriteBufferTests.ManyWriteBuffer on Intel Vulkan This issue has been fixed in the Mesa version that's on the bots. TBR=enga@chromium.org Bug: chromium:980737 Change-Id: I5e6ec58344fb065c12ba0ca6a3cad1468dd7df11 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/38520 Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez --- src/tests/end2end/QueueTests.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/end2end/QueueTests.cpp b/src/tests/end2end/QueueTests.cpp index 1ed3fab907..3d196703a1 100644 --- a/src/tests/end2end/QueueTests.cpp +++ b/src/tests/end2end/QueueTests.cpp @@ -112,8 +112,6 @@ TEST_P(QueueWriteBufferTests, ManyWriteBuffer) { // fails the test. Since GPUs may or may not complete by then, this test must be disabled OR // modified to be well-below the timeout limit. - // TODO (jiawei.shao@intel.com): find out why this test fails on Intel Vulkan Linux bots. - DAWN_SKIP_TEST_IF(IsIntel() && IsVulkan() && IsLinux()); // TODO(https://bugs.chromium.org/p/dawn/issues/detail?id=228): Re-enable // once the issue with Metal on 10.14.6 is fixed. DAWN_SKIP_TEST_IF(IsMacOS() && IsIntel() && IsMetal());