| 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 e5c6a6cf57e1ced46036343f666b77315c7ac7bb..c5b584da552ffc9262b8520813d5192657335a37 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -19,3 +19,7 @@ class ContextLostExpectations(GpuTestExpectations):
|
| # Mac 10.8 (ideally should restrict this to Debug, too)
|
| self.Fail('ContextLost.WebGLContextLostFromSelectElement',
|
| ['mountainlion'], bug=497411)
|
| +
|
| + # Flaky on Mac 10.7 (ideally should restrict this to Debug, too)
|
| + self.Fail('ContextLost.WebGLContextLostFromSelectElement',
|
| + ['lion'], bug=498149)
|
|
|