<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use a regex to check if a test step is for JavaScriptCore"
   href="https://bugs.webkit.org/show_bug.cgi?id=159224#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Use a regex to check if a test step is for JavaScriptCore"
   href="https://bugs.webkit.org/show_bug.cgi?id=159224">bug 159224</a>
              from <span class="vcard"><a class="email" href="mailto:svijayaraghavan&#64;apple.com" title="Sri Vijayaraghavan &lt;svijayaraghavan&#64;apple.com&gt;"> <span class="fn">Sri Vijayaraghavan</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=159224#c10">comment #10</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=282286&amp;action=diff" name="attach_282286" title="Patch">attachment 282286</a> <a href="attachment.cgi?id=282286&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=282286&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=282286&amp;action=review</a>
&gt; 
&gt; &gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:254
&gt; &gt; +            else if (/(?=.*test)(?=.*jsc)/.test(step.name) === true)
&gt; 
&gt; WebKit coding style calls for no comparison to true, should be just if
&gt; (/(?=.*test)(?=.*jsc)/.test(step.name))
&gt; 
&gt; Sorry for missing it the first time around (I blame Geoff of course).</span >

Sorry about that, just resubmitted.</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>