Christian, Mads, Please see the pending change http://codereview.chromium.org/1654 which hopefully addresses some of the plumbing needed to distinguish simulator and real HW in the test status files.
-Ivan On Mon, Sep 8, 2008 at 00:38, Christian Plesner Hansen <[EMAIL PROTECTED]> wrote: > > Maybe we should add a variable ($simulator = arm?) so we can continue > to run the test on the simulator. > > On Mon, Sep 8, 2008 at 9:08 AM, <[EMAIL PROTECTED]> wrote: >> Christian, >> >> I'd like you to do a code review. To review this change, run >> >> gvn review --project https://v8.googlecode.com/svn [EMAIL PROTECTED]/[EMAIL >> PROTECTED] >> >> Alternatively, to review the latest snapshot of this change >> branch, run >> >> gvn --project https://v8.googlecode.com/svn review [EMAIL >> PROTECTED]/arm-debug-test-failure >> >> to review the following change: >> >> [EMAIL PROTECTED]/[EMAIL PROTECTED] | [EMAIL PROTECTED] | 2008-09-08 >> 08:04:40 +-100 (Mon, 08 Sep 2008) >> >> Description: >> >> Update mjsunit status file. The debugger does not currently work on >> ARM and all the tests are disabled for now. >> >> >> >> >> Affected Paths: >> M //branches/bleeding_edge/test/mjsunit/mjsunit.status >> >> >> This is a semiautomated message from "gvn mail". See >> <http://code.google.com/p/gvn/> to learn more. >> >> Index: test/mjsunit/mjsunit.status >> =================================================================== >> --- test/mjsunit/mjsunit.status >> (^/branches/bleeding_edge/test/mjsunit/[EMAIL PROTECTED]) >> +++ test/mjsunit/mjsunit.status (^/changes/[EMAIL >> PROTECTED]/arm-debug-test-failure/bleeding_edge/test/mjsunit/[EMAIL >> PROTECTED]) >> @@ -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 >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
