Author: [EMAIL PROTECTED]
Date: Mon Dec  8 07:11:02 2008
New Revision: 940

Modified:
    branches/bleeding_edge/test/mjsunit/mjsunit.status

Log:
Skip some debugger related tests on ARM for nowas they have different  
behaviour based on platform and mode. The debugger infrastructure is  
currently not working on the ARM platform. This also fix the "syntax" error  
of the previous change to mjsunit.status.
Review URL: http://codereview.chromium.org/13622

Modified: branches/bleeding_edge/test/mjsunit/mjsunit.status
==============================================================================
--- branches/bleeding_edge/test/mjsunit/mjsunit.status  (original)
+++ branches/bleeding_edge/test/mjsunit/mjsunit.status  Mon Dec  8 07:11:02  
2008
@@ -46,7 +46,7 @@

  # Bug number 1020483: Debug tests fail on ARM.
  debug-constructor: CRASH, FAIL
-debug-continue: CRASH if $mode == debug
+debug-continue: SKIP
  debug-backtrace: FAIL
  debug-evaluate-recursive: CRASH, FAIL if $mode == debug
  debug-changebreakpoint: CRASH, FAIL if $mode == debug
@@ -56,9 +56,9 @@
  debug-ignore-breakpoints: CRASH, FAIL if $mode == debug
  debug-multiple-breakpoints: CRASH, FAIL if $mode == debug
  debug-setbreakpoint: CRASH, FAIL if $mode == debug
-debug-step-stub-callfunction: FAIL
+debug-step-stub-callfunction: SKIP
  debug-stepin-constructor: CRASH, FAIL
-debug-step: CRASH if $mode == debug
+debug-step: SKIP
  debug-breakpoints: PASS || FAIL

  # Bug number 130 http://code.google.com/p/v8/issues/detail?id=130

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to