From 82b9758e9a4d0ee6e95d974fafe605984a5990d9 Mon Sep 17 00:00:00 2001 From: "sgjesse@chromium.org" Date: Thu, 6 Jan 2011 12:34:35 +0000 Subject: [PATCH] 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 --- test/cctest/cctest.status | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 41ef0a6..ce67a77 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -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 -- 2.7.4