Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(988)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 421413003: Turn off scalarize_vec_and_mat_constructor_args workaround everywhere (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 8ee8f43142288a72dbb9e153b8397d7e824534a0..d56f83599bbc97657ad9383ede4e134b4801e4ea 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -122,6 +122,26 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html',
['lion', 'intel'], bug=393331)
+ # Linux NVIDIA failures
+ self.Fail('conformance/glsl/constructors/glsl-construct-bvec2.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-bvec3.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-bvec4.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-ivec2.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-ivec3.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-ivec4.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-vec2.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-vec3.html',
+ ['linux', 'nvidia'], bug=391960)
+ self.Fail('conformance/glsl/constructors/glsl-construct-vec4.html',
+ ['linux', 'nvidia'], bug=391960)
+
# Android failures
# The following test is very slow and therefore times out on Android bot.
self.Skip('conformance/rendering/multisample-corruption.html',
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698