| 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 10c753c3f44ec50ce3f690c8fd1d8901aa9a4507..be101ae585bc50aa2555797780596538c7b2d540 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -665,6 +665,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| 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 #
|
|
|