| 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..d1465d0e2d3600c51881cb95bfe76f4db9352d48 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -26,3 +26,9 @@ class ContextLostExpectations(GpuTestExpectations):
|
| ['mountainlion', 'debug'], bug=497411)
|
| self.Skip('ContextLost.WebGLContextLostFromSelectElement',
|
| ['lion', 'debug'], bug=498149)
|
| +
|
| + # Temporarily disable while solution is being investigated.
|
| + self.Skip('ContextLost.GPUProcessCrashesExactlyOnce',
|
| + ['mac'], bug=584872)
|
| + self.Skip('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| + ['mac'], bug=584872)
|
|
|