Commit 78413499 by Yuly Novikov Committed by Commit Bot

Skip ShaderStorageBufferTest31.AtomicMemoryFunctions on Linux AMD GL

BUG=angleproject:2255 Change-Id: I986ee0e674d0f3fc2425c922ca92a3f8d86efb8c Reviewed-on: https://chromium-review.googlesource.com/775816Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 92a1459f
......@@ -139,6 +139,8 @@ TEST_P(ShaderStorageBufferTest31, AtomicMemoryFunctions)
{
ANGLE_SKIP_TEST_IF(IsAMD() && IsDesktopOpenGL() && IsWindows());
ANGLE_SKIP_TEST_IF(IsLinux() && IsIntel() && IsOpenGL());
// anglebug.com/2255
ANGLE_SKIP_TEST_IF(IsLinux() && IsAMD() && IsDesktopOpenGL());
const std::string &csSource =
R"(#version 310 es
......
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