Re: [webkit-dev] Dead code in webkitpy runtests.py

2017-11-01 Thread Alexey Proskuryakov
I think that we would still like to have a unified way to run tests. Right now, even knowing whether a particular script or build step is covered by tests is not straightforward. At the same time, I think that the tiny subset of tests that webkit-patch used to run wasn't meaningful. Specifical

[webkit-dev] Dead code in webkitpy runtests.py

2017-11-01 Thread Aakash Jain
Hi Everyone, Inside webkitpy, in tool/steps/runtests.py there is code to run various kind of tests (JSC, bindings, webkitpy, webkitperl, layout-tests) which seems like dead code. This code is not used by EWS (since ews pass --non-interactive argument to webkit-patch). I believe the original i