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

Unified Diff: sky/tools/webkitpy/layout_tests/port/base.py

Issue 1190223002: Make the skyanalyzer check the stocks app during testing. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
Index: sky/tools/webkitpy/layout_tests/port/base.py
diff --git a/sky/tools/webkitpy/layout_tests/port/base.py b/sky/tools/webkitpy/layout_tests/port/base.py
index 9b4899b41498a0ce08cfb20939bf62db15a72c8d..062642c832e5340e0067bbd51b28dc2ea97a7a45 100644
--- a/sky/tools/webkitpy/layout_tests/port/base.py
+++ b/sky/tools/webkitpy/layout_tests/port/base.py
@@ -970,6 +970,9 @@ class Port(object):
def perf_results_directory(self):
return self._build_path()
+ def analyzer_build_directory(self):
+ return self._build_path()
+
def default_results_directory(self):
"""Absolute path to the default place to store the test results."""
return self._build_path('layout-test-results')

Powered by Google App Engine
This is Rietveld 408576698