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

Issue 257047: Fix bug 23303: ui_tests crash Windows 7's shell when running WorkerHttpLayout... (Closed)

Created:
11 years, 2 months ago by jianli
Modified:
9 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com, darin (slow to review), pam+watch_chromium.org, tim (not reviewing), Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix bug 23303: ui_tests crash Windows 7's shell when running WorkerHttpLayoutTests. The crash is caused by lighttpd server starting on the foreground mode and it messed up with the command window host. To work around this, we start the http server on the background mode if running UI test under Windows 7. BUG=23303 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=28030

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -5 lines) Patch
M chrome/test/ui/ui_test.cc View 2 chunks +12 lines, -0 lines 1 comment Download
M webkit/tools/layout_tests/layout_package/http_server.py View 5 chunks +11 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jianli
11 years, 2 months ago (2009-10-05 18:05:22 UTC) #1
jam
lgtm http://codereview.chromium.org/257047/diff/1/3 File chrome/test/ui/ui_test.cc (right): http://codereview.chromium.org/257047/diff/1/3#newcode20 Line 20: #if defined(OS_WIN) nit: I believe we always ...
11 years, 2 months ago (2009-10-05 19:31:28 UTC) #2
jianli
11 years, 2 months ago (2009-10-05 20:38:00 UTC) #3
Fixed and landed. Thanks.

On Mon, Oct 5, 2009 at 12:31 PM, <jam@chromium.org> wrote:

> lgtm
>
>
> http://codereview.chromium.org/257047/diff/1/3
> File chrome/test/ui/ui_test.cc (right):
>
> http://codereview.chromium.org/257047/diff/1/3#newcode20
> Line 20: #if defined(OS_WIN)
> nit: I believe we always put the OS specific defines after the main
> #include block.
>
>
> http://codereview.chromium.org/257047
>

Powered by Google App Engine
This is Rietveld 408576698