Bug 153187

Summary: Give the layout test results file a <title> showing the date and time the tests were run
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, glenn, lforschler, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Simon Fraser (smfr)
Reported 2016-01-16 11:26:47 PST
Give the layout test results file a <title> showing the date and time the tests were run
Attachments
Patch (3.78 KB, patch)
2016-01-16 11:27 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2016-01-16 11:27:34 PST
Simon Fraser (smfr)
Comment 2 2016-01-16 11:28:19 PST
We could also store in the JSON the OS, OS version, and maybe a hostname so you can tell which bot you're looking at?
Alexey Proskuryakov
Comment 3 2016-01-16 18:06:17 PST
Comment on attachment 269175 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269175&action=review > Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py:269 > + results['date'] = datetime.datetime.now().strftime("%I:%M%p on %B %d, %Y") I'm not quite sure what the use case for this is, however wouldn't you also need a time zone?
Darin Adler
Comment 4 2016-01-19 22:57:33 PST
Comment on attachment 269175 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=269175&action=review >> Tools/Scripts/webkitpy/layout_tests/models/test_run_results.py:269 >> + results['date'] = datetime.datetime.now().strftime("%I:%M%p on %B %d, %Y") > > I'm not quite sure what the use case for this is, however wouldn't you also need a time zone? Seems like a sensible thought.
Simon Fraser (smfr)
Comment 5 2016-01-20 21:21:10 PST
This is so that when I look in my History menu in Safari, I get something more descriptive than "results.html".
WebKit Commit Bot
Comment 6 2016-01-25 21:40:37 PST
Comment on attachment 269175 [details] Patch Clearing flags on attachment: 269175 Committed r195579: <http://trac.webkit.org/changeset/195579>
WebKit Commit Bot
Comment 7 2016-01-25 21:40:40 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.