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

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

Issue 83073011: Webgl conformance test expectations update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | 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 cc00653032b4d59992e47392e772c84aff4a2192..0c95928ccde7bf7d53a89b9edb02d3a82dc70973 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -99,6 +99,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['mac'], bug=322760)
self.Fail('conformance/context/context-attribute-preserve-drawing-buffer.html',
['mac'], bug=322770)
+ self.Skip('conformance/textures/texture-size-limit.html',
+ ['mac'], bug=322789)
# Mac/Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',
@@ -159,6 +161,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/canvas/drawingbuffer-test.html',
['mac', 'amd'], bug=314997)
+ # Linux failure.
+ self.Skip('conformance/textures/texture-size-limit.html',
+ ['linux'], bug=322789)
+
# Android failures
self.Fail('conformance/textures/texture-npot-video.html',
['android'], bug=306485)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698