Commit 9bb06f37 by jchen10 Committed by Commit Bot

Unsuppress GLSLTest.PointCoordConsistency on Intel/Win/GL

The test can pass on 26.20.100.8141 now. Bug: angleproject:2805 Change-Id: I8049c43ed7eca6c2001a8d8745aa6f9c2a2192a5 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2594349 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent a19bd601
...@@ -7194,10 +7194,6 @@ void main() ...@@ -7194,10 +7194,6 @@ void main()
// Tests that PointCoord behaves the same betweeen a user FBO and the back buffer. // Tests that PointCoord behaves the same betweeen a user FBO and the back buffer.
TEST_P(GLSLTest, PointCoordConsistency) TEST_P(GLSLTest, PointCoordConsistency)
{ {
// On Intel Windows OpenGL drivers PointCoord appears to be flipped when drawing to the
// default framebuffer. http://anglebug.com/2805
ANGLE_SKIP_TEST_IF(IsIntel() && IsWindows() && IsOpenGL());
// AMD's OpenGL drivers may have the same issue. http://anglebug.com/1643 // AMD's OpenGL drivers may have the same issue. http://anglebug.com/1643
ANGLE_SKIP_TEST_IF(IsAMD() && IsWindows() && IsOpenGL()); ANGLE_SKIP_TEST_IF(IsAMD() && IsWindows() && IsOpenGL());
// http://anglebug.com/4092 // http://anglebug.com/4092
......
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