Commit 14ec0d2c by Corentin Wallez Committed by Commit Bot

Suppress a SimpleStateChangeTestES31 on Linux AMD GLES

SimpleStateChangeTestES31.DrawThenSampleWithCompute was failing since it was introduced. TBR=syoussefi@chromium.org Bug: angleproject:5649 Change-Id: I46f531724bd4f12c760675de5038f2345eb21aac Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2692816Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent cebe8d3b
...@@ -4344,6 +4344,9 @@ void main() ...@@ -4344,6 +4344,9 @@ void main()
// call works correctly. This requires an implicit barrier in between the calls. // call works correctly. This requires an implicit barrier in between the calls.
TEST_P(SimpleStateChangeTestES31, DrawThenSampleWithCompute) TEST_P(SimpleStateChangeTestES31, DrawThenSampleWithCompute)
{ {
// TODO(anglebug.com/5649): Test is failing since it was introduced on Linux AMD GLES
ANGLE_SKIP_TEST_IF(IsOpenGLES() && IsAMD() && IsLinux());
constexpr GLsizei kSize = 1; constexpr GLsizei kSize = 1;
const GLColor kInitColor(111, 222, 33, 44); const GLColor kInitColor(111, 222, 33, 44);
......
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