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

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 7617014: Allow pyauto performance tests in perf.py to run as an autotest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed last minor comment. Created 9 years, 4 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: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index cbd49c959f640461a7f46e4a47e83a31678f5d2f..7f55662d7f8c062be62ad551b51b3856022e07e8 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -463,6 +463,13 @@
],
},
+ # ChromeOS performance tests.
+ 'CHROMEOS_PERF': {
+ 'chromeos': [
+ 'perf',
+ ],
+ },
+
# HTML5 media performance tests.
'AV_PERF': {
'linux': [

Powered by Google App Engine
This is Rietveld 408576698