<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Our parser doesn't properly parse default parameter expressions in a class method"
   href="https://bugs.webkit.org/show_bug.cgi?id=157872#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Our parser doesn't properly parse default parameter expressions in a class method"
   href="https://bugs.webkit.org/show_bug.cgi?id=157872">bug 157872</a>
              from <span class="vcard"><a class="email" href="mailto:gskachkov&#64;gmail.com" title="GSkachkov &lt;gskachkov&#64;gmail.com&gt;"> <span class="fn">GSkachkov</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=157872#c5">comment #5</a>)
<span class="quote">&gt; Hi Saam.
&gt; Is there any way to run an specific stress test suite? I executed
&gt; run-javascriptcore-tests 2 hours ago and it is still executing. I would like
&gt; to run the tests that I changed to check if they are correct.
&gt; 
&gt; The test files are:
&gt; LayoutTests/js/script-tests/parser-syntax-check.js
&gt; Source/JavaScriptCore/tests/stress/arrow-functions-as-default-parameter-
&gt; values.js
&gt; 
&gt; Thank you for the fast answer (faster than my comment! =)).</span >

Cool!

There is parameter --filter where you can add regex condition to filter tests.
I'm using following command:

Tools/Scripts/run-javascriptcore-tests  --no-testapi --jsc-stress --filter='parser-syntax-check'  

Also for layout tests you need to modify file with expected result 
In current patch is LayoutTests/js/parser-syntax-check-expected.txt</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>