From 78a21647b91b72877065dc369b76b0b04bd9a958 Mon Sep 17 00:00:00 2001 From: "ricow@chromium.org" Date: Tue, 1 Mar 2011 11:36:45 +0000 Subject: [PATCH] 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 --- test/mjsunit/mjsunit.status | 12 ------------ 1 file changed, 12 deletions(-) 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. -- 2.7.4