Index: content/test/gpu/gpu_tests/memory_expectations.py |
diff --git a/content/test/gpu/gpu_tests/maps_expectations.py b/content/test/gpu/gpu_tests/memory_expectations.py |
similarity index 85% |
copy from content/test/gpu/gpu_tests/maps_expectations.py |
copy to content/test/gpu/gpu_tests/memory_expectations.py |
index b7147aefd182bbd0353beddfc1778371824efafd..52f8ae60128446e30283029ef885e07c1bf26783 100644 |
--- a/content/test/gpu/gpu_tests/maps_expectations.py |
+++ b/content/test/gpu/gpu_tests/memory_expectations.py |
@@ -18,10 +18,10 @@ from telemetry.page import test_expectations |
# Examples: ('nvidia', 0x1234), ('arm', 'Mali-T604') |
# Device IDs must be paired with a GPU vendor. |
-class MapsExpectations(test_expectations.TestExpectations): |
+class MemoryExpectations(test_expectations.TestExpectations): |
def SetExpectations(self): |
# Sample Usage: |
# self.Fail('Maps.maps_001', |
alokp
2014/04/29 16:50:43
Maps -> Memory
Ken Russell (switch to Gerrit)
2014/04/29 18:34:05
I'll fix up the comment.
|
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123) |
- self.Fail('Maps.maps_001', bug=367173) |
+ self.Fail('Memory.CSS3D', ['mac', ('nvidia', 0x0fd5)], bug=368037) |