Commit d0c9f5d6 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress conformance_textures_misc_texture_npot_video on Nexus 5X.

Has recently become a bit more flaky (2-3 failures per day) for
unexplained reasons.

Bug: 934545
No-Try: True
Change-Id: I3d185481981c3840459d2d9abb385d8decb16731
Tbr: ericrk@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/1483832
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634894}
parent 49e7f173
...@@ -803,6 +803,10 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -803,6 +803,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/textures/image_bitmap_from_video/' + self.Flaky('conformance/textures/image_bitmap_from_video/' +
'tex-2d-rgb-rgb-unsigned_byte.html', 'tex-2d-rgb-rgb-unsigned_byte.html',
['android', ('qualcomm', 'Adreno (TM) 418'), 'no_angle'], bug=716496) ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_angle'], bug=716496)
self.Flaky('conformance/textures/misc/texture-npot-video.html',
['android', 'android-chromium',
('qualcomm', 'Adreno (TM) 418'), 'no_angle'],
bug=934545)
self.Skip('conformance/uniforms/uniform-samplers-test.html', self.Skip('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 418')], ['android', ('qualcomm', 'Adreno (TM) 418')],
bug=610951) bug=610951)
......
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