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

Issue 3005038: Uncrash BrowserFocusTest.* (Closed)

Created:
10 years, 4 months ago by Paweł Hajdan Jr.
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Uncrash BrowserFocusTest.* It didn't wait for things to finish, which was clearly broken. TBR=xji TEST=interactive_ui_tests:BrowserFocusTest.* on Linux, no crashes BUG=50696 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=54251

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M chrome/browser/browser_focus_uitest.cc View 4 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Paweł Hajdan Jr.
The test was shutting down the browser before the respective pages have finished loading. It ...
10 years, 4 months ago (2010-07-30 01:17:42 UTC) #1
James Su
Looks good to me. However I still don't understand why the tests crashes when exiting. ...
10 years, 4 months ago (2010-07-30 01:22:41 UTC) #2
Evan Stade
On 2010/07/30 01:17:42, Paweł Hajdan Jr. wrote: > The test was shutting down the browser ...
10 years, 4 months ago (2010-07-30 01:25:29 UTC) #3
James Su
Agree. Actually when InProcessBrowserTest::QuitBrowsers() gets called after running the test, it'll destroy all browsers in ...
10 years, 4 months ago (2010-07-30 01:33:37 UTC) #4
Paweł Hajdan Jr.
10 years, 4 months ago (2010-07-30 16:34:47 UTC) #5
Thanks for the review. Yeah, you're right. It's not a fix, rather a band-aid.

Brett helped me with fixing this properly. I'll send you a review link, it'll
undo these changes to the test. I'm sorry for calling it "broken" too early.

Powered by Google App Engine
This is Rietveld 408576698