summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzmo <zmo@chromium.org>2016-03-25 16:08:41 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 23:11:20 +0000
commit556a28ca1c2e015dfb76d0f9728977ba627990a3 (patch)
treecddc14e96fa3c48c9e099175189a0a33f280d121
parentc5e228cabf7876c6f65da715a9b5bf9507a8b12b (diff)
downloadchromium_src-556a28ca1c2e015dfb76d0f9728977ba627990a3.zip
chromium_src-556a28ca1c2e015dfb76d0f9728977ba627990a3.tar.gz
chromium_src-556a28ca1c2e015dfb76d0f9728977ba627990a3.tar.bz2
Update WebGL2 conformance test expectations for Linux bots.
BUG= TEST=GPU FYI linux bots TBR=kbr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1834023002 Cr-Commit-Position: refs/heads/master@{#383397}
-rw-r--r--content/test/gpu/gpu_tests/webgl2_conformance_expectations.py16
1 files changed, 6 insertions, 10 deletions
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 937579b..14feb38 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',