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

Issue 63019: Adjustments in chrome_test_suite external dns lookups detection code: (Closed)

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

Description

Adjustments in chrome_test_suite external dns lookups detection code: - allow resolving local hostname - simulate a failing lookup of "wpad" in in_process_browser_test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13239

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -4 lines) Patch
M chrome/test/in_process_browser_test.cc View 1 chunk +6 lines, -4 lines 1 comment Download
M chrome/test/unit/chrome_test_suite.h View 2 chunks +4 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Paweł Hajdan Jr.
Please test whether it fixes the problem from your last email. If you still notice ...
11 years, 8 months ago (2009-04-06 18:53:10 UTC) #1
Finnur
11 years, 8 months ago (2009-04-06 19:32:42 UTC) #2
This seems to work now. I ran the unit test for Find and the failures no longer
show up.

LGTM with two nits (don't need to review again).

http://codereview.chromium.org/63019/diff/1/2
File chrome/test/in_process_browser_test.cc (right):

http://codereview.chromium.org/63019/diff/1/2#newcode121
Line 121: // We don't want to depend on it in test code.
nit: depend? Is that the right word to use here?

http://codereview.chromium.org/63019/diff/1/3
File chrome/test/unit/chrome_test_suite.h (right):

http://codereview.chromium.org/63019/diff/1/3#newcode43
Line 43: local = true;
nit: This you can do before the for loop and put the for loop inside the
else-block of this if-statement.

Powered by Google App Engine
This is Rietveld 408576698