From 0543ea721d993be47e197fc65e19af65a875934c Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Mon, 8 Sep 2008 07:55:28 +0000 Subject: [PATCH] Update mjsunit status file. The debugger does not currently work on ARM and all the tests are disabled for now. git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@194 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/mjsunit.status | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index df1a34fee..39aecc2cd 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -38,11 +38,13 @@ fuzz-natives: PASS, SKIP IF $MODE==RELEASE [ $arch == arm ] -#1020483: Debug tests fail on arm +# 1020483: Debug tests fail on arm debug-constructor: FAIL debug-continue: FAIL debug-backtrace-text: FAIL debug-backtrace: FAIL +# Passes on ARM simulator, fails on ARM hardware. +debug-breakpoints: PASS || FAIL debug-evaluate-recursive: FAIL debug-changebreakpoint: FAIL debug-clearbreakpoint: FAIL @@ -52,7 +54,8 @@ debug-evaluate: FAIL debug-event-listener: FAIL debug-ignore-breakpoints: FAIL debug-multiple-breakpoints: FAIL -# Bug number 1308895. This passes on the ARM simulator, fails on the ARM Linux machine. +# Bug number 1308895. This passes on the ARM simulator, +# fails on the ARM Linux machine. debug-script-breakpoints: PASS || FAIL debug-setbreakpoint: FAIL debug-step-stub-callfunction: FAIL -- 2.34.1