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

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

Issue 2043913002: Roll WebGL ba8c5aa..f43726c (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 ece62ac0208bfc3f40ce545642ffd4f933e0ee1e..3c31d45dc38f393c5f16d41ec690ba7ab72c8e20 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -28,11 +28,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# ========================
# Conformance expectations
# ========================
+
+ # Passing tests, waiting to be turned on when sharding is implemented.
+ self.Skip('deqp/functional/gles3/shadermatrix/*', bug=1)
+
# All platforms.
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282)
self.Skip('deqp/functional/gles3/draw.html', bug=483282)
self.Skip('deqp/functional/gles3/fbocolorbuffer.html', bug=483282)
- self.Skip('deqp/functional/gles3/fbodepthbuffer.html', bug=483282)
self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282)
self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
self.Skip('deqp/functional/gles3/fborender.html', bug=483282)
@@ -46,8 +49,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/occlusionquery.html', bug=483282)
self.Skip('deqp/functional/gles3/shadercommonfunction.html', bug=483282)
self.Skip('deqp/functional/gles3/shaderderivate.html', bug=483282)
- self.Skip('deqp/functional/gles3/shaderloop.html', bug=483282)
- self.Skip('deqp/functional/gles3/shadermatrix.html', bug=483282)
self.Skip('deqp/functional/gles3/shaderoperator.html', bug=483282)
self.Skip('deqp/functional/gles3/shaderpackingfunction.html', bug=483282)
self.Skip('deqp/functional/gles3/shadertexturefunction/*.html', bug=483282)
@@ -57,7 +58,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
- self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282)
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
@@ -126,6 +126,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'basic_copyteximage2d.html',
['win'], bug=483282)
+ self.Fail('deqp/functional/gles3/shaderloop_for.html',
+ ['win'], bug=617817)
+ self.Fail('deqp/functional/gles3/shaderloop_while.html',
+ ['win'], bug=617817)
+ self.Fail('deqp/functional/gles3/shaderloop_do_while.html',
+ ['win'], bug=617817)
+
self.Flaky('deqp/functional/gles3/buffercopy.html', ['win'], bug=587601)
self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282)
@@ -340,6 +347,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=606074)
self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
['mac'], bug=606074)
+ self.Fail('deqp/functional/gles3/shaderloop_do_while.html',
+ ['mac'], bug=617820)
self.Skip('deqp/functional/gles3/texturespecification/' +
'basic_copyteximage2d.html',
@@ -479,6 +488,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux'], bug=483282)
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['linux'], bug=483282)
+ self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
+ ['linux'], bug=483282)
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
['linux', 'amd', 'intel'], bug=483282)
@@ -536,7 +547,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/samplerobject.html',
['linux', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/shaderprecision.html',
+ self.Fail('deqp/functional/gles3/shaderprecision*.html',
['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/texturefiltering/3d*',
['linux', 'amd'], bug=606114)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698