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