Add JSC test results in JSON format to a Buildbot log.
https://bugs.webkit.org/show_bug.cgi?id=156920
Patch by Srinivasan Vijayaraghavan <svijayaraghavan@apple.com> on 2016-04-29
Reviewed by Daniel Bates.
Generate JSON results for JSC tests and upload them to the master
using Buildbot's logfiles machinery.
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunJavaScriptCoreTests): Use --json-output option when invoking the
run-javascriptcore-tests Perl script, and expose this JSON output as a
Buildbot log.
* Scripts/run-javascriptcore-tests:
(runJSCStressTests): Change key names and remove redundant count key.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@200253 268f45cc-cd09-0410-ab3c-d52691b4dbfc
3 files changed