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

Issue 355014: Making the interactive ui tests run out of process (Closed)

Created:
11 years, 1 month ago by jcampan
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Making the interactive ui tests run out of process to avoid running into problems when running several browser tests in the same process. Turning previously failing tests on. BUG=26540 TEST=Run the interactive UI tests on Windows and Linux. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=30879

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -5 lines) Patch
M chrome/test/interactive_ui/interactive_ui_tests.gypi View 1 3 chunks +6 lines, -5 lines 0 comments Download
M chrome/test/test_launcher/out_of_proc_test_runner.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jcampan
11 years, 1 month ago (2009-11-03 19:57:59 UTC) #1
Paweł Hajdan Jr.
Drive-by. Great to see this patch! http://codereview.chromium.org/355014/diff/1/3 File chrome/test/interactive_ui/interactive_ui_tests.gypi (right): http://codereview.chromium.org/355014/diff/1/3#newcode28 Line 28: # TODO(phajdan.jr): ...
11 years, 1 month ago (2009-11-03 20:01:38 UTC) #2
rafaelw
lgtm
11 years, 1 month ago (2009-11-03 20:04:57 UTC) #3
jcampan
http://codereview.chromium.org/355014/diff/1/3 File chrome/test/interactive_ui/interactive_ui_tests.gypi (right): http://codereview.chromium.org/355014/diff/1/3#newcode28 Line 28: # TODO(phajdan.jr): Only temporary, to make transition easier. ...
11 years, 1 month ago (2009-11-03 20:23:15 UTC) #4
Paweł Hajdan Jr.
11 years, 1 month ago (2009-11-03 20:25:51 UTC) #5
LGTM

On 2009/11/03 20:23:15, jcampan wrote:
> > You may want to remove this TODO. It seems that this binary should be
allowed
> to
> > use IN_PROC_BROWSER_TEST as it now uses the correct launcher.
> 
> Done.

Thanks.

> http://codereview.chromium.org/355014/diff/1/3#newcode44
> Line 44: # TODO(jcampan): we should use in_proc_test_runner on Windows.
> On 2009/11/03 20:01:38, Paweł Hajdan Jr. wrote:
> > Just curious why? Out of process runner is more robust when tests crash
etc...
> I guess it's easier to debug when it runs in one process.
> In the sense that you do not have to know about adding the --child flag. I
guess
> this is a small advantage though.

OK, indeed it's easier to debug single process.

Powered by Google App Engine
This is Rietveld 408576698