Commit 2e5bd9b1 by Yuly Novikov Committed by Commit Bot

Update SimpleStateChangeTest.DrawRepeatUnalignedVboChange suppression

Also flaky on Linux (already suppressed on Windows). Bug: angleproject:4470 Change-Id: I032241a4201dc7883d6107c643cf88c92fb01ba3 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2099402 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 27f310da
...@@ -1834,8 +1834,9 @@ TEST_P(SimpleStateChangeTest, DrawElementsUBYTEX2ThenDrawElementsUSHORT) ...@@ -1834,8 +1834,9 @@ TEST_P(SimpleStateChangeTest, DrawElementsUBYTEX2ThenDrawElementsUSHORT)
// verify all the rendering results are the same. // verify all the rendering results are the same.
TEST_P(SimpleStateChangeTest, DrawRepeatUnalignedVboChange) TEST_P(SimpleStateChangeTest, DrawRepeatUnalignedVboChange)
{ {
// http://anglebug.com/4092 // http://anglebug.com/4470
ANGLE_SKIP_TEST_IF(isSwiftshader() && IsWindows()); ANGLE_SKIP_TEST_IF(isSwiftshader() && (IsWindows() || IsLinux()));
const int kRepeat = 2; const int kRepeat = 2;
// set up VBO, colorVBO is unaligned // set up VBO, colorVBO is unaligned
......
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