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

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

Issue 1471943002: More WebGL conformance test suppression updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More WebGL suppression updates. Created 5 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 | « 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 da90b7d916a39f021b1b67df302c7ef2cb2a1365..fab2196a06325815d4ef59b84946472144510baa 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -78,11 +78,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'd3d9'], bug=475095)
# Win / D3D9 failures
- # Skipping these tests because they're causing assertion failures.
+ # Skipping these two tests because they're causing assertion failures.
self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
['win', 'd3d9'], bug=896) # angle bug ID
self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
['win', 'd3d9'], bug=896) # angle bug ID
+ self.Fail('conformance/glsl/bugs/floor-div-cos-should-not-truncate.html',
+ ['win', 'd3d9'], bug=1179) # angle bug ID
# WIN / D3D9 / Intel failures
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
« 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