Commit 82b9758e authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Update test expectations

The functions with DIV/MOV can get optimized if typefeedback indicate to use a binary op stub.
Review URL: http://codereview.chromium.org/6117001

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6197 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 68ddff5f
......@@ -80,9 +80,9 @@ test-sockets/Socket: SKIP
##############################################################################
[ $arch == arm && $crankshaft ]
# Tests that fail with crankshaft.
test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL
# Tests that can fail with crankshaft.
test-deoptimization/DeoptimizeBinaryOperationMOD: PASS || FAIL
test-deoptimization/DeoptimizeBinaryOperationDIV: PASS || FAIL
# Tests that time out with crankshaft.
test-debug/ThreadedDebugging: SKIP
......
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