Commit 7bb45988 by Zhenyao Mo Committed by Commit Bot

Return a lift of a angle_end2end_tests on AMD.

BUG=angleproject:1622 TEST=angle_end2end_tests TBR=jmadill@chromium.org Change-Id: Icd1f5fecc36621d70822c738da39d39d3bdb3ff6 Reviewed-on: https://chromium-review.googlesource.com/410037Reviewed-by: 's avatarZhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org>
parent 049edfa2
...@@ -433,6 +433,15 @@ TEST_P(UniformBufferTest, ActiveUniformNumberAndName) ...@@ -433,6 +433,15 @@ TEST_P(UniformBufferTest, ActiveUniformNumberAndName)
return; return;
} }
// This case fails on all AMD platforms (Mac, Linux, Win).
// TODO(zmo): This actually passes on certain AMD cards, but we don't have
// a way to do device specific handling yet.
if (IsAMD())
{
std::cout << "Test skipped on AMD." << std::endl;
return;
}
const std::string &vertexShaderSource = const std::string &vertexShaderSource =
"#version 300 es\n" "#version 300 es\n"
"in vec2 position;\n" "in vec2 position;\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