WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
288128
[ Sonoma EWS ] [ JSC ] 2X jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout are failures
https://bugs.webkit.org/show_bug.cgi?id=288128
Summary
[ Sonoma EWS ] [ JSC ] 2X jsc-layout-tests.yaml/js/script-tests/function-appl...
Robert Jenner
Reported
2025-02-20 11:28:50 PST
jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit are failing on our UAT instance of Sonoma EWS. HISTORY:
https://ews-build.webkit-dev.org/#/builders/12
DIFFS: jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit DIFF: jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: DIFF FAILURE! jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: --- ../.tests/jsc-layout-tests.yaml/js/function-apply-aliased-expected.txt 2025-02-20 09:30:27 jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: +++ ../jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit.out 2025-02-20 10:00:54 jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: @@ -24,6 +24,7 @@ jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS myFunctionWithApply.aliasedApply(myObject, arg1Array) is [myObject, "myFunctionWithApply", "arg1"] jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS throw 42 threw exception 42. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: +PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS myFunction.apply(null, new Array(1 << 30)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS recurseArguments.apply(null, new Array(50000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit: PASS successfullyParsed is true FAIL: jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-no-cjit jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit DIFF: jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: DIFF FAILURE! jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: --- ../.tests/jsc-layout-tests.yaml/js/function-apply-aliased-expected.txt 2025-02-20 09:30:27 jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: +++ ../jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit.out 2025-02-20 10:00:54 jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: @@ -24,6 +24,7 @@ jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS myFunctionWithApply.aliasedApply(myObject, arg1Array) is [myObject, "myFunctionWithApply", "arg1"] jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS throw 42 threw exception 42. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: +PASS myFunction.apply(null, new Array(5000000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS myFunction.apply(null, new Array(1 << 30)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS recurseArguments.apply(null, new Array(50000)) threw exception RangeError: Maximum call stack size exceeded.. jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit: PASS successfullyParsed is true FAIL: jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout-ftl-no-cjit
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-02-20 11:50:15 PST
<
rdar://problem/145236673
>
EWS
Comment 2
2025-02-20 12:18:28 PST
Committed
290735@main
(c254cb014a16): <
https://commits.webkit.org/290735@main
> Reviewed commits have been landed. Closing PR #40995 and removing active labels.
Yusuke Suzuki
Comment 3
2025-04-21 06:10:14 PDT
Re-opening for pull request
https://github.com/WebKit/WebKit/pull/44327
EWS
Comment 4
2025-04-21 08:31:41 PDT
Committed
293917@main
(462be406a116): <
https://commits.webkit.org/293917@main
> Reviewed commits have been landed. Closing PR #44327 and removing active labels.
EWS
Comment 5
2025-05-07 12:49:38 PDT
Committed
289651.484@safari-7621-branch
(da001717dcb5): <
https://commits.webkit.org/289651.484@safari-7621-branch
> Reviewed commits have been landed. Closing PR #3058 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug