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

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

Issue 1874463002: Update WebGL 2 test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 ff2efd54e49ff8124cde0b3637b21c31fe2a5cf7..2dc49bf1bd6c9ce806ac3bd9ba0fac5cee675dd6 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -11,13 +11,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
def SetExpectations(self):
# All platforms.
- self.Skip('deqp/data/gles3/shaders/functions.html', bug=483282)
- self.Skip('deqp/data/gles3/shaders/linkage.html', bug=483282)
- self.Skip('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
-
- self.Skip('deqp/framework/opengl/simplereference/referencecontext.html',
- bug=483282)
-
self.Skip('deqp/functional/gles3/attriblocation.html', bug=483282)
self.Skip('deqp/functional/gles3/builtinprecision*.html', bug=483282)
self.Skip('deqp/functional/gles3/draw.html', bug=483282)
@@ -60,6 +53,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282)
+ self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282)
+ self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
+
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
@@ -377,6 +373,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'intel'], bug=483282)
# Linux only.
+ self.Fail('deqp/data/gles3/shaders/functions.html',
+ ['linux'], bug=483282)
self.Skip('deqp/functional/gles3/shaderswitch.html',
['linux'], bug=483282)
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
« 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