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

Unified Diff: chrome/test/functional/media/media_test_base.py

Issue 7031020: Change for preparation for reference-build on perfbot (media) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Minir change. Created 9 years, 7 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/media/media_test_base.py
diff --git a/chrome/test/functional/media/media_test_base.py b/chrome/test/functional/media/media_test_base.py
index 7c89a6725b17d9d03f872d1071de8653cd10eef2..5a1fe632e212352c3844a7ea62e902cda1a1f7d4 100755
--- a/chrome/test/functional/media/media_test_base.py
+++ b/chrome/test/functional/media/media_test_base.py
@@ -193,6 +193,8 @@ class MediaTestBase(pyauto.PyUITest):
run_counter: counter for each run.
"""
self.start = time.time()
+ if eval(os.getenv(MediaTestEnvNames.REFERENCE_BUILD_ENV_NAME)):
dennis_jeffrey 2011/05/19 01:20:13 (optional) I recommend adding a comment here that
Nirnimesh 2011/05/19 06:40:20 Why do you need to eval it anyway? Why not assume
imasaki1 2011/05/20 05:12:01 Changed based on Nirnimesh comments.
imasaki1 2011/05/20 05:12:01 Done. Also change other boolean environment valua
+ self.current_trace_type = 't_ref'
def PostEachRunProcess(self, run_counter):
"""A method to execute after each run.

Powered by Google App Engine
This is Rietveld 408576698