<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add fail-fast option to run-javascriptcore-tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=157270">bug 157270</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>ap&#64;webkit.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add fail-fast option to run-javascriptcore-tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=157270#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add fail-fast option to run-javascriptcore-tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=157270">bug 157270</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=157270#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=277912&amp;action=diff" name="attach_277912" title="Patch">attachment 277912</a> <a href="attachment.cgi?id=277912&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=277912&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=277912&amp;action=review</a>
&gt; 
&gt; r=me
&gt; 
&gt; &gt; Tools/Scripts/run-javascriptcore-tests:211
&gt; &gt; +    if ($failFast) {
&gt; &gt; +        exit exitStatus($testapiResult) if $testapiResult;
&gt; 
&gt; Since we have two conditions here, I think it's clearer to merge them into
&gt; one if statement:
&gt; 
&gt; if ($testapiResult &amp;&amp; $failFast) {
&gt;     exit...
&gt; }</span >

Thanks! I've fixed this.</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>