[Webkit-unassigned] [Bug 157872] Our parser doesn't properly parse default parameter expressions in a class method

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 03:21:27 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157872

--- Comment #13 from GSkachkov <gskachkov at gmail.com> ---
(In reply to comment #5)
> Hi Saam.
> Is there any way to run an specific stress test suite? I executed
> run-javascriptcore-tests 2 hours ago and it is still executing. I would like
> to run the tests that I changed to check if they are correct.
> 
> The test files are:
> LayoutTests/js/script-tests/parser-syntax-check.js
> Source/JavaScriptCore/tests/stress/arrow-functions-as-default-parameter-
> values.js
> 
> Thank you for the fast answer (faster than my comment! =)).

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160530/b98d7612/attachment.html>


More information about the webkit-unassigned mailing list