Commit c34306d8 authored by Luc Ferron's avatar Luc Ferron Committed by Commit Bot

Disable angle-stuck-depth-textures flaky test entirely

Bug: 820419
Tbr: kbr@chromium.org
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: Ibd95ec218a700b7a9a6e34336f4ddee5442f8b02
Reviewed-on: https://chromium-review.googlesource.com/956116Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarJamie Madill <jmadill@chromium.org>
Commit-Queue: Luc Ferron <lucferron@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542209}
parent c5585d4a
...@@ -243,6 +243,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -243,6 +243,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Win / Intel # Win / Intel
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html', self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['win', 'intel', 'd3d11'], bug=782317) ['win', 'intel', 'd3d11'], bug=782317)
self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
['win', 'intel', 'd3d11'], bug=820419)
# Seems to cause the harness to fail immediately afterward # Seems to cause the harness to fail immediately afterward
self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.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