Commit 6b096428 authored by kasperl@chromium.org's avatar kasperl@chromium.org

Revert change to LongRunningApply, but allow the test case to time

out for now.
Review URL: http://codereview.chromium.org/125241

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2197 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 9cac93d7
......@@ -30,6 +30,10 @@ prefix cctest
# BUG(281): This test fails on some Linuxes.
test-debug/DebuggerAgent: PASS, (PASS || FAIL) if $system == linux
# BUG(382): Weird test. Can't guarantee that it never times out.
test-api/ApplyInterruption: PASS || TIMEOUT
[ $arch == arm ]
test-debug: SKIP
......
......@@ -6366,7 +6366,7 @@ class ApplyInterruptTest {
"function do_very_little(bar) {"
" this.foo = bar;"
"}"
"for (var i = 0; i < 10000; i++) {"
"for (var i = 0; i < 100000; i++) {"
" do_very_little.apply(this, ['bar']);"
"}";
Local<String> source = String::New(c_source);
......
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