Commit 1b12f6e5 by jchen10 Committed by Commit Bot

Remove MultisampleCompatibilityTest suppression

The failed DrawCoverageAndResolve can pass on 26.20.100.7323 now. Bug: angleproject:3855 Change-Id: Ia6eb9fef2a57f0bdf52cb2e45c138457f5de88aa Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2096230Reviewed-by: 's avatarJonah Ryan-Davis <jonahr@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jie A Chen <jie.a.chen@intel.com>
parent c5b3cbdb
...@@ -370,9 +370,6 @@ TEST_P(MultisampleCompatibilityTest, DrawCoverageAndResolve) ...@@ -370,9 +370,6 @@ 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