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

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

Issue 2312373003: Update WebGL 2 conformance expectations (Closed)
Patch Set: rebase only 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 | « 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/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..f772c07114c60bcd9a7d77420b1ab35d76f5bce3 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -97,8 +97,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
# Win / Intel
- self.Fail('conformance2/buffers/uniform-buffers.html',
- ['win', 'intel'], bug=483282)
self.Skip('conformance2/textures/misc/copy-texture-image.html',
['win', 'intel'], bug=617449)
self.Fail('conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html',
@@ -138,12 +136,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texelfetchoffset.html',
['win', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/uniformbuffers/*.html',
Jamie Madill 2016/09/07 14:52:42 it looks as though there are still some ubo issues
- ['win', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html',
['win', 'intel'], bug=483282)
- self.Fail('conformance2/rendering/uniform-block-buffer-size.html',
- ['win', 'intel'], bug=628863)
self.Fail('deqp/functional/gles3/fbomultisample*',
['win', 'intel'], bug=483282)
@@ -389,9 +383,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('amd', 0x679e)], bug=636648)
# Mac Intel
- self.Fail('deqp/functional/gles3/shaderpackingfunction.html',
- ['mac', 'intel'], bug=619264)
-
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
['mac', 'intel'], bug=606074)
self.Fail('deqp/functional/gles3/texturefiltering/' +
« 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