| Index: content/test/gpu/gpu_tests/context_lost_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| index 5eb4122ad9857ac959aeb3c10e1203a2f8d81657..b2aaa0a7d60f875f43afccfb83419ec039b1904f 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -38,3 +38,10 @@ class ContextLostExpectations(GpuTestExpectations):
|
| ['android'], bug=609629)
|
| self.Fail('ContextLost.WebGLContextLostInHiddenTab',
|
| ['android'], bug=609629)
|
| +
|
| + # Nexus 6
|
| + # The Nexus 6 times out on these tests while waiting for the JS to complete
|
| + self.Fail('ContextLost.WebGLContextLostFromLoseContextExtension',
|
| + ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611906)
|
| + self.Fail('ContextLost.WebGLContextLostFromQuantity',
|
| + ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611906)
|
|
|