From 4d062f6ea5bcab42fc62cf519f5bc5982c56ecea Mon Sep 17 00:00:00 2001 From: "erik.corry@gmail.com" Date: Wed, 28 Sep 2011 13:29:00 +0000 Subject: [PATCH] Disable array-join test. We know it is flaky and it is making it hard to see other failures on the build bot. Review URL: http://codereview.chromium.org/8036018 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9470 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index d2511b25d..966fe0a7e 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -35,6 +35,9 @@ bugs: FAIL regress/regress-1119: FAIL ############################################################################## +# NewGC: http://code.google.com/p/v8/issues/detail?id=1701 +array-join: SKIP + # NewGC: BUG(1719) slow to collect arrays over several contexts. regress/regress-524: SKIP -- 2.34.1