Commit a60d3567 by Kai Ninomiya Committed by Commit Bot

Re-enable uninitialized-local test that should pass now

Follow up to https://crrev.com/c/669642 Bug: angleproject:2041 Change-Id: I27bf4458f5c8be265b757fd5a3ea10f5ffa9e10e Reviewed-on: https://chromium-review.googlesource.com/696764 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent adaabc36
......@@ -2840,14 +2840,6 @@ TEST_P(GLSLTest_ES3, InitUninitializedLocals)
return;
}
if (IsOSX() && IsOpenGL())
{
// http://anglebug.com/2041
std::cout << "Test skipped on Mac OpenGL because local variable initialization is disabled."
<< std::endl;
return;
}
const std::string &fragmentShader =
"#version 300 es\n"
"precision mediump float;\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