Commit 94303d17 by Shahbaz Youssefi Committed by Commit Bot

Enable fixed swiftshader tests

Bug: b/159712754 Change-Id: I5dc26726072ddadc3104561606cd425755679a83 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2304173Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent c754c02a
...@@ -1212,9 +1212,6 @@ TEST_P(Texture2DArrayCopy, OffsetSubCopy) ...@@ -1212,9 +1212,6 @@ TEST_P(Texture2DArrayCopy, OffsetSubCopy)
int width = getWindowWidth() - 1; int width = getWindowWidth() - 1;
int height = getWindowHeight() - 1; int height = getWindowHeight() - 1;
// http://issuetracker.google.com/159712754
ANGLE_SKIP_TEST_IF(isSwiftshader());
EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green);
EXPECT_PIXEL_COLOR_EQ(width, 0, GLColor::green); EXPECT_PIXEL_COLOR_EQ(width, 0, GLColor::green);
EXPECT_PIXEL_COLOR_EQ(0, height, GLColor::green); EXPECT_PIXEL_COLOR_EQ(0, height, GLColor::green);
...@@ -1283,9 +1280,6 @@ TEST_P(Texture2DArrayCopy, FlipY) ...@@ -1283,9 +1280,6 @@ TEST_P(Texture2DArrayCopy, FlipY)
EXPECT_GL_NO_ERROR(); EXPECT_GL_NO_ERROR();
drawQuad(mProgram, "position", 1.0f); drawQuad(mProgram, "position", 1.0f);
// http://issuetracker.google.com/159712754
ANGLE_SKIP_TEST_IF(isSwiftshader());
EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green);
EXPECT_PIXEL_COLOR_EQ(0, height, GLColor::green); EXPECT_PIXEL_COLOR_EQ(0, height, GLColor::green);
EXPECT_PIXEL_COLOR_EQ(width, 0, GLColor::green); EXPECT_PIXEL_COLOR_EQ(width, 0, GLColor::green);
......
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