Commit c2eb1381 authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Suppress a Flaky WebGL test

conformance/textures/misc/tex-video-using-tex-unit-non-zero.html
on Nexus 6P

TBR=kbr@chromium.org

Bug: 830901
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I46e417c564fe810d70fa7fa8b3614c6e8d16fa89
Reviewed-on: https://chromium-review.googlesource.com/1117316Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#571000}
parent 95a2d330
......@@ -700,6 +700,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=830901)
self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html',
['android', ('qualcomm', 'Adreno (TM) 430')], bug=830901)
self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 430'), 'no_passthrough'],
bug=663071)
......
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