Bug 61051 - results.html should include information about the machine that ran the tests (OS version, hardware, etc.)
Summary: results.html should include information about the machine that ran the tests ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar, NRWT, ToolsHitList
Depends on:
Blocks:
 
Reported: 2011-05-18 07:23 PDT by Adam Roben (:aroben)
Modified: 2022-02-10 21:28 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 2011-05-18 07:23:18 PDT
We'd want to do this for both new- and old-run-webkit-tests, of course.
Comment 2 Adam Roben (:aroben) 2011-05-18 07:24:14 PDT
<rdar://problem/9460183>
Comment 3 Ojan Vafai 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.
Comment 4 Brent Fulgham 2022-02-10 21:28:47 PST
This behaves correctly.