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

Issue 6677172: Add option to not nuke Chrome to chrome_test.py (Closed)

Created:
9 years, 8 months ago by rkc
Modified:
9 years, 7 months ago
Reviewers:
Nirnimesh
CC:
chromium-os-reviews_chromium.org, sosa+cc_chromium.org, seano+cc_chromium.org, ericli, zel
Visibility:
Public.

Description

Add option to not nuke Chrome to chrome_test.py Current chrome_test.py nukes chrome and disables it's restart everytime we run BrowserTests. We're changng BrowserTests to run logged in instead, which is not possible if Chrome restart is disabled. Login code nukes chrome and expects it to restart for the login to occur. Using this flag allows us to turn off the nuke and allowing the login code to work. R=nirnimesh@chromium.org BUG=13857 TEST=Ran the autotest BrowserTest suite. Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=968752f

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -9 lines) Patch
M client/cros/chrome_test.py View 4 chunks +16 lines, -9 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
rkc
9 years, 8 months ago (2011-04-05 21:48:54 UTC) #1
Nirnimesh
LGTM http://codereview.chromium.org/6677172/diff/1/client/cros/chrome_test.py File client/cros/chrome_test.py (right): http://codereview.chromium.org/6677172/diff/1/client/cros/chrome_test.py#newcode31 client/cros/chrome_test.py:31: def initialize(self, nuke_browser_norestart = True): remove space around ...
9 years, 8 months ago (2011-04-05 22:45:50 UTC) #2
Nirnimesh
9 years, 8 months ago (2011-04-05 22:46:28 UTC) #3
The BUG= line is wrong. Use chromium-os:

Powered by Google App Engine
This is Rietveld 408576698