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

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

Issue 1834023002: Update WebGL2 conformance test expectations for Linux bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 937579b28b3c4211c224c0948d84dd6f35eb4e09..14feb380da8f551505166ff1b12f8e94bb492684 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -68,7 +68,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
-
+ self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', bug=483282)
self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282)
self.Fail('conformance2/textures/image_bitmap_from_image/' +
@@ -313,8 +313,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win'], bug=483282)
self.Fail('conformance2/glsl3/array-in-complex-expression.html',
['win'], bug=483282)
- self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
- ['win'], bug=483282)
self.Skip('conformance2/reading/read-pixels-pack-parameters.html',
['win'], bug=483282)
self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
@@ -570,9 +568,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=577144)
self.Fail('conformance2/textures/misc/tex-storage-and-subimage-3d.html',
['mac'], bug=483282)
- # The following failure is 10.10 only, but we don't have a keyword yet.
- self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
- ['mac'], bug=584994)
self.Fail('conformance2/state/gl-object-get-calls.html',
['mac'], bug=483282)
self.Fail('conformance2/textures/image_bitmap_from_image/*',
@@ -597,14 +592,17 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'intel'], bug=483282)
# Linux only.
+ self.Fail('deqp/functional/gles3/fbostatequery.html',
+ ['linux'], bug=483282)
+ self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
+ ['linux'], bug=483282)
self.Skip('deqp/functional/gles3/shaderswitch.html',
['linux'], bug=483282)
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
['linux'], bug=483282)
self.Fail('conformance2/rendering/draw-buffers.html',
['linux'], bug=483282)
-
- self.Flaky('deqp/functional/gles3/negativeshaderapi.html',
+ self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['linux'], bug=483282)
# Linux AMD only.
@@ -634,8 +632,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('conformance2/misc/uninitialized-test-2.html',
['linux', 'amd'], bug=483282)
- self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
- ['linux', 'amd'], bug=483282)
self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
['linux', 'amd'], bug=483282)
self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.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