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
This commit is contained in:
ricow@chromium.org 2011-03-01 11:36:45 +00:00
parent 45df23054a
commit 78a21647b9

View File

@ -110,18 +110,6 @@ regress/regress-3247124: SKIP
# should be platform-independent.
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 ]