From fd71ed8d36bb595599cd7c5943fb5a589bf6c066 Mon Sep 17 00:00:00 2001 From: "fschneider@chromium.org" Date: Thu, 22 Sep 2011 13:19:19 +0000 Subject: [PATCH] Temporarily mark a test as timing out until the problem is found. Review URL: http://codereview.chromium.org/7989003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9395 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/cctest/cctest.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 858de3293..0b8a328ba 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -55,6 +55,9 @@ test-weakmaps/Shrinking: FAIL # NewGC: http://code.google.com/p/v8/issues/detail?id=1707 test-heap/GrowAndShrinkNewSpace: PASS || TIMEOUT +# NewGC: BUG(1717) +test-api/OutOfMemoryNested: PASS || TIMEOUT + ############################################################################## [ $arch == arm ] -- 2.34.1