Commit 21cced7f by Corentin Wallez Committed by Commit Bot

Fix suppression for a SimpleStateChangeTestES31 on Linux AMD

It should be suppressed on Desktop GL and not GLES TBR=syoussefi@chromium.org Bug: angleproject:5649 Change-Id: I9752e0219e39cc9a8f3c1b90e15525d7e0384a91 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2697068Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent 500d4b95
......@@ -4345,7 +4345,7 @@ void main()
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());
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsAMD() && IsLinux());
constexpr GLsizei kSize = 1;
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