Commit 99b71417 by Ian Elliott Committed by Commit Bot

Vulkan: Disable BlitStencilWithFlip test on Win

These tests fail on the Windows NVIDIA bots Bug: angleproject:5044 Bug: chromium:1128064 Change-Id: Idad4cc33d8e49b0b468b8e560b44f9a9c6a2f37f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2414932Reviewed-by: 's avatarIan Elliott <ianelliott@google.com> Commit-Queue: Ian Elliott <ianelliott@google.com>
parent 2d74170f
...@@ -1109,7 +1109,7 @@ TEST_P(EGLPreRotationBlitFramebufferTest, BlitStencilWithFlip) ...@@ -1109,7 +1109,7 @@ TEST_P(EGLPreRotationBlitFramebufferTest, BlitStencilWithFlip)
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader()); ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
// We need to fix blit with pre-rotation. http://anglebug.com/5044 // We need to fix blit with pre-rotation. http://anglebug.com/5044
ANGLE_SKIP_TEST_IF(IsAndroid()); ANGLE_SKIP_TEST_IF(IsAndroid() || IsWindows());
// To aid in debugging, we want this window visible // To aid in debugging, we want this window visible
setWindowVisible(mOSWindow, true); setWindowVisible(mOSWindow, true);
......
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