From 22612a516e3369159b2e46db430817a297e6bc26 Mon Sep 17 00:00:00 2001 From: "sgjesse@chromium.org" Date: Wed, 22 Apr 2009 11:41:19 +0000 Subject: [PATCH] Change the expectations of the ARM debugger tests once more A couple of the tests actually passes now. Review URL: http://codereview.chromium.org/93011 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1763 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index f21ad4e..4bb7c16 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -55,12 +55,12 @@ debug-conditional-breakpoints: FAIL debug-evaluate: CRASH || FAIL debug-ignore-breakpoints: CRASH || FAIL debug-multiple-breakpoints: CRASH || FAIL -debug-setbreakpoint: CRASH || FAIL +debug-setbreakpoint: CRASH || FAIL || PASS debug-step-stub-callfunction: SKIP debug-stepin-constructor: CRASH, FAIL debug-step: SKIP debug-breakpoints: PASS || FAIL -debug-handle: CRASH || FAIL +debug-handle: CRASH || FAIL || PASS regress/regress-269: SKIP # Bug number 130 http://code.google.com/p/v8/issues/detail?id=130 -- 2.7.4