Commit d483e422 by Corentin Wallez

IncompleteTextureTest: Remove the Linux/NVIDIA suppression

BUG=angleproject:892 Change-Id: Iae3d1a83ccc4a6d738a78b58c295e06bfc564767 Reviewed-on: https://chromium-review.googlesource.com/287676Tested-by: 's avatarCorentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent d1b9568f
...@@ -86,15 +86,6 @@ class IncompleteTextureTest : public ANGLETest ...@@ -86,15 +86,6 @@ class IncompleteTextureTest : public ANGLETest
TEST_P(IncompleteTextureTest, IncompleteTexture2D) TEST_P(IncompleteTextureTest, IncompleteTexture2D)
{ {
// TODO(cwallez): figure out why this is broken on Linux/NVIDIA.
#ifdef ANGLE_PLATFORM_LINUX
if (isNVidia() && getPlatformRenderer() == EGL_PLATFORM_ANGLE_TYPE_OPENGL_ANGLE)
{
std::cout << "Test skipped on Linux NVIDIA on OpenGL." << std::endl;
return;
}
#endif
GLuint tex; GLuint tex;
glGenTextures(1, &tex); glGenTextures(1, &tex);
glActiveTexture(GL_TEXTURE0); glActiveTexture(GL_TEXTURE0);
......
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