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

Issue 23757002: Check whether Chromium or Google Chrome is being tested. (Closed)

Created:
7 years, 3 months ago by sukolsak
Modified:
7 years, 3 months ago
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Check whether Chromium or Google Chrome is being tested. NOTRY=True BUG=264859 TEST= 1) Uninstall Google Chrome (if it's installed.) 2) Put mini_installer.exe for Google Chrome in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". The test should pass. 4) Uninstall Chromium (if it's installed.) 5) Put mini_installer.exe for Chromium in the same folder as test_installer.py. 6) Run "python test_installer.py config\config.config". The test should pass. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220538

Patch Set 1 #

Total comments: 7

Patch Set 2 : Address robertshield and grt's comments. #

Patch Set 3 : Make GetProductName private. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -4 lines) Patch
M chrome/test/mini_installer/path_resolver.py View 1 2 2 chunks +25 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sukolsak
Could you please take a look?
7 years, 3 months ago (2013-08-29 11:19:32 UTC) #1
gab
robert/grt WDYT? https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py File chrome/test/mini_installer/path_resolver.py (right): https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py#newcode28 chrome/test/mini_installer/path_resolver.py:28: return win32api.GetFileVersionInfo(file_path, subblock) I find it weird ...
7 years, 3 months ago (2013-08-29 12:31:06 UTC) #2
robertshield
lgtm, assuming Gab doesn't violently disagree with me. https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py File chrome/test/mini_installer/path_resolver.py (right): https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py#newcode26 chrome/test/mini_installer/path_resolver.py:26: subblock ...
7 years, 3 months ago (2013-08-29 19:01:07 UTC) #3
gab
okay lgtm then; FWIW, I worked with the layout_tests and telemetry_tests today and they also ...
7 years, 3 months ago (2013-08-29 19:35:33 UTC) #4
grt (UTC plus 2)
lgtm. i am also in favor of passing the paths via command line. https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py File ...
7 years, 3 months ago (2013-08-30 02:39:58 UTC) #5
sukolsak
Thank you for your review. https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py File chrome/test/mini_installer/path_resolver.py (right): https://codereview.chromium.org/23757002/diff/1/chrome/test/mini_installer/path_resolver.py#newcode26 chrome/test/mini_installer/path_resolver.py:26: subblock = ('\\StringFileInfo\\%04x%04x\\ProductName' % ...
7 years, 3 months ago (2013-08-30 02:59:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sukolsak@chromium.org/23757002/13001
7 years, 3 months ago (2013-08-30 03:05:06 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=163963
7 years, 3 months ago (2013-08-30 06:30:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sukolsak@chromium.org/23757002/13001
7 years, 3 months ago (2013-08-30 06:46:58 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-08-30 08:54:30 UTC) #10
Message was sent while issue was closed.
Change committed as 220538

Powered by Google App Engine
This is Rietveld 408576698