Re: [webkit-dev] Adding JSC stress test runs with other options

2019-09-20 Thread Paulo Matos
On 20/09/2019 11:49, Osztrogonác Csaba wrote: > Hi, > > As far as I know there is no documentation about what can you > add after "//@". But in general you can add there whatever you > want. It is executed by run-jsc-stress-tests in an eval: > https://trac.webkit.org/browser/webkit/trunk/Tools/

Re: [webkit-dev] Adding JSC stress test runs with other options

2019-09-20 Thread Osztrogonác Csaba
Hi, As far as I know there is no documentation about what can you add after "//@". But in general you can add there whatever you want. It is executed by run-jsc-stress-tests in an eval: https://trac.webkit.org/browser/webkit/trunk/Tools/Scripts/run-jsc-stress-tests#L576 br, Ossy 2019.09.20. 11:

[webkit-dev] Adding JSC stress test runs with other options

2019-09-20 Thread Paulo Matos
Hi, Due to the failure reported in https://bugs.webkit.org/show_bug.cgi?id=202041 which I am investigating, I was attempting to add a test run of stress/regexp-unicode-surrogate-pair-increment-should-involve-length-check.js with the option --useRegExpJIT=0 Unfortunately simply adding //@ require