Commit 78a21647 authored by ricow@chromium.org's avatar ricow@chromium.org

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
parent 45df2305
......@@ -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 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment