Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: content/test/gpu/gpu_tests/memory_expectations.py

Issue 259173002: Suppress Memory.CSS3D failure on MacBook Pro Retina Display. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/gpu/gpu_tests/memory.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/test/gpu/gpu_tests/memory.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698