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

Issue 147125: Support running http layout tests for workers in UI test framework. (Closed)

Created:
11 years, 6 months ago by jianli
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Support running http layout tests for workers in UI test framework. BUG=none TEST=This is a UI test. Nicolas, could you please review DEPS? I added a couple of new lines to DEPS in order to fetch a copy the following directory into UI test data directory: LayoutTests/http/tests/resources LayoutTests/http/tests/workers LayoutTests/http/tests/xmlhttprequest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19502

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -35 lines) Patch
M DEPS View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/worker/worker_uitest.cc View 11 chunks +106 lines, -35 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
jianli
11 years, 6 months ago (2009-06-25 01:10:23 UTC) #1
Nicolas Sylvain
DEPS file lgtm
11 years, 6 months ago (2009-06-25 03:24:15 UTC) #2
Dmitry Titov
11 years, 6 months ago (2009-06-25 18:09:12 UTC) #3
LGTM with small notes

http://codereview.chromium.org/147125/diff/1/3
File chrome/worker/worker_uitest.cc (left):

http://codereview.chromium.org/147125/diff/1/3#oldcode294
Line 294: TEST_F(WorkerTest, TestHttpServer) {
either leave this test (as a test for StartHttpServer itself) or remove 2 files
that it is using (test_http_server_up.html and worker_common.php). It might be
ok to just leave this test here to test purely Start.StopHttpServer.

http://codereview.chromium.org/147125/diff/1/3
File chrome/worker/worker_uitest.cc (right):

http://codereview.chromium.org/147125/diff/1/3#newcode42
Line 42: bool for_http);
bool vars are usually named using "is_foo" pattern. "is_http_test"?

Powered by Google App Engine
This is Rietveld 408576698