LGTMWas the failures related to TCP/IP ports being in use? If so we should consider to rewrite all tests using sockets to use system assigned ports. Passing port 0 to listen will make the system assign a free port which can be retrieved using
getsockname (on all platforms I think) and used by the rest of the test.
http://codereview.chromium.org/8038046/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
