From 18b2cb51d7b8b54372e69c0f2886786f722fe9c1 Mon Sep 17 00:00:00 2001 From: Jiawei Shao Date: Thu, 29 Aug 2019 09:08:50 +0000 Subject: [PATCH] Enable CopyTests_T2B.Texture2DArrayMip/Vulkan on Intel This patch enables CopyTests_T2B.Texture2DArrayMip/Vulkan on Intel because it can pass on the Mesa driver version >= 18.2.8 BUG=dawn:101 TEST=dawn_end2end_tests Change-Id: I93bb6458989a6602ddda1adef5be0194362147d8 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/10580 Reviewed-by: Austin Eng Reviewed-by: Corentin Wallez Commit-Queue: Jiawei Shao --- src/tests/end2end/CopyTests.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tests/end2end/CopyTests.cpp b/src/tests/end2end/CopyTests.cpp index 6c318cb0a9..6ddc04e40c 100644 --- a/src/tests/end2end/CopyTests.cpp +++ b/src/tests/end2end/CopyTests.cpp @@ -532,9 +532,6 @@ TEST_P(CopyTests_T2B, Texture2DArrayRegion) { // Test that copying texture 2D array mips with 256-byte aligned sizes works TEST_P(CopyTests_T2B, Texture2DArrayMip) { - // TODO(bryan.bernhart@intel.com): Figure out why this test fails on Intel Linux. - // See https://bugs.chromium.org/p/dawn/issues/detail?id=101 - DAWN_SKIP_TEST_IF(IsLinux() && IsVulkan() && IsIntel()); constexpr uint32_t kWidth = 256; constexpr uint32_t kHeight = 128; constexpr uint32_t kLayers = 6u;