<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add machine-readable results for JSC stress tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=155771#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add machine-readable results for JSC stress tests"
   href="https://bugs.webkit.org/show_bug.cgi?id=155771">bug 155771</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=155771#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=274690&amp;action=diff" name="attach_274690" title="Patch">attachment 274690</a> <a href="attachment.cgi?id=274690&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=274690&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=274690&amp;action=review</a>
&gt; 
&gt; LGTM otherwise!
&gt; 
&gt; &gt; Tools/Scripts/run-javascriptcore-tests:71
&gt; &gt; +my $jsonFileName = &quot;jsc.json&quot;;
&gt; 
&gt; Can we come up with a better name for this? Maybe &quot;jsc_test_failures.json&quot;</span >

Yup, we could do that. Alternatively, what do you think of having the filename being a command-line parameter? So the option could be something like --json-output=&quot;&lt;filename&gt;&quot;. This would require taking care of relative paths (there are functions in the webkitdirs.pm module which might help with that).

<span class="quote">&gt; 
&gt; &gt; Tools/Scripts/run-javascriptcore-tests:334
&gt; &gt; +        my $json_string = encode_json \%json_data;
&gt; 
&gt; This should probably be jsonString, so we follow the same naming conventions
&gt; as other variables in the file.</span >
My bad. Thanks!</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>