Commit 3e62561c by Shahbaz Youssefi Committed by Commit Bot

Suppress test hitting Nvidia shield driver bug

The same test was hitting a bug with the Nvidia driver on windows+gles. Bug: angleproject:3413, angleproject:3417 Change-Id: I39426291eac731bcda068829686e09cf406ff661 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1595438Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 66e4850d
......@@ -3364,10 +3364,10 @@ TEST_P(GLSLTest_ES3, VaryingStructNotDeclaredInVertexShader)
// https://www.khronos.org/registry/OpenGL/specs/es/3.2/GLSL_ES_Specification_3.20.pdf or
// section 4.3.5 in https://www.khronos.org/files/opengles_shading_language.pdf
//
// However, windows nvidia OpenGL ES driver fails to link this program.
// However, nvidia OpenGL ES drivers fail to link this program.
//
// http://anglebug.com/3413
ANGLE_SKIP_TEST_IF(IsOpenGLES() && IsWindows() && IsNVIDIA());
ANGLE_SKIP_TEST_IF(IsOpenGLES() && IsNVIDIA());
constexpr char kVS[] =
"#version 300 es\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