WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
182729
run-jsc-stress-tests - skip a test if any of the run commands evals to skip
https://bugs.webkit.org/show_bug.cgi?id=182729
Summary
run-jsc-stress-tests - skip a test if any of the run commands evals to skip
Tomas Popela
Reported
2018-02-13 07:03:35 PST
Imagine, that we have the following run command in the beginning of some stress tests: //@ defaultNoEagerRun now, we don't want to run this test if JIT is disabled (because the test is failing there). What we could do is: //@ if $jitTests then defaultNoEagerRun else skip end but I personally don't like it.. Better would be to use: //@ skip if not $jitTests //@ defaultNoEagerRun but this does not work right now, because Tools/Scripts/run-jsc-stress-tests will analyse the first line, skip the run as expected, but then will start to analyse the second line and will schedule a run. We should skip further analysis if the test is skipped.
Attachments
Patch
(1.83 KB, patch)
2018-02-13 07:18 PST
,
Tomas Popela
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Tomas Popela
Comment 1
2018-02-13 07:18:36 PST
Created
attachment 333688
[details]
Patch
Saam Barati
Comment 2
2018-02-15 08:17:14 PST
Comment on
attachment 333688
[details]
Patch r=me The only thing slightly unintuitive here is you could have code like: //@ runXYZ //@ skip And we’ll print out that we’re skipping. But it’s probably ok to not care about this
Tomas Popela
Comment 3
2018-02-15 08:49:07 PST
Comment on
attachment 333688
[details]
Patch Clearing flags on attachment: 333688 Committed
r228512
: <
https://trac.webkit.org/changeset/228512
>
Tomas Popela
Comment 4
2018-02-15 08:49:11 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5
2018-02-15 08:50:30 PST
<
rdar://problem/37571539
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug