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

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

Issue 84463002: Build fix: skip conformance/textures/texture-size-limit.html on win. (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 9a6bfa4ac7cf27d5dd434669f143dbb3eeb4567d..f258b88522263890f1fe385c946a7d4016ba7fc8 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -27,6 +27,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# Fails everywhere.
self.Skip('conformance/glsl/misc/large-loop-compile.html',
bug=322764)
+ self.Skip('conformance/textures/texture-size-limit.html',
+ bug=322789)
# Windows failures.
self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html',
@@ -107,8 +109,6 @@ 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)
self.Skip('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
['mac'], bug=322795)
@@ -171,10 +171,6 @@ 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