summaryrefslogtreecommitdiffstats
path: root/content/test
diff options
context:
space:
mode:
Diffstat (limited to 'content/test')
-rw-r--r--content/test/gpu/gpu_tests/context_lost_expectations.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
index a5713fe..d1465d0 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)