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

Issue 8038046: Fixing test case from r9469. (Closed)

Created:
9 years, 2 months ago by Yang
Modified:
9 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fixing test case from r9469. Committed: http://code.google.com/p/v8/source/detail?r=9473

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -26 lines) Patch
M test/cctest/test-debug.cc View 1 2 chunks +0 lines, -24 lines 0 comments Download
M test/cctest/test-threads.cc View 1 3 chunks +18 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
The test case for the debugger deadlock led unexpectedly to test failures on the buildbots ...
9 years, 2 months ago (2011-09-28 14:18:33 UTC) #1
Michael Starzinger
Drive-by LGTM.
9 years, 2 months ago (2011-09-28 14:23:59 UTC) #2
Søren Thygesen Gjesse
9 years, 2 months ago (2011-09-29 08:17:36 UTC) #3
LGTM

Was 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.

Powered by Google App Engine
This is Rietveld 408576698