| 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 b2aaa0a7d60f875f43afccfb83419ec039b1904f..b207215d97a6bb10d602e9ae60a4fd1a8e520c3f 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -17,8 +17,12 @@ class ContextLostExpectations(GpuTestExpectations):
|
| ['linux', ('amd', 0x6779)], bug=479975)
|
|
|
| # Win7 bots
|
| - self.Flaky('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| - ['win7'], bug=603329)
|
| + # Related bug: http://crbug.com/603329 .
|
| + # Flaky retries aren't working well in this case. Need to shut
|
| + # down the browser between runs. This will be done in the new test
|
| + # harness (http://crbug.com/352807).
|
| + self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| + ['win7'], bug=619196)
|
|
|
| # Win8 Release and Debug NVIDIA bots.
|
| self.Skip('ContextLost.WebGLContextLostFromSelectElement',
|
|
|