| 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 a5713fe868dd7fe385a2dfdcda4854aa4ebb3a23..cf80d118c1453d96a6a00bab1f5169c0eb7be179 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -16,6 +16,10 @@ class ContextLostExpectations(GpuTestExpectations):
|
| self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| ['linux', ('amd', 0x6779)], bug=479975)
|
|
|
| + # Win7 bots
|
| + self.Flaky('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| + ['win7'], bug=603329)
|
| +
|
| # Win8 Release and Debug NVIDIA bots.
|
| self.Skip('ContextLost.WebGLContextLostFromSelectElement',
|
| ['win8', 'nvidia'], bug=524808)
|
|
|