Commit 2bde9199 by Corentin Wallez Committed by Commit Bot

Extend suppression for new test that fails on AMD Linux too

BUG=angleproject:1987 Change-Id: Iebf9aeba61bfaa300de3ed50d7d57c61996f67dc Reviewed-on: https://chromium-review.googlesource.com/592139Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent 05c31dae
...@@ -319,7 +319,7 @@ TEST_P(ComputeShaderTest, ImageArrayWithoutBindingQualifier) ...@@ -319,7 +319,7 @@ TEST_P(ComputeShaderTest, ImageArrayWithoutBindingQualifier)
// TODO(xinghua.cao@intel.com): On AMD desktop OpenGL, bind two image variables to unit 0, // TODO(xinghua.cao@intel.com): On AMD desktop OpenGL, bind two image variables to unit 0,
// only one variable is valid. // only one variable is valid.
ANGLE_SKIP_TEST_IF(IsAMD() && IsDesktopOpenGL() && IsWindows()); ANGLE_SKIP_TEST_IF(IsAMD() && IsDesktopOpenGL());
GLTexture mTexture; GLTexture mTexture;
GLFramebuffer mFramebuffer; GLFramebuffer mFramebuffer;
......
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