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

Unified Diff: test/cctest/test-debug.cc

Issue 50050: Allow the debugger agent to reuse ports stuck in TIME_WAIT for listening (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/debug-agent.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-debug.cc
===================================================================
--- test/cctest/test-debug.cc (revision 1553)
+++ test/cctest/test-debug.cc (working copy)
@@ -3824,8 +3824,6 @@
}
-// This test fails on some Linux versions - disabled for now.
-#if 0
TEST(DebuggerAgent) {
// Make sure this port is not used by other tests to allow tests to run in
// parallel.
@@ -3865,4 +3863,3 @@
delete server;
}
-#endif
« no previous file with comments | « src/debug-agent.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698