Commit 47439f32 authored by sgjesse@chromium.org's avatar sgjesse@chromium.org

Skip the test debug-scripts-request on ARM in debug mode. It has consistently

been running for more than 3 minutes on Arm�g.g.
Review URL: http://codereview.chromium.org/6273

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@447 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 167d7b45
......@@ -36,8 +36,9 @@ fuzz-natives: PASS, SKIP if ($mode == release || $arch == arm)
[ $arch == arm ]
# Slow test: Times out in debug mode.
# Slow tests which times out in debug mode.
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
......
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