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

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

Issue 1133843002: Update WebGL 2 conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/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 5874f6a8d1eac43729783fdfcb48d5f7b0b58e8a..fda67533b10bbea0a8f04cce715429894eea42ab 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -378,7 +378,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
##############################################################
self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282)
- self.Fail('deqp/data/gles3/shaders/conditionals.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/constant_expressions.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282)
@@ -388,14 +387,16 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/qualification_order.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/scoping.html', bug=483282)
- self.Fail('deqp/data/gles3/shaders/swizzles.html', bug=483282)
self.Fail('deqp/functional/gles3/textureformat.html', bug=483282)
self.Fail('deqp/functional/gles3/transformfeedback.html', bug=483282)
self.Fail('deqp/functional/gles3/uniformbuffers.html', bug=483282)
self.Fail('conformance2/attribs/gl-vertex-attrib.html', bug=483282)
+ self.Fail('conformance2/attribs/gl-vertex-attrib-i-render.html', bug=483282)
self.Fail('conformance2/attribs/gl-vertexattribipointer.html', bug=483282)
+ self.Fail('conformance2/attribs/gl-vertexattribipointer-offsets.html',
+ bug=483282)
self.Fail('conformance2/context/constants-and-properties-2.html',
bug=483282)
@@ -410,7 +411,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance2/core/texture-npot.html', bug=483282)
self.Fail('conformance2/glsl3/misplaced-version-directive.html', bug=483282)
- self.Fail('conformance2/glsl3/shader-linking.html', bug=483282)
self.Fail('conformance2/state/gl-get-calls.html', bug=483282)
self.Fail('conformance2/state/gl-object-get-calls.html', bug=483282)
@@ -420,4 +420,3 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=483282)
self.Fail('conformance2/buffers/buffer-type-restrictions.html', bug=483282)
self.Fail('conformance2/buffers/getBufferSubData.html', bug=483282)
-
« 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