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

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

Issue 2319903004: Roll WebGL 2e13422..afd388c (Closed)
Patch Set: update 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') | 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/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 0745f87127fd96e4e3b0fed51586f911e7dcd4ff..d8c57429981555cd482e5d7907c5805b2c8ea23a 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -44,6 +44,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
bug=664740)
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
+ self.Fail('conformance2/rendering/blitframebuffer-test.html', bug=634525)
# Windows only.
self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
@@ -334,27 +335,23 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac AMD
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
- ['mac', 'amd'], bug=483282)
+ ['mac', 'amd'], bug=643866)
self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
- ['mac', 'amd'], bug=483282)
+ ['mac', 'amd'], bug=643866)
+ self.Fail('deqp/functional/gles3/shadercommonfunction.html',
+ ['mac', 'amd'], bug=643866)
+
self.Fail('deqp/functional/gles3/multisample.html',
['mac', 'amd'], bug=617290)
- self.Fail('deqp/functional/gles3/instancedrendering.html',
- ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/primitiverestart/00.html',
['mac', 'amd'], bug=598930)
self.Fail('deqp/functional/gles3/primitiverestart/01.html',
['mac', 'amd'], bug=598930)
- self.Fail('deqp/functional/gles3/shadercommonfunction.html',
- ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
- 'texturesize.html',
- ['mac', ('amd', 0x679e)], bug=640506)
- self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'textureprojlodoffset.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
@@ -386,6 +383,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac Pro with AMD GPU
self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
['mac', ('amd', 0x679e)], bug=636648)
+ self.Fail('deqp/functional/gles3/shadertexturefunction/' +
+ 'texturesize.html',
+ ['mac', ('amd', 0x679e)], bug=640506)
# Mac Intel
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698