Commit 563f9f81 by Jonah Ryan-Davis Committed by Commit Bot

Suppress failure in MultisampleCompatibilityTest

Started failing on Win10 Intel Vulkan recently. Bug: angleproject:3855 Change-Id: I817ac2ffc593a9aac922dae0f5a8fb482940aa62 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1769077Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent 83c24aa8
...@@ -374,6 +374,9 @@ TEST_P(MultisampleCompatibilityTest, DrawCoverageAndResolve) ...@@ -374,6 +374,9 @@ TEST_P(MultisampleCompatibilityTest, DrawCoverageAndResolve)
// TODO: Figure out why this fails on Android. // TODO: Figure out why this fails on Android.
ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGLES()); ANGLE_SKIP_TEST_IF(IsAndroid() && IsOpenGLES());
// http://anglebug.com/3855
ANGLE_SKIP_TEST_IF(IsWindows() && IsVulkan() && IsIntel());
ANGLE_GL_PROGRAM(drawRed, essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); ANGLE_GL_PROGRAM(drawRed, essl1_shaders::vs::Simple(), essl1_shaders::fs::Red());
GLsizei maxSamples = 0; GLsizei maxSamples = 0;
......
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