| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index 44d999d8043332de5f3090d5287000fe94428c05..cf37c6cc9c4904b5431d2d8b2d6116e8dd1a54d1 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -623,6 +623,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
|
| bug=609883)
|
| + self.Flaky('conformance/textures/image_bitmap_from_video/' +
|
| + 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| + ['android', ('qualcomm', 'Adreno (TM) 418')], bug=716496)
|
| self.Fail('conformance/uniforms/uniform-samplers-test.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
|
| bug=610951)
|
| @@ -694,16 +697,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', 'android-chromium',
|
| ('nvidia', 'NVIDIA Tegra')], bug=624621)
|
|
|
| - # NVIDIA Shield
|
| - self.Flaky('conformance/context/' +
|
| - 'context-eviction-with-garbage-collection.html',
|
| - ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
|
| - self.Flaky('conformance/glsl/misc/glsl-long-variable-names.html',
|
| - ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
|
| - self.Flaky('conformance/textures/image_bitmap_from_video/' +
|
| - 'tex-2d-rgb-rgb-unsigned_byte.html',
|
| - ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
|
| -
|
| ############
|
| # ChromeOS #
|
| ############
|
|
|