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

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

Issue 1168773002: Roll WebGL conformance tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/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 3ec86cbf6c49c0d7e51754eee34f40fc2f6a59de..3c91c5e0b5b04b9988a885855960e594bbba0272 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -32,10 +32,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Fails on all platforms
self.Fail('deqp/data/gles2/shaders/constant_expressions.html',
bug=478572)
+ self.Fail('deqp/data/gles2/shaders/constants.html',
+ bug=478572)
self.Fail('deqp/data/gles2/shaders/fragdata.html',
bug=478572)
self.Fail('deqp/data/gles2/shaders/functions.html',
bug=478572)
+ self.Fail('deqp/data/gles2/shaders/linkage.html',
+ bug=478572)
self.Fail('deqp/data/gles2/shaders/preprocessor.html',
bug=478572)
self.Fail('deqp/data/gles2/shaders/scoping.html',
@@ -415,26 +419,40 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282)
self.Fail('conformance2/attribs/gl-vertexattribipointer-offsets.html',
bug=483282)
-
+ self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282)
+ self.Fail('conformance2/buffers/buffer-copying-restrictions.html',
+ bug=483282)
+ self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282)
+ self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282)
self.Fail('conformance2/context/constants-and-properties-2.html',
bug=483282)
- self.Fail('conformance2/core/draw-buffers.html', bug=483282)
- self.Fail('conformance2/core/frag-depth.html', bug=483282)
- self.Fail('conformance2/core/tex-mipmap-levels.html', bug=483282)
-
- self.Fail('conformance2/core/tex-new-formats.html', bug=483282)
- self.Fail('conformance2/core/tex-storage-2d.html', bug=483282)
- self.Fail('conformance2/core/tex-storage-and-subimage-3d.html', bug=483282)
- self.Fail('conformance2/core/texture-npot.html', bug=483282)
-
- self.Fail('conformance2/glsl3/misplaced-version-directive.html', bug=483282)
-
+ self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
+ self.Fail('conformance2/glsl3/frag-depth.html', bug=483282)
+ self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
+ self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
+ bug=483282)
+ self.Fail('conformance2/glsl3/ternary-operator-on-arrays-glsl3.html',
+ bug=483282)
+ self.Fail('conformance2/misc/instanceof-test.html', bug=483282)
+ self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282)
+ self.Fail('conformance2/rendering/draw-buffers.html', bug=483282)
self.Fail('conformance2/state/gl-get-calls.html', bug=483282)
self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282)
-
- self.Fail('conformance2/buffers/buffer-copying-contents.html', bug=483282)
- self.Fail('conformance2/buffers/buffer-copying-restrictions.html',
+ self.Fail('conformance2/textures/gl-get-tex-parameter.html', bug=483282)
+ self.Fail('conformance2/textures/tex-input-validation.html', bug=483282)
+ self.Fail('conformance2/textures/tex-mipmap-levels.html', bug=483282)
+ self.Fail('conformance2/textures/tex-new-formats.html', bug=483282)
+ self.Fail('conformance2/textures/tex-storage-2d.html', bug=483282)
+ self.Fail('conformance2/textures/texture-npot.html', bug=483282)
+ self.Fail('conformance2/transform_feedback/transform_feedback.html',
bug=483282)
- self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282)
- self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282)
+
+ # Mac only.
+ self.Fail('conformance2/renderbuffers/' +
+ 'multisampled-renderbuffer-initialization.html',
+ ['mac'], bug=483282)
+ self.Fail('conformance2/rendering/instanced-arrays.html',
+ ['mac'], bug=483282)
+ self.Fail('conformance2/textures/tex-storage-and-subimage-3d.html',
+ ['mac'], bug=483282)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698