<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#c10">Comment # 10</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:ap&#64;webkit.org" title="Alexey Proskuryakov &lt;ap&#64;webkit.org&gt;"> <span class="fn">Alexey Proskuryakov</span></a>
</span></b>
        <pre>Comment on <span class=""><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>
Patch

View in context: <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>

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:254
&gt; +            else if (/(?=.*test)(?=.*jsc)/.test(step.name) === true)</span >

WebKit coding style calls for no comparison to true, should be just if (/(?=.*test)(?=.*jsc)/.test(step.name))

Sorry for missing it the first time around (I blame Geoff of course).</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>