RESOLVED FIXED169063
Add ability to read bindings test results
https://bugs.webkit.org/show_bug.cgi?id=169063
Summary Add ability to read bindings test results
Srinivasan Vijayaraghavan
Reported 2017-03-01 15:54:45 PST
Add ability to read bindings test results
Attachments
Patch (9.34 KB, patch)
2017-03-01 17:07 PST, Srinivasan Vijayaraghavan
no flags
Patch (9.84 KB, patch)
2017-03-02 14:54 PST, Srinivasan Vijayaraghavan
no flags
Srinivasan Vijayaraghavan
Comment 1 2017-03-01 17:07:29 PST
WebKit Commit Bot
Comment 2 2017-03-01 17:09:53 PST
Attachment 303145 [details] did not pass style-queue: ERROR: Tools/Scripts/webkitpy/common/net/bindingstestresults.py:39: [BindingsTestResults.results_from_string] Class 'BindingsTestResults' has no 'parse_json_string' member [pylint/E1101] [5] ERROR: Tools/Scripts/webkitpy/tool/bot/bindingstestresultsreader.py:26: No name 'abstracttestresultsreader' in module 'webkitpy.tool.bot' [pylint/E0611] [5] ERROR: Tools/Scripts/webkitpy/tool/bot/bindingstestresultsreader.py:33: [BindingsTestResultsReader.results] Instance of 'BindingsTestResultsReader' has no '_host' member [pylint/E1101] [5] ERROR: Tools/Scripts/webkitpy/tool/bot/bindingstestresultsreader.py:33: [BindingsTestResultsReader.results] Instance of 'BindingsTestResultsReader' has no '_results_directory' member [pylint/E1101] [5] ERROR: Tools/Scripts/webkitpy/tool/bot/bindingstestresultsreader.py:34: [BindingsTestResultsReader.results] Instance of 'BindingsTestResultsReader' has no '_read_file_contents' member [pylint/E1101] [5] Total errors found: 5 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Srinivasan Vijayaraghavan
Comment 3 2017-03-01 17:12:31 PST
Style-queue thinks some methods are missing because the patch on bug 169053 is not landed yet.
Dean Johnson
Comment 4 2017-03-02 12:11:13 PST
Comment on attachment 303145 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=303145&action=review LGTM; Please add the unit test(s) I mention below. > Tools/Scripts/webkitpy/common/net/bindingstestresults_unittest.py:38 > + self.assertTrue(no_failures_results.all_passed()) Please add a test for success cases as well.
Srinivasan Vijayaraghavan
Comment 5 2017-03-02 14:54:33 PST
WebKit Commit Bot
Comment 6 2017-03-02 16:09:19 PST
Comment on attachment 303248 [details] Patch Clearing flags on attachment: 303248 Committed r213321: <http://trac.webkit.org/changeset/213321>
WebKit Commit Bot
Comment 7 2017-03-02 16:09:23 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.