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 / TestsAssignee: 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)
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.