Commit 98f9f537 by Yuly Novikov Committed by Commit Bot

Skip RenderingLimitToDefaultFBOSizeWithNoAttachments on Linux AMD GL

BUG=anglebug:2253 Change-Id: I4c2fc6904f88a6d61c5d847b812a4272a99c1906 Reviewed-on: https://chromium-review.googlesource.com/773063Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 4d146931
...@@ -689,6 +689,9 @@ TEST_P(FramebufferTest_ES31, IncompleteMultisampleFixedSampleLocationsTex) ...@@ -689,6 +689,9 @@ TEST_P(FramebufferTest_ES31, IncompleteMultisampleFixedSampleLocationsTex)
// object's default width and height. // object's default width and height.
TEST_P(FramebufferTest_ES31, RenderingLimitToDefaultFBOSizeWithNoAttachments) TEST_P(FramebufferTest_ES31, RenderingLimitToDefaultFBOSizeWithNoAttachments)
{ {
// anglebug.com/2253
ANGLE_SKIP_TEST_IF(IsLinux() && IsAMD() && IsDesktopOpenGL());
const std::string &vertexShader = const std::string &vertexShader =
"#version 310 es\n" "#version 310 es\n"
"in layout(location = 0) highp vec2 a_position;\n\n" "in layout(location = 0) highp vec2 a_position;\n\n"
......
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