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

Issue 131173002: Fix http_requested_uri_test for Win/Mac. (Closed)

Created:
6 years, 11 months ago by Anders Johnsen
Modified:
6 years, 11 months ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix http_requested_uri_test for Win/Mac. BUG= Committed: https://code.google.com/p/dart/source/detail?r=31647

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M tests/standalone/io/http_requested_uri_test.dart View 2 chunks +2 lines, -2 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Anders Johnsen
TBR
6 years, 11 months ago (2014-01-09 08:43:37 UTC) #1
Anders Johnsen
Committed patchset #1 manually as r31647 (presubmit successful).
6 years, 11 months ago (2014-01-09 08:44:00 UTC) #2
Søren Gjesse
https://codereview.chromium.org/131173002/diff/1/tests/standalone/io/http_requested_uri_test.dart File tests/standalone/io/http_requested_uri_test.dart (right): https://codereview.chromium.org/131173002/diff/1/tests/standalone/io/http_requested_uri_test.dart#newcode14 tests/standalone/io/http_requested_uri_test.dart:14: HttpServer.bind("localhost", 0).then((server) { Wheren't the use of localhost the ...
6 years, 11 months ago (2014-01-09 08:53:57 UTC) #3
Søren Gjesse
6 years, 11 months ago (2014-01-09 09:00:56 UTC) #4
Message was sent while issue was closed.
lgtm

https://codereview.chromium.org/131173002/diff/1/tests/standalone/io/http_req...
File tests/standalone/io/http_requested_uri_test.dart (right):

https://codereview.chromium.org/131173002/diff/1/tests/standalone/io/http_req...
tests/standalone/io/http_requested_uri_test.dart:14:
HttpServer.bind("localhost", 0).then((server) {
On 2014/01/09 08:53:57, Søren Gjesse wrote:
> Wheren't the use of localhost the source of sporadic errors on our Mac
builders
> (once in a while the lookup would return the IPv4 address instead of the IPv6
> one)?

Thinking about this again the issue was only there if two processes where used.

Powered by Google App Engine
This is Rietveld 408576698