<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - LayoutTests jquery/attributes.html, core.html, event.html, manipulation.html, and traversing.html are flaky"
   href="https://bugs.webkit.org/show_bug.cgi?id=159591">159591</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>LayoutTests jquery/attributes.html, core.html, event.html, manipulation.html, and traversing.html are flaky
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>New Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ryanhaddad&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Regressions: Unexpected text-only failures
  jquery/attributes.html
  jquery/core.html
  jquery/event.html
  jquery/manipulation.html
  jquery/traversing.html

<a href="https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r203006%20(7494)/results.html">https://build.webkit.org/results/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/r203006%20(7494)/results.html</a>
<a href="https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20%28Tests%29/builds/15964">https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20%28Tests%29/builds/15964</a>

--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/jquery/core-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/jquery/core-actual.txt
&#64;&#64; -1,2 +1,51 &#64;&#64;
-ALERT: 667 tests of 667 passed, 0 failed.
+CONSOLE MESSAGE: line 900: Test map() died, exception and test follows
+CONSOLE MESSAGE: line 901: RangeError: Maximum call stack size exceeded.
+CONSOLE MESSAGE: line 902: function () {
+    expect(2);//expect(6);

+    same(
+        jQuery(&quot;#ap&quot;).map(function(){
+            return jQuery(this).find(&quot;a&quot;).get();
+        }).get(),
+        q(&quot;google&quot;, &quot;groups&quot;, &quot;anchor1&quot;, &quot;mark&quot;),
+        &quot;Array Map&quot;
+    );
+
+    same(
+        jQuery(&quot;#ap &gt; a&quot;).map(function(){
+            return this.parentNode;
+        }).get(),
+        q(&quot;ap&quot;,&quot;ap&quot;,&quot;ap&quot;),
+        &quot;Single Map&quot;
+    );
+
+    return;//these haven't been accepted yet
+
+    //for #2616
+    var keys = jQuery.map( {a:1,b:2}, function( v, k ){
+        return k;
+    }, [ ] );
+
+    equals( keys.join(&quot;&quot;), &quot;ab&quot;, &quot;Map the keys from a hash to an array&quot; );
+
+    var values = jQuery.map( {a:1,b:2}, function( v, k ){
+        return v;
+    }, [ ] );
+
+    equals( values.join(&quot;&quot;), &quot;12&quot;, &quot;Map the values from a hash to an array&quot; );
+
+    var scripts = document.getElementsByTagName(&quot;script&quot;);
+    var mapped = jQuery.map( scripts, function( v, k ){
+        return v;
+    }, {length:0} );
+
+    equals( mapped.length, scripts.length, &quot;Map an array(-like) to a hash&quot; );
+
+    var flat = jQuery.map( Array(4), function( v, k ){
+        return k % 2 ? k : [k,k,k];//try mixing array and regular returns
+    });
+
+    equals( flat.join(&quot;&quot;), &quot;00012223&quot;, &quot;try the new flatten technique(#2616)&quot; );
+}
+ALERT: 666 tests of 667 passed, 1 failed.
+</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>