Update mjsunit status file. The debugger does not currently work on
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Sep 2008 07:55:28 +0000 (07:55 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 8 Sep 2008 07:55:28 +0000 (07:55 +0000)
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

index df1a34fee6bc413c588fbd00c7e6aeddb755d034..39aecc2cd8d2bc9cafc3dd5612c39e4c9ed9ba0d 100644 (file)
@@ -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