commit | 8e402bc4c586e381248ad007466f3cecff66f5de | [log] [tgz] |
---|---|---|
author | Austin Eng <enga@chromium.org> | Thu Aug 12 15:16:14 2021 +0000 |
committer | Dawn LUCI CQ <dawn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 12 15:16:14 2021 +0000 |
tree | 5334f56b44b1ac01f84809dbcf4f75df5a5fb62a | |
parent | eda73e3c4e9d380a48df081041e787fda0e26b45 [diff] |
Suppress flaky CopyTextureForBrowserTest on Win Vulkan Intel Bug: dawn:1070 Change-Id: Ic5dc1b334e4b006594ee950bf508057361e821bd Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/61720 Commit-Queue: Austin Eng <enga@chromium.org> Auto-Submit: Austin Eng <enga@chromium.org> Reviewed-by: Jiawei Shao <jiawei.shao@intel.com>
diff --git a/src/tests/end2end/CopyTextureForBrowserTests.cpp b/src/tests/end2end/CopyTextureForBrowserTests.cpp index 0b8e497..f5475b0 100644 --- a/src/tests/end2end/CopyTextureForBrowserTests.cpp +++ b/src/tests/end2end/CopyTextureForBrowserTests.cpp
@@ -480,6 +480,9 @@ } TEST_P(CopyTextureForBrowserTests, VerifyCopyFromLargeTexture) { + // TODO(crbug.com/dawn/1070): Flaky VK_DEVICE_LOST + DAWN_SUPPRESS_TEST_IF(IsWindows() && IsVulkan() && IsIntel()); + constexpr uint32_t kWidth = 899; constexpr uint32_t kHeight = 999;