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