<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#c3">Comment # 3</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=282279&amp;action=diff" name="attach_282279" title="Patch">attachment 282279</a> <a href="attachment.cgi?id=282279&amp;action=edit" title="Patch">[details]</a></span>
Patch

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=282279&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=282279&amp;action=review</a>

<span class="quote">&gt; Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotCombinedQueueView.js:112
&gt; -                    } else if (mostRecentFinishedIteration.failedTestSteps.length === 1 &amp;&amp; [&quot;jscore-test&quot;, &quot;webkit-32bit-jsc-test&quot;, &quot;webkit-jsc-cloop-test&quot;].indexOf(mostRecentFinishedIteration.failedTestSteps[0].name) &gt;= 0) {
&gt; +                    } else if (mostRecentFinishedIteration.failedTestSteps.length === 1 &amp;&amp; /jsc/.test(mostRecentFinishedIteration.failedTestSteps[0].name) === true) {</span >

Would it make sense to make sure that &quot;test&quot; is in the name too? That would decrease the chances of something like &quot;build-jsc&quot; or &quot;configure-jsc-dependencies&quot; to confuse the logic.</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>