Commit 2b3b337d authored by feng@chromium.org's avatar feng@chromium.org

Buildbot still is not happy. Looks like CRASH keyword is needed.

TBR = iposva

Review URL: http://codereview.chromium.org/11417

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@778 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent d1b9ab06
......@@ -41,8 +41,8 @@ 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, FAIL
debug-continue: CRASH, FAIL
debug-backtrace: FAIL
debug-evaluate-recursive: CRASH, FAIL if $mode == debug
debug-changebreakpoint: CRASH, FAIL if $mode == debug
......@@ -53,7 +53,7 @@ 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: CRASH
debug-stepin-constructor: FAIL
debug-stepin-constructor: CRASH, FAIL
debug-step: CRASH, FAIL if $mode == debug
debug-breakpoints: PASS || FAIL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment