Commit b471347b authored by jochen@chromium.org's avatar jochen@chromium.org

Skip math-floor-of-div-nosudiv on arm

TBR=svenpanne@chromium.org
BUG=none
LOG=n

Review URL: https://codereview.chromium.org/587453002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24054 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 321c161a
...@@ -367,6 +367,8 @@ ...@@ -367,6 +367,8 @@
# Currently always deopt on minus zero # Currently always deopt on minus zero
'math-floor-of-div-minus-zero': [SKIP], 'math-floor-of-div-minus-zero': [SKIP],
'math-floor-of-div-nosudiv': [SKIP],
############################################################################ ############################################################################
# Slow tests. # Slow tests.
'regress/regress-2185-2': [PASS, SLOW], 'regress/regress-2185-2': [PASS, SLOW],
......
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