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

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

Issue 2310243003: Roll WebGL 3d0e045..2e13422 (Closed)
Patch Set: update webgl expectations Created 4 years, 3 months 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 aa18e1a4c03d3ce5aa5d4c7903999505d18de743..d4d866b8bf4bb545193d677c5f68eb1649b8d6ba 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -101,6 +101,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Conformance expectations
# ========================
# Fails on all platforms
+ self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
# We need to add WebGL 1 check in command buffer that format/type from
# TexSubImage2D have to match the current texture's.
@@ -194,6 +195,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# La la la la la la la la ...
# Mac AMD failures
+ self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
+ ['mac', 'amd'], bug=483282)
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['mac', 'amd'], bug=625365)
self.Fail('conformance/rendering/clipping-wide-points.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