| Index: content/test/gpu/gpu_tests/memory_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/memory_expectations.py b/content/test/gpu/gpu_tests/memory_expectations.py
|
| index 6b295f21f535b7803ff042c6d6274c737b69abad..27384eb3dff2f775e6d52e3852c8710a88c4aa87 100644
|
| --- a/content/test/gpu/gpu_tests/memory_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/memory_expectations.py
|
| @@ -21,7 +21,7 @@ from telemetry.page import test_expectations
|
| class MemoryExpectations(test_expectations.TestExpectations):
|
| def SetExpectations(self):
|
| # Sample Usage:
|
| - # self.Fail('Maps.maps_001',
|
| + # self.Fail('Memory.CSS3D',
|
| # ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
|
|
|
| self.Fail('Memory.CSS3D', ['mac', ('nvidia', 0x0fd5)], bug=368037)
|
|
|