Commit 441649f7 by Shahbaz Youssefi Committed by Commit Bot

Suppress flaky Linux/Intel/OpenGL test.

SimpleStateChangeTestES31.DispatchImageTextureAThenTextureBThenTextureA/ES3_1_OPENGL Bug: angleproject:3044 Change-Id: I21a4e4dadcb1dea23d3a7b2e9089e395e33dc1cd Reviewed-on: https://chromium-review.googlesource.com/c/1392398Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent bbdeee91
...@@ -2408,6 +2408,9 @@ TEST_P(SimpleStateChangeTestES31, UpdateImageTextureInUse) ...@@ -2408,6 +2408,9 @@ TEST_P(SimpleStateChangeTestES31, UpdateImageTextureInUse)
// Test that we can alternate between image textures between different dispatchs. // Test that we can alternate between image textures between different dispatchs.
TEST_P(SimpleStateChangeTestES31, DispatchImageTextureAThenTextureBThenTextureA) TEST_P(SimpleStateChangeTestES31, DispatchImageTextureAThenTextureBThenTextureA)
{ {
// TODO(syoussefi): Flaky, needs investigation. http://anglebug.com/3044
ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsDesktopOpenGL());
std::array<GLColor, 4> colorsTexA = { std::array<GLColor, 4> colorsTexA = {
{GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}}; {GLColor::cyan, GLColor::cyan, GLColor::cyan, GLColor::cyan}};
......
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