Commit 953f1c19 authored by Robert Kroeger's avatar Robert Kroeger Committed by Commit Bot

Suppress flaky canvas-teximage-after-multiple-drawimages.html test

The canvas-teximage-after-multiple-drawimages.html webgl test is flaky
on MacOS and Android qualcomm. Add test suppression.

BUG=905682
TBR=kbr@chromium.org

Change-Id: Id8fdb70f6dae6383c6d734916a3a724adbe00ea3
Reviewed-on: https://chromium-review.googlesource.com/c/1338560Reviewed-by: default avatarRobert Kroeger <rjkroege@chromium.org>
Commit-Queue: Robert Kroeger <rjkroege@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608605}
parent 2328a4f7
...@@ -611,7 +611,9 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -611,7 +611,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac', ('intel', 0x0a2e)], bug=886970) ['mac', ('intel', 0x0a2e)], bug=886970)
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html', self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['mac', 'intel'], bug=782317) ['mac', 'intel'], bug=782317)
self.Flaky('conformance/textures/misc/' +
'canvas-teximage-after-multiple-drawimages.html',
['mac', 'intel'], bug=905682)
# Mac Retina NVidia failures # Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
...@@ -704,6 +706,9 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -704,6 +706,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Skip('conformance/textures/misc/texture-npot-video.html', self.Skip('conformance/textures/misc/texture-npot-video.html',
['android', 'android-webview-instrumentation', 'no_passthrough'], ['android', 'android-webview-instrumentation', 'no_passthrough'],
bug=352645) bug=352645)
self.Flaky('conformance/textures/misc/' +
'canvas-teximage-after-multiple-drawimages.html',
['android', 'qualcomm'], bug=905682)
# These video tests appear to be flaky. # These video tests appear to be flaky.
self.Flaky('conformance/textures/video/' + self.Flaky('conformance/textures/video/' +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment