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

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

Issue 560153004: Telemetry: Fix exact_matches in telemetry.test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move memory.py to memory_test.py to make the autogenerated name match the buildbot config Created 6 years, 3 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_test.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « content/test/gpu/gpu_tests/memory_test.py ('k') | content/test/gpu/gpu_tests/pixel.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698