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

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

Issue 2253783002: Update WebGL conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 4 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 | « 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 5f7d97d30220e24774b408d30b6fcb6ea4b51230..e82fe2be876aec859c1596798a7998c962d1511a 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -549,24 +549,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ========================
# Fails on all platforms
- self.Fail('conformance/glsl/bugs/' +
- 'invariant-does-not-leak-across-shaders.html',
- bug=634813)
-
# We need to add WebGL 1 check in command buffer that format/type from
# TexSubImage2D have to match the current texture's.
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
bug=570453)
- self.Fail('conformance/extensions/webgl-draw-buffers.html',
- bug=625365)
- # self.Fail('conformance/extensions/webgl-draw-buffers.html',
- # ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
- # self.Fail('conformance/extensions/webgl-draw-buffers.html',
- # ['mavericks', ('nvidia', 0xfe9)], bug=586536)
- # self.Fail('conformance/extensions/webgl-draw-buffers.html',
- # ['linux', ('intel', 0x412), 'opengl'], bug=586536)
-
# OpenGL / NVIDIA failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
@@ -657,6 +644,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Mac Retina AMD failures
self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
['mac', ('amd', 0x6821)], bug=599272)
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ ['mac', ('amd', 0x6821)], bug=625365)
# Linux failures
self.Flaky('conformance/textures/video/' +
« 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