From: ricow@chromium.org Date: Tue, 1 Mar 2011 11:36:45 +0000 (+0000) Subject: Remove exception for mjsunit/regress/regress-deopt-gc on arm and x64. X-Git-Tag: upstream/4.7.83~20060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78a21647b91b72877065dc369b76b0b04bd9a958;p=platform%2Fupstream%2Fv8.git Remove exception for mjsunit/regress/regress-deopt-gc on arm and x64. This was wrongly marked as skip since we do not need to patch reloc info on x64 and arm when doing deoptization (issue 1094). Review URL: http://codereview.chromium.org/6597067 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6984 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index c10281f..8f042ce 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -111,18 +111,6 @@ regress/regress-3247124: SKIP regress/regress-1132: SKIP ############################################################################## -[ $arch == arm && $crankshaft ] - -# BUG (1094) -regress/regress-deopt-gc: SKIP - -############################################################################## -[ $arch == x64 && $crankshaft ] - -# BUG (1094) -regress/regress-deopt-gc: SKIP - -############################################################################## [ $arch == mips ] # Skip all tests on MIPS.