Changeset 200450 in webkit


Ignore:
Timestamp:
May 4, 2016 11:13:28 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

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-05-04
Reviewed by Daniel Bates.

  • BuildSlaveSupport/build.webkit.org-config/master.cfg:

(RunJavaScriptCoreTests): Move command-line option for output file out
of WithProperties.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg

    r200253 r200450  
    300300    descriptionDone = ["jscore-tests"]
    301301    jsonFileName = "jsc_results.json"
    302     command = ["perl", "./Tools/Scripts/run-javascriptcore-tests", "--no-build", WithProperties("--%(configuration)s", "--json-output={0}".format(jsonFileName))]
     302    command = ["perl", "./Tools/Scripts/run-javascriptcore-tests", "--no-build", "--json-output={0}".format(jsonFileName), WithProperties("--%(configuration)s")]
    303303    failedTestsFormatString = "%d JSC test%s failed"
    304304    logfiles = {"json": jsonFileName}
  • trunk/Tools/ChangeLog

    r200436 r200450  
     12016-05-04  Srinivasan Vijayaraghavan  <svijayaraghavan@apple.com>
     2
     3        Add JSC test results in JSON format to a Buildbot log
     4        https://bugs.webkit.org/show_bug.cgi?id=156920
     5
     6        Reviewed by Daniel Bates.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
     9        (RunJavaScriptCoreTests): Move command-line option for output file out
     10        of WithProperties.
     11
    1122016-05-04  Dean Jackson  <dino@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.