<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>288128</bug_id>
          
          <creation_ts>2025-02-20 11:28:50 -0800</creation_ts>
          <short_desc>[ Sonoma EWS ] [ JSC ] 2X jsc-layout-tests.yaml/js/script-tests/function-apply-aliased.js.layout are failures</short_desc>
          <delta_ts>2025-05-07 12:49:38 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>JavaScriptCore</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Robert Jenner">jenner</reporter>
          <assigned_to name="Yusuke Suzuki">ysuzuki</assigned_to>
          <cc>keith_miller</cc>
    
    <cc>mark.lam</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2096446</commentid>
    <comment_count>0</comment_count>
    <who name="Robert Jenner">jenner</who>
    <bug_when>2025-02-20 11:28:50 -0800</bug_when>
    <thetext>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, &quot;myFunctionWithApply&quot;, &quot;arg1&quot;]
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 &lt;&lt; 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, &quot;myFunctionWithApply&quot;, &quot;arg1&quot;]
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 &lt;&lt; 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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2096461</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2025-02-20 11:50:15 -0800</bug_when>
    <thetext>&lt;rdar://problem/145236673&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2096475</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-02-20 12:18:28 -0800</bug_when>
    <thetext>Committed 290735@main (c254cb014a16): &lt;https://commits.webkit.org/290735@main&gt;

Reviewed commits have been landed. Closing PR #40995 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2112163</commentid>
    <comment_count>3</comment_count>
    <who name="Yusuke Suzuki">ysuzuki</who>
    <bug_when>2025-04-21 06:10:14 -0700</bug_when>
    <thetext>Re-opening for pull request https://github.com/WebKit/WebKit/pull/44327</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2112187</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-04-21 08:31:41 -0700</bug_when>
    <thetext>Committed 293917@main (462be406a116): &lt;https://commits.webkit.org/293917@main&gt;

Reviewed commits have been landed. Closing PR #44327 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2115693</commentid>
    <comment_count>5</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2025-05-07 12:49:38 -0700</bug_when>
    <thetext>Committed 289651.484@safari-7621-branch (da001717dcb5): &lt;https://commits.webkit.org/289651.484@safari-7621-branch&gt;

Reviewed commits have been landed. Closing PR #3058 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>