Suppress some failing end2end_tests on Intel.
BUG=589851
Change-Id: Ia580cee30e6842aaddb4683025f425166f0f6120
Reviewed-on: https://chromium-review.googlesource.com/329735
Reviewed-by: Jamie Madill <jmadill@chromium.org>
diff --git a/src/tests/gl_tests/BlendMinMaxTest.cpp b/src/tests/gl_tests/BlendMinMaxTest.cpp
index d2f9036..ef1ba26 100644
--- a/src/tests/gl_tests/BlendMinMaxTest.cpp
+++ b/src/tests/gl_tests/BlendMinMaxTest.cpp
@@ -45,7 +45,7 @@
}
// TODO(geofflang): figure out why this fails
- if (isIntel() && GetParam() == ES2_OPENGL())
+ if (IsIntel() && GetParam() == ES2_OPENGL())
{
std::cout << "Test skipped on OpenGL Intel due to flakyness." << std::endl;
return;
@@ -174,14 +174,14 @@
}
// TODO(jmadill): Figure out why this is broken on Intel
- if (isIntel() && (GetParam() == ES2_D3D11() || GetParam() == ES2_D3D9()))
+ if (IsIntel() && (GetParam() == ES2_D3D11() || GetParam() == ES2_D3D9()))
{
std::cout << "Test skipped on Intel OpenGL." << std::endl;
return;
}
// TODO (bug 1284): Investigate RGBA32f D3D SDK Layers messages on D3D11_FL9_3
- if (isD3D11_FL93())
+ if (IsD3D11_FL93())
{
std::cout << "Test skipped on Feature Level 9_3." << std::endl;
return;
@@ -200,7 +200,7 @@
}
// TODO(jmadill): figure out why this fails
- if (isIntel() && (GetParam() == ES2_D3D11() || GetParam() == ES2_D3D9()))
+ if (IsIntel() && (GetParam() == ES2_D3D11() || GetParam() == ES2_D3D9()))
{
std::cout << "Test skipped on Intel due to failures." << std::endl;
return;