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

Issue 329037: Add a command-line option for specifying a particular build to test and for p... (Closed)

Created:
11 years, 1 month ago by kkania
Modified:
9 years, 7 months ago
Reviewers:
kuchhal
CC:
chromium-reviews_googlegroups.com, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add a command-line option for specifying a particular build to test and for permitting the tests to be run regardless of the underlying platform. Also some minor fixes and cleanup. BUG=none TEST=none Original review at: http://codereview.chromium.org/269016

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+266 lines, -254 lines) Patch
M chrome/test/mini_installer_test/chrome_mini_installer.h View 5 chunks +26 lines, -17 lines 0 comments Download
M chrome/test/mini_installer_test/chrome_mini_installer.cc View 4 chunks +84 lines, -68 lines 0 comments Download
M chrome/test/mini_installer_test/mini_installer_test_util.h View 1 chunk +6 lines, -4 lines 0 comments Download
M chrome/test/mini_installer_test/mini_installer_test_util.cc View 6 chunks +52 lines, -36 lines 0 comments Download
M chrome/test/mini_installer_test/run_all_unittests.cc View 2 chunks +13 lines, -5 lines 0 comments Download
M chrome/test/mini_installer_test/test.cc View 1 chunk +85 lines, -124 lines 3 comments Download

Messages

Total messages: 4 (0 generated)
kkania
Accidentally aborted tests when running vista with exit code 1 instead of 0. Fixed.
11 years, 1 month ago (2009-10-27 17:04:07 UTC) #1
kuchhal
Why did you move to this new issue instead of just using issue 269016? This ...
11 years, 1 month ago (2009-10-27 18:57:09 UTC) #2
kkania
http://codereview.chromium.org/329037/diff/1/3 File chrome/test/mini_installer_test/test.cc (right): http://codereview.chromium.org/329037/diff/1/3#newcode65 Line 65: static void TearDownTestCase() { On 2009/10/27 18:57:09, kuchhal ...
11 years, 1 month ago (2009-10-27 19:45:01 UTC) #3
kuchhal
11 years, 1 month ago (2009-10-28 18:44:11 UTC) #4
ok .lgtm.

On Tue, Oct 27, 2009 at 12:45 PM, <kkania@chromium.org> wrote:

>
> http://codereview.chromium.org/329037/diff/1/3
> File chrome/test/mini_installer_test/test.cc (right):
>
> http://codereview.chromium.org/329037/diff/1/3#newcode65
> Line 65: static void TearDownTestCase() {
> On 2009/10/27 18:57:09, kuchhal wrote:
>
>> Why static and why TearDownTestCase and not just TearDown?
>>
>
> CleanTheSystem is called in SetUp already. I use TearDownTestCase
> because I wanted to do a final uninstall of Chromium after all these
> tests have finished. If I changed it to TearDown, CleanTheSystem would
> be run twice between all tests.
>
>
> http://codereview.chromium.org/329037
>

Powered by Google App Engine
This is Rietveld 408576698