Why not just mark it as failing in the status file? 2009/3/19 <[email protected]>: > Reviewers: Erik Corry, > > Description: > Disable a test that fails on some Linux versions. > > [email protected] > > Please review this at http://codereview.chromium.org/50032 > > SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ > > Affected files: > M test/cctest/test-debug.cc > > > Index: test/cctest/test-debug.cc > =================================================================== > --- test/cctest/test-debug.cc (revision 1552) > +++ test/cctest/test-debug.cc (working copy) > @@ -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 > > >
-- Erik Corry, Software Engineer Google Denmark ApS. CVR nr. 28 86 69 84 c/o Philip & Partners, 7 Vognmagergade, P.O. Box 2227, DK-1018 Copenhagen K, Denmark. --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
