Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1007)

Unified Diff: test/webkit/function-apply-aliased-expected.txt

Issue 1253643003: [test] Speed up slow stack overflow test. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Expectation Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/webkit/function-apply-aliased.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/function-apply-aliased-expected.txt
diff --git a/test/webkit/function-apply-aliased-expected.txt b/test/webkit/function-apply-aliased-expected.txt
index b6c6c86607236f93311baed8a8e469e23f250195..8007e1a54639a1063c39e45ee4db0cf66b3cf23e 100644
--- a/test/webkit/function-apply-aliased-expected.txt
+++ b/test/webkit/function-apply-aliased-expected.txt
@@ -45,7 +45,7 @@ PASS myFunctionWithApply.aliasedApply(myObject, ['arg1']) is [myObject, "myFunct
PASS myFunctionWithApply.apply(myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithApply.apply", myObject]
PASS forwarder(myFunctionWithApply, myObject, arg1Array) is [myFunctionWithApply, "myFunctionWithApply.apply", myObject]
PASS myFunctionWithApply.aliasedApply(myObject, arg1Array) is [myObject, "myFunctionWithApply", "arg1"]
-PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded.
+PASS myFunction.apply(null, new Array(500000)) threw exception RangeError: Maximum call stack size exceeded.
PASS myFunction.apply(null, new Array(1 << 30)) threw exception RangeError: Maximum call stack size exceeded.
PASS recurseArguments.apply(null, new Array(50000)) threw exception RangeError: Maximum call stack size exceeded.
PASS successfullyParsed is true
« no previous file with comments | « test/webkit/function-apply-aliased.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698