commit | 2bde9199f947cccf6694839c3565d1b816da75e6 | [log] [tgz] |
---|---|---|
author | Corentin Wallez <cwallez@chromium.org> | Fri Jul 28 14:15:01 2017 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 28 19:14:11 2017 +0000 |
tree | 256077ebd5666d705cdfd1ae57c72896c5f635bb | |
parent | 05c31dae0933701e9b46a3f054f524f5a3472aaf [diff] [blame] |
Extend suppression for new test that fails on AMD Linux too BUG=angleproject:1987 Change-Id: Iebf9aeba61bfaa300de3ed50d7d57c61996f67dc Reviewed-on: https://chromium-review.googlesource.com/592139 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
diff --git a/src/tests/gl_tests/ComputeShaderTest.cpp b/src/tests/gl_tests/ComputeShaderTest.cpp index 7e071c2..f7326a2 100644 --- a/src/tests/gl_tests/ComputeShaderTest.cpp +++ b/src/tests/gl_tests/ComputeShaderTest.cpp
@@ -319,7 +319,7 @@ // TODO(xinghua.cao@intel.com): On AMD desktop OpenGL, bind two image variables to unit 0, // only one variable is valid. - ANGLE_SKIP_TEST_IF(IsAMD() && IsDesktopOpenGL() && IsWindows()); + ANGLE_SKIP_TEST_IF(IsAMD() && IsDesktopOpenGL()); GLTexture mTexture; GLFramebuffer mFramebuffer;