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

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

Issue 84473002: Allow conformance/ogles/GL/control_flow/control_flow_009_to_010.html on mac 10.8 ATI/NVIDIA (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 4db3de0c9a36c29f44764e8cc8ee2fca41970676..4f2d48819b4624d52949c06b92649d058a23bf7e 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -111,8 +111,6 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['mac'], bug=322770)
self.Skip('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
['mac'], bug=322795)
- self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html',
- ['mac'], bug=322795)
# Mac/Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',
@@ -133,6 +131,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# Radar 13499623
self.Fail('conformance/textures/texture-size.html',
['mac', 'intel'], bug=225642)
+ self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html',
+ ['mac', 'intel'], bug=322795)
# Mac/Intel failures on 10.7
self.Skip('conformance/glsl/functions/glsl-function-asin.html',
@@ -154,6 +154,8 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
['lion', 'intel'])
self.Skip('conformance/rendering/line-loop-tri-fan.html',
['lion', 'intel'])
+ self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html',
+ ['lion'], bug=322795)
# Mac/ATI failures
self.Skip('conformance/extensions/oes-texture-float-with-image-data.html',
« 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