Make CopyTests_T2B.Texture2DArrayMip suppression more precise

BUG=dawn:101

Change-Id: I35b0980126e546e9846938475496ab20b5f06254
Reviewed-on: https://dawn-review.googlesource.com/c/4420
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Corentin Wallez 2019-02-07 13:54:55 +00:00 committed by Commit Bot service account
parent 01a3e9b638
commit 3b71e65658
1 changed files with 2 additions and 1 deletions

View File

@ -397,7 +397,8 @@ TEST_P(CopyTests_T2B, Texture2DArrayRegion) {
// Test that copying texture 2D array mips with 256-byte aligned sizes works
TEST_P(CopyTests_T2B, Texture2DArrayMip) {
// TODO(b-brber): Figure out why this test fails on Intel Linux.
DAWN_SKIP_TEST_IF(IsVulkan() && IsIntel());
// 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;