Commit bb01bd21 authored by Geoff Lang's avatar Geoff Lang Committed by Commit Bot

Skip WebGL performance tests on Debug builds.

TBR=zmo@chromium.org
NOTRY=true

Change-Id: Iacf34f92e55a58c518f48bc2451cb7034d370c16
Reviewed-on: https://chromium-review.googlesource.com/574630Reviewed-by: default avatarGeoff Lang <geofflang@chromium.org>
Commit-Queue: Geoff Lang <geofflang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#487086}
parent 50732974
......@@ -111,6 +111,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
bug=1966) # angle bug ID
# Don't run performance tests on debug builds
self.Skip('conformance/rendering/texture-switch-performance.html',
['debug'])
# Passthrough command decoder
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['passthrough'], bug=1523) # angle bug ID
......@@ -380,7 +384,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/rendering/clipping-wide-points.html',
['mac', 'amd'], bug=642822)
self.Fail('conformance/rendering/texture-switch-performance.html',
['mac', 'amd'], bug=735483)
['mac', 'amd', 'release'], bug=735483)
# Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
......
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