[Webkit-unassigned] [Bug 38693] cleanup json_results_generator dependencies so that non-layout-tests can also use it safely

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 9 13:52:15 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=38693





--- Comment #22 from Kinuko Yasuda <kinuko at chromium.org>  2010-07-09 13:52:15 PST ---
Thanks for your review, submitted with fixes for the nits.

(In reply to comment #20)
> (From update of attachment 59954 [details])
> Thanks for following up with this. Please fix the nits below before committing.
> 
> WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:190
>  +          PASS_RESULT, NO_DATA_RESULT and etc) that indicates the test result
> nit: Common style for this would be the following (no "and"):
> PASS_RESULT, NO_DATA_RESULT, etc)
> 
> WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py:451
>  +  # Please keep the interface until the other script is cleaned up.
> Nit: This should probably be phrased as a FIXME. Something like:
> # FIXME: Remove this interface once the other script is cleaned up.
> 
> Also, a link pointing to the other script (e.g. in src.chromium.org) wouldn't hurt.
> 
> WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py:42
>  +  class JSONGenerationTest(unittest.TestCase):
> How about calling this JSONResultsGeneratorTest?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list