| 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 819a37816db46f1a6e7bdabb39835fd3cff81714..6f7ecaad466c295ffa56b8337bd2005e14596b04 100644
|
| --- a/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
|
| @@ -11,6 +11,4 @@ class ContextLostExpectations(GpuTestExpectations):
|
| # Sample Usage:
|
| # self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
| -
|
| - self.Fail('GpuCrash.GPUProcessCrashesExactlyOnce',
|
| - ['win', 'mac', 'linux'], bug=457217)
|
| + pass
|
|
|