<?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>159589</bug_id>
          
          <creation_ts>2016-07-08 17:19:51 -0700</creation_ts>
          <short_desc>REGRESSION (r202992?) [ios-sim] js/regress/varargs-call.html failing</short_desc>
          <delta_ts>2016-07-12 18:10:39 -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>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>159616</dup_id>
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=159591</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>mark.lam</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1209348</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-07-08 17:19:51 -0700</bug_when>
    <thetext>[ios-sim] js/regress/varargs-call.html failing

https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r203006%20(7175)/results.html

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&amp;tests=js%2Fregress%2Fvarargs-call.html

--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/js/regress/varargs-call-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/js/regress/varargs-call-actual.txt
@@ -1,10 +1,11 @@
+CONSOLE MESSAGE: line 8: RangeError: Maximum call stack size exceeded.
 JSRegress/varargs-call
 
 On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
 
 
-PASS no exception thrown
-PASS successfullyParsed is true
+FAIL caught exception: RangeError: Maximum call stack size exceeded.
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
 
 TEST COMPLETE</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1209352</commentid>
    <comment_count>1</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2016-07-08 17:22:32 -0700</bug_when>
    <thetext>Possibly related to https://trac.webkit.org/changeset/202992, but I&apos;m not sure.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210237</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-07-12 16:38:28 -0700</bug_when>
    <thetext>Mark, could you please take a look?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210243</commentid>
    <comment_count>3</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2016-07-12 16:48:47 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; Possibly related to https://trac.webkit.org/changeset/202992, but I&apos;m not
&gt; sure.

https://trac.webkit.org/changeset/202992 is just a renaming patch.  There is no semantic difference.  It is highly unlikely that it caused this regression.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210248</commentid>
    <comment_count>4</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-07-12 16:54:43 -0700</bug_when>
    <thetext>http://trac.webkit.org/r203067 seems more likely to have changed behavior. When did the problem occur for the first time?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210252</commentid>
    <comment_count>5</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2016-07-12 16:57:30 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; http://trac.webkit.org/r203067 seems more likely to have changed behavior.
&gt; When did the problem occur for the first time?

Note: http://trac.webkit.org/r203067 landed after r203006 which is the version that this failed test result is reported against:
https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r203006%20(7175)/results.html

Regardless, I will take a look.  More likely that the test itself is bad and may need to be modified to behave well.  I doubt this is due to a bug in the landed patches.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210255</commentid>
    <comment_count>6</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2016-07-12 16:58:43 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; http://trac.webkit.org/r203067 seems more likely to have changed behavior.
&gt; &gt; When did the problem occur for the first time?
&gt; 
&gt; Note: http://trac.webkit.org/r203067 landed after r203006 which is the
&gt; version that this failed test result is reported against:
&gt; https://build.webkit.org/results/
&gt; Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r203006%20(7175)/
&gt; results.html
&gt; 
&gt; Regardless, I will take a look.  More likely that the test itself is bad and
&gt; may need to be modified to behave well.  I doubt this is due to a bug in the
&gt; landed patches.

BTW, I just learned yesterday that http://trac.webkit.org/r203067 doesn&apos;t even take effect on the iOS SIM layout tests yet because I have to make some changes to LTRelayController (to be landed soon).  So, http://trac.webkit.org/r203067 is definitely not it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210290</commentid>
    <comment_count>7</comment_count>
    <who name="Mark Lam">mark.lam</who>
    <bug_when>2016-07-12 18:05:15 -0700</bug_when>
    <thetext>I can&apos;t reproduce this with an iOS Sim debug build.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1210292</commentid>
    <comment_count>8</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-07-12 18:10:39 -0700</bug_when>
    <thetext>It&apos;s already fixed!

Ryan, could you please unmark the test?

*** This bug has been marked as a duplicate of bug 159616 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>