Skip the test debug-scripts-request on ARM in debug mode. It has consistently
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 6 Oct 2008 15:16:53 +0000 (15:16 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 6 Oct 2008 15:16:53 +0000 (15:16 +0000)
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

test/mjsunit/mjsunit.status

index b4eb59f..6a97c7f 100644 (file)
@@ -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