| Summary: | [ews-build] API tests should output result summary in json | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||||
| Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | aakash_jain, commit-queue, lforschler, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | Other | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| See Also: |
https://bugs.webkit.org/show_bug.cgi?id=187330 https://bugs.webkit.org/show_bug.cgi?id=187331 https://bugs.webkit.org/show_bug.cgi?id=202854 |
||||||||
| Attachments: |
|
||||||||
|
Description
Aakash Jain
2018-09-07 10:50:01 PDT
Created attachment 349159 [details] Proposed patch This is very similar to https://bugs.webkit.org/show_bug.cgi?id=187330 and https://bugs.webkit.org/show_bug.cgi?id=187331 Comment on attachment 349159 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=349159&action=review > Tools/ChangeLog:3 > + [ews-build] API tests should output result in json API tests should output result SUMMARY in json > Tools/BuildSlaveSupport/ews-build/steps.py:482 > + jsonFileName = 'api_test_results.json' jsonFileName = 'api_test_results_summary.json' > Tools/BuildSlaveSupport/ews-build/steps_unittest.py:931 > + self.jsonFileName = 'api_test_results.json' api_test_results_summary.json Created attachment 349165 [details]
Patch for landing
Comment on attachment 349165 [details] Patch for landing Clearing flags on attachment: 349165 Committed r235789: <https://trac.webkit.org/changeset/235789> All reviewed patches have been landed. Closing bug. |