RESOLVED INVALID 61051
results.html should include information about the machine that ran the tests (OS version, hardware, etc.)
https://bugs.webkit.org/show_bug.cgi?id=61051
Summary results.html should include information about the machine that ran the tests ...
Adam Roben (:aroben)
Reported 2011-05-18 07:23:03 PDT
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
Adam Roben (:aroben)
Comment 1 2011-05-18 07:23:18 PDT
We'd want to do this for both new- and old-run-webkit-tests, of course.
Adam Roben (:aroben)
Comment 2 2011-05-18 07:24:14 PDT
Ojan Vafai
Comment 3 2012-07-17 13:44:00 PDT
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
Comment 4 2022-02-10 21:28:47 PST
This behaves correctly.
Note You need to log in before you can comment on or make changes to this bug.