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

Unified Diff: content/test/gpu/gpu_tests/webgl2_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 | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 1d3374b0d1549e585977733499c4d2160d6ea02c..38320818842ecde97444d941a2c9e872d5004db1 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -39,6 +39,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', bug=634519)
# All platforms.
+ self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
+ self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
+ bug=664740)
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
@@ -340,6 +343,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
# Mac AMD
+ self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
+ ['mac', 'amd'], bug=483282)
+ self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
+ ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/instancedrendering.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698