Tools/ChangeLog

 12011-04-29 Ojan Vafai <ojan@chromium.org>
 2
 3 Reviewed by NOBODY (OOPS!).
 4
 5 exclude skipped tests from the summarized results
 6 https://bugs.webkit.org/show_bug.cgi?id=59813
 7
 8 If we find a need fo skipped tests later, we should either created
 9 a skipped.json file or expose this some other way. As it is, the data
 10 is unused and is hugely bloating the size of full_results.json.
 11
 12 * Scripts/webkitpy/layout_tests/layout_package/manager.py:
 13
1142011-04-29 Sam Weinig <sam@webkit.org>
215
316 Reviewed by Adam Roben.

Tools/Scripts/webkitpy/layout_tests/layout_package/manager.py

@@def summarize_results(port_obj, expectations, result_summary, retry_summary, tes
127127 result_type = result.type
128128 actual = [keywords[result_type]]
129129
 130 if result_type == test_expectations.SKIP:
 131 continue
 132
130133 test_dict = {}
131134 if False:
132135 test_dict['has_stderr'] = True