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

Unified Diff: scripts/slave/unittests/runtest_annotator_test.py

Issue 23740006: Updating endure parser to read new csv output format (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: nits Created 7 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 | « scripts/slave/unittests/data/https___www_gmail_com_-V8MemoryUsed-summary.dat ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/unittests/runtest_annotator_test.py
diff --git a/scripts/slave/unittests/runtest_annotator_test.py b/scripts/slave/unittests/runtest_annotator_test.py
index a8d5c13fc377945326f9e4242f23e938e11c0557..884fbd600664923a100b4b1cea34d5878e085e81 100755
--- a/scripts/slave/unittests/runtest_annotator_test.py
+++ b/scripts/slave/unittests/runtest_annotator_test.py
@@ -387,9 +387,9 @@ class GraphingEndureLogProcessorTest(LoggingStepBase):
'https___www_google_com_calendar_-EventListenerCount',
'https___www_google_com_calendar_-TotalDOMNodeCount',
'https___www_google_com_calendar_-V8MemoryUsed',
- 'https___www_gmail_com_-EventListenerCount',
- 'https___www_gmail_com_-TotalDOMNodeCount',
- 'https___www_gmail_com_-V8MemoryUsed']
+ 'endure_gmail_alt_two_labels-EventListenerCount',
+ 'endure_gmail_alt_two_labels-TotalDOMNodeCount',
+ 'endure_gmail_alt_two_labels-V8MemoryUsed']
self._testSummaryHelper(input_file, output_files)
def _testGraphListHelper(self, input_file, expected_graphfile):
« no previous file with comments | « scripts/slave/unittests/data/https___www_gmail_com_-V8MemoryUsed-summary.dat ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698