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 <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
This commit is contained in:
parent
b58435c6f9
commit
18b2cb51d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue