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

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

Issue 423393006: Merge 286406 "Turn off scalarize_vec_and_mat_constructor_args wo..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2104/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
===================================================================
--- content/test/gpu/gpu_tests/webgl_conformance_expectations.py (revision 286559)
+++ content/test/gpu/gpu_tests/webgl_conformance_expectations.py (working copy)
@@ -122,6 +122,26 @@
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