Commit 8fcdf6ee by Geoff Lang

Supress failures in end2end tests for new Intel OpenGL driver.

Change-Id: I442eac44212406b0fd9fb64b2e4e914bf61f8503 Reviewed-on: https://chromium-review.googlesource.com/386280Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 8b28a8b0
...@@ -2763,6 +2763,13 @@ TEST_P(SamplerInStructAsFunctionParameterTest, SamplerInStructAsFunctionParamete ...@@ -2763,6 +2763,13 @@ TEST_P(SamplerInStructAsFunctionParameterTest, SamplerInStructAsFunctionParamete
std::cout << "Test skipped on Adreno OpenGLES on Android." << std::endl; std::cout << "Test skipped on Adreno OpenGLES on Android." << std::endl;
return; return;
} }
if (IsWindows() && IsIntel() && IsOpenGL())
{
std::cout << "Test skipped on Windows OpenGL on Intel." << std::endl;
return;
}
runSamplerInStructTest(); runSamplerInStructTest();
} }
......
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