Commit 353b7bdd by Yuly Novikov Committed by Commit Bot

Skip BootAnimationTest.DefaultBootAnimation on Win NVIDIA Vulkan

Flaky fails and leads to hangs on GTX 1660 with 456.38 driver. Bug: angleproject:5085 Change-Id: Id95b1784e484694b96ba9fc7ce084b30951c260a Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2432625Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 001c7e8c
......@@ -221,6 +221,9 @@ class BootAnimationTest : public ANGLETest
TEST_P(BootAnimationTest, DefaultBootAnimation)
{
// http://anglebug.com/5085
ANGLE_SKIP_TEST_IF(IsWindows() && IsNVIDIA() && IsVulkan());
constexpr uint64_t kMaxIterationCount = 8; // number of times we shift the shine textures
constexpr int kStartingShinePosition = kMaskBoundaryLeft - kShineWidth;
constexpr int kEndingShinePosition = kMaskBoundaryLeft;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment