12011-06-27 Adam Barth <abarth@webkit.org>
2
3 Reviewed by NOBODY (OOPS!).
4
5 new-run-webkit-tests does not report stderr output
6 https://bugs.webkit.org/show_bug.cgi?id=37739
7
8 Almost all the infrastructure appears to be in place to report stderr
9 in results.html. We just need to wire up a bool to tell results.html
10 to create the hyperlink.
11
12 * Scripts/webkitpy/layout_tests/layout_package/manager.py:
13 * Scripts/webkitpy/layout_tests/layout_package/single_test_runner.py:
14 * Scripts/webkitpy/layout_tests/layout_package/test_result_writer.py:
15 * Scripts/webkitpy/layout_tests/layout_package/test_results.py:
16 * Scripts/webkitpy/layout_tests/port/base.py:
17