Reviewers: Karl Klose,

Description:
Update test expectations

The functions with DIV/MOV can get optimized if typefeedback indicate to use a
binary op stub.

Please review this at http://codereview.chromium.org/6117001/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     test/cctest/cctest.status


Index: test/cctest/cctest.status
===================================================================
--- test/cctest/cctest.status   (revision 6195)
+++ test/cctest/cctest.status   (working copy)
@@ -80,9 +80,9 @@
##############################################################################
 [ $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


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to