| 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 9f4e6a946bf5cc1b45cd36e53045d70631008ac5..e5c6a6cf57e1ced46036343f666b77315c7ac7bb 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -15,3 +15,7 @@ class ContextLostExpectations(GpuTestExpectations):
|
| # AMD Radeon 6450
|
| self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| ['linux', ('amd', 0x6779)], bug=479975)
|
| +
|
| + # Mac 10.8 (ideally should restrict this to Debug, too)
|
| + self.Fail('ContextLost.WebGLContextLostFromSelectElement',
|
| + ['mountainlion'], bug=497411)
|
|
|