| Index: content/test/gpu/gpu_tests/memory_test_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/memory_expectations.py b/content/test/gpu/gpu_tests/memory_test_expectations.py
|
| similarity index 94%
|
| rename from content/test/gpu/gpu_tests/memory_expectations.py
|
| rename to content/test/gpu/gpu_tests/memory_test_expectations.py
|
| index 0b2cce0a123198b72fe843cac7c03bc6c6e32828..b5eba5c53ff0f3a7c59694d63ecb4985c5d2f76e 100644
|
| --- a/content/test/gpu/gpu_tests/memory_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/memory_test_expectations.py
|
| @@ -18,7 +18,7 @@ from telemetry.page import test_expectations
|
| # Examples: ('nvidia', 0x1234), ('arm', 'Mali-T604')
|
| # Device IDs must be paired with a GPU vendor.
|
|
|
| -class MemoryExpectations(test_expectations.TestExpectations):
|
| +class MemoryTestExpectations(test_expectations.TestExpectations):
|
| def SetExpectations(self):
|
| # Sample Usage:
|
| # self.Fail('Memory.CSS3D',
|
|
|