Author: [email protected]
Date: Thu Mar 19 14:46:12 2009
New Revision: 1553
Modified:
branches/bleeding_edge/test/cctest/test-debug.cc
Log:
Disable a test that fails on some Linux versions.
[email protected]
Review URL: http://codereview.chromium.org/50032
Modified: branches/bleeding_edge/test/cctest/test-debug.cc
==============================================================================
--- branches/bleeding_edge/test/cctest/test-debug.cc (original)
+++ branches/bleeding_edge/test/cctest/test-debug.cc Thu Mar 19 14:46:12
2009
@@ -3824,6 +3824,8 @@
}
+// 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.
@@ -3863,3 +3865,4 @@
delete server;
}
+#endif
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---