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..7d69e413036435f42c8db61263632c727b200255 100644 |
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py |
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py |
@@ -8,7 +8,6 @@ from gpu_test_expectations import GpuTestExpectations |
class ContextLostExpectations(GpuTestExpectations): |
def SetExpectations(self): |
- # 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) |
Jamie Madill
2015/04/23 12:29:27
you might want to leave the sample usage in, so pe
Ken Russell (switch to Gerrit)
2015/04/23 17:44:58
Agreed; please leave the sample usage in.
ericrk
2015/04/23 20:12:09
Done.
|