From: sgjesse@chromium.org Date: Wed, 29 Oct 2008 14:23:18 +0000 (+0000) Subject: Skip the tests which currently crash on the ARM simulator. X-Git-Tag: upstream/4.7.83~25079 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10e380400bdffa82e9b6ece25b25405b95e893f4;p=platform%2Fupstream%2Fv8.git Skip the tests which currently crash on the ARM simulator. Review URL: http://codereview.chromium.org/8696 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@642 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 4f13e0909..81b337631 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -41,26 +41,26 @@ try: PASS, SKIP if $mode == debug debug-scripts-request: PASS, SKIP if $mode == debug # Bug number 1020483: Debug tests fail on ARM. -debug-constructor: FAIL -debug-continue: FAIL +debug-constructor: CRASH +debug-continue: CRASH debug-backtrace-text: FAIL -debug-backtrace: FAIL -debug-evaluate-recursive: FAIL -debug-changebreakpoint: FAIL -debug-clearbreakpoint: FAIL -debug-conditional-breakpoints: FAIL -debug-enable-disable-breakpoints: FAIL -debug-evaluate: FAIL -debug-event-listener: FAIL -debug-ignore-breakpoints: FAIL -debug-multiple-breakpoints: FAIL -debug-setbreakpoint: FAIL -debug-step-stub-callfunction: FAIL -debug-stepin-constructor: FAIL -debug-step: FAIL +debug-backtrace: CRASH +debug-evaluate-recursive: CRASH +debug-changebreakpoint: CRASH +debug-clearbreakpoint: CRASH +debug-conditional-breakpoints: CRASH +debug-enable-disable-breakpoints: CRASH +debug-evaluate: CRASH +debug-event-listener: CRASH +debug-ignore-breakpoints: CRASH +debug-multiple-breakpoints: CRASH +debug-setbreakpoint: CRASH +debug-step-stub-callfunction: CRASH +debug-stepin-constructor: CRASH +debug-step: CRASH debug-breakpoints: PASS || FAIL -regress/regress-998565: FAIL +regress/regress-998565: CRASH # Bug number 130 http://code.google.com/p/v8/issues/detail?id=130 # Fails on real ARM hardware but not on the simulator.