Reviewers: Erik Corry, Description: Temporarily disable tests on arm that fail due to socket connect.
These two test fails on arm hardware, temporarily disabling these to make the
waterfall green. Bug created: http://code.google.com/p/v8/issues/detail?id=945 Please review this at http://codereview.chromium.org/5365005/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/cctest.status Index: test/cctest/cctest.status =================================================================== --- test/cctest/cctest.status (revision 5888) +++ test/cctest/cctest.status (working copy) @@ -51,6 +51,10 @@ # BUG(355): Test crashes on ARM. test-log/ProfLazyMode: SKIP +# BUG(945): Socket connect fails on ARM +test-debug/DebuggerAgentProtocolOverflowHeader: SKIP +test-sockets/Socket: SKIP + [ $arch == mips ] test-accessors: SKIP test-alloc: SKIP -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
