Reviewers: Søren Gjesse, Description: Add exception for test-deoptimization/DeoptimizeBinaryOperationDIV under arm with crankchaft.
This test assumes that a specific function is always optimized when running with crankshaft, but we do not yet support this on arm. Please review this at http://codereview.chromium.org/6102002/ 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 6157) +++ test/cctest/cctest.status (working copy) @@ -82,6 +82,7 @@ # Tests that fail with crankshaft. test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL +test-deoptimization/DeoptimizeBinaryOperationDIV: FAIL # Tests that time out with crankshaft. test-debug/ThreadedDebugging: SKIP -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
