From c0e78847524226e35eac77d1aeffcb2075d4fc7b Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Fri, 2 Dec 2011 13:42:51 +0000 Subject: [PATCH] Temporarily disable regress-397 until fix has been ported to all platforms. Review URL: http://codereview.chromium.org/8775051 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10142 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 cdac99b23d..ac0135207a 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -42,6 +42,9 @@ harmony/proxies-example-membrane: SKIP # NewGC: BUG(1719) slow to collect arrays over several contexts. regress/regress-524: SKIP +# Issue 397: This has only been fixed on ia32 for now. +regress/regress-397: SKIP + ############################################################################## # Too slow in debug mode with --stress-opt compiler/regress-stacktrace-methods: PASS, SKIP if $mode == debug