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

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

Issue 83953004: 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 0c95928ccde7bf7d53a89b9edb02d3a82dc70973..51dd3f0816862e8326943f8452c9782af0ec801c 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -28,6 +28,14 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Skip('conformance/glsl/misc/large-loop-compile.html',
bug=322764)
+ # Windows failures.
+ self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html',
+ ['win'], bug=322794)
+ self.Fail('conformance/ogles/GL/atan/atan_009_to_012.html',
+ ['win'], bug=322794)
+ self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html',
+ ['win'], bug=322795)
+
# Windows/Intel failures
self.Fail('conformance/textures/texture-size.html',
['win', 'intel'], bug=121139)
« 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