RESOLVED FIXED Bug 91442
nrwt: move the bulk of the "expected" output to printing.py
https://bugs.webkit.org/show_bug.cgi?id=91442
Summary nrwt: move the bulk of the "expected" output to printing.py
Dirk Pranke
Reported 2012-07-16 16:33:26 PDT
nrwt: move the bulk of the "expected" output to printing.py
Attachments
Patch (9.89 KB, patch)
2012-07-16 16:34 PDT, Dirk Pranke
ojan: review+
Dirk Pranke
Comment 1 2012-07-16 16:34:42 PDT
Ojan Vafai
Comment 2 2012-07-17 13:29:47 PDT
Comment on attachment 152640 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152640&action=review > Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:421 > + self._printer._print_expected(tests_run_msg) Calling a private method here. This should probably be print_expected and print_expected below should be something like...print_expected_details or something.
Dirk Pranke
Comment 3 2012-07-17 13:35:07 PDT
(In reply to comment #2) > (From update of attachment 152640 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=152640&action=review > > > Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:421 > > + self._printer._print_expected(tests_run_msg) > > Calling a private method here. This should probably be print_expected and print_expected below should be something like...print_expected_details or something. That gets fixed in https://bugs.webkit.org/show_bug.cgi?id=91447 , where these messages turn into _log.debug(). Is it okay to leave this as-is for the moment, or should I merge the other patch into this one, or would you prefer I rename the methods as you suggest?
Ojan Vafai
Comment 4 2012-07-17 13:45:19 PDT
Comment on attachment 152640 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152640&action=review >>> Tools/Scripts/webkitpy/layout_tests/controllers/manager.py:421 >>> + self._printer._print_expected(tests_run_msg) >> >> Calling a private method here. This should probably be print_expected and print_expected below should be something like...print_expected_details or something. > > That gets fixed in https://bugs.webkit.org/show_bug.cgi?id=91447 , where these messages turn into _log.debug(). Is it okay to leave this as-is for the moment, or should I merge the other patch into this one, or would you prefer I rename the methods as you suggest? I see. Given that I've already r+'ed the other patch, I think it's fine. :)
Dirk Pranke
Comment 5 2012-07-17 16:08:24 PDT
Note You need to log in before you can comment on or make changes to this bug.