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

Unified Diff: chrome/test/functional/perf.py

Issue 10273015: Pyauto-based memory test for ChromeOS in perf.py no longer freshly logs in. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/perf.py
diff --git a/chrome/test/functional/perf.py b/chrome/test/functional/perf.py
index 2654eac2af710c40e3ca9f9cbb63571f04ee792e..14e4e24afde9b35162268597b1e7f934f9a82e7b 100755
--- a/chrome/test/functional/perf.py
+++ b/chrome/test/functional/perf.py
@@ -1768,21 +1768,6 @@ class PageCyclerTest(BasePerfTest):
class MemoryTest(BasePerfTest):
"""Tests to measure memory consumption under different usage scenarios."""
- def setUp(self):
- pyauto.PyUITest.setUp(self)
-
- # Log in to get a fresh Chrome instance with a clean memory state (if
- # already logged in, log out first).
- if self.GetLoginInfo()['is_logged_in']:
- self.Logout()
- self.assertFalse(self.GetLoginInfo()['is_logged_in'],
- msg='Failed to log out.')
-
- credentials = self.GetPrivateInfo()['test_google_account']
- self.Login(credentials['username'], credentials['password'])
- self.assertTrue(self.GetLoginInfo()['is_logged_in'],
- msg='Failed to log in.')
-
def ExtraChromeFlags(self):
"""Launches Chrome with custom flags.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698