| 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 8007e1a54639a1063c39e45ee4db0cf66b3cf23e..01962d341c48a4c3280063203175323359dbbc4f 100644
|
| --- a/test/webkit/function-apply-aliased-expected.txt
|
| +++ b/test/webkit/function-apply-aliased-expected.txt
|
| @@ -45,8 +45,6 @@ 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(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
|
|
|
|
|