Bug 61051
Summary: | results.html should include information about the machine that ran the tests (OS version, hardware, etc.) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | bfulgham, dpranke |
Priority: | P2 | Keywords: | InRadar, NRWT, ToolsHitList |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Adam Roben (:aroben)
It would be handy for results.html to include information about the machine that ran the tests, such as:
* OS version
* Display resolution
* Graphics hardware
* Port/configuration being tested
* Options passed to run-webkit-tests
This would be particularly useful when a test slave's hardware or software is upgraded. Right now there's no way to tell when the upgrade happened by looking at historical results.html files.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
We'd want to do this for both new- and old-run-webkit-tests, of course.
Adam Roben (:aroben)
<rdar://problem/9460183>
Ojan Vafai
All this needs is adding these values to the dictionary returned by summarize_results in manager.py. That will include it in full_results.json and then it can be shown in the results.html UI.
Brent Fulgham
This behaves correctly.