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

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

Issue 1463983002: Roll WebGL conformance suite 421bc609..c8dd77f9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Further test expectations updates. Created 5 years, 1 month 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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | 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 f5923901b44b926bc74fee660b806590e4d752e2..da90b7d916a39f021b1b67df302c7ef2cb2a1365 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -38,6 +38,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=478572)
self.Fail('conformance/extensions/ext-sRGB.html',
bug=540900)
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ bug=559359)
+ self.Fail('conformance/textures/misc/cube-incomplete-fbo.html',
+ bug=559362)
# Win failures
self.Fail('conformance/glsl/bugs/' +
@@ -112,8 +116,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
# Win / OpenGL / Intel failures
- self.Fail('conformance/extensions/webgl-draw-buffers.html',
- ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
+ # self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ # ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
['win', 'intel', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/glsl/misc/shader-struct-scope.html',
@@ -140,8 +144,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/functions/' +
'glsl-function-smoothstep-gentype.html',
['mac', ('intel', 0x116)], bug=225642)
- self.Fail('conformance/extensions/webgl-draw-buffers.html',
- ['mac', ('intel', 0x116)], bug=369349)
+ # self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ # ['mac', ('intel', 0x116)], bug=369349)
# Mac 10.8 / Intel HD 3000 failures
self.Fail('conformance/rendering/gl-scissor-test.html',
@@ -339,6 +343,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# shell.
self.Skip('conformance/extensions/oes-texture-float-with-video.html',
['android', 'qualcomm'], bug=499555)
+ # Nexus 5 failures
+ self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html',
+ ['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342)
# Nexus 6 failures only
self.Fail('conformance/context/' +
'context-attributes-alpha-depth-stencil-antialias.html',
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698