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

Issue 149235: Convert crash recovery tests to browser test framework, which should reduce flakiness. (Closed)

Created:
11 years, 5 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Convert crash recovery tests to browser test framework, which should reduce flakiness. TEST=none http://crbug.com/16054 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20182

Patch Set 1 #

Total comments: 4

Patch Set 2 : extracted common things #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -91 lines) Patch
A chrome/browser/crash_recovery_browsertest.cc View 1 1 chunk +97 lines, -0 lines 0 comments Download
M chrome/browser/crash_recovery_uitest.cc View 1 1 chunk +0 lines, -88 lines 0 comments Download
M chrome/chrome.gyp View 1 3 chunks +1 line, -2 lines 0 comments Download
M chrome/test/ui_test_utils.h View 3 chunks +8 lines, -0 lines 0 comments Download
M chrome/test/ui_test_utils.cc View 3 chunks +21 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
Paweł Hajdan Jr.
11 years, 5 months ago (2009-07-07 00:25:00 UTC) #1
Nicolas Sylvain
http://codereview.chromium.org/149235/diff/1/2 File chrome/browser/crash_recovery_browsertest.cc (right): http://codereview.chromium.org/149235/diff/1/2#newcode73 Line 73: crash_observer.WaitForRendererCrash(); how long would this wait? What if ...
11 years, 5 months ago (2009-07-07 18:00:18 UTC) #2
Paweł Hajdan Jr.
On 2009/07/07 18:00:18, Nicolas Sylvain wrote: > http://codereview.chromium.org/149235/diff/1/2 > File chrome/browser/crash_recovery_browsertest.cc (right): > > http://codereview.chromium.org/149235/diff/1/2#newcode73 ...
11 years, 5 months ago (2009-07-08 16:55:56 UTC) #3
Nicolas Sylvain
LGTM. Still a little worried about the lack of timeout, since it's going to make ...
11 years, 5 months ago (2009-07-08 17:12:56 UTC) #4
Finnur
11 years, 5 months ago (2009-07-08 17:20:20 UTC) #5
Didn't Jay already add timeout detection for the browser tests?

On Wed, Jul 8, 2009 at 10:12, <nsylvain@chromium.org> wrote:

>
> LGTM.
>
> Still a little worried about the lack of timeout, since it's going to
> make the browser tests hangs forever, and will make us realize the
> failure a lot later (since it will stay green/pending for a long time
> before it is actually considered failing).  But this is a design problem
> with the browser_tests, so we can punt on this for now.
>
> thanks
>
>
> http://codereview.chromium.org/149235
>

Powered by Google App Engine
This is Rietveld 408576698