Bug 257344 - [results.webkit.org] Display elapsed hours for long runs
Summary: [results.webkit.org] Display elapsed hours for long runs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-05-25 13:04 PDT by Jonathan Bedard
Modified: 2023-05-26 10:04 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2023-05-25 13:04:31 PDT
When displaying the elapsed time for a suite, we originally used the 'Date' class and neglected to display 'hours'. In general, using the 'Date' class is the wrong way to solve they problem we're attempting tosolve here, and one of the side-effects is that we state tests which take more than an hour take minutes to complete.
Comment 1 Radar WebKit Bug Importer 2023-05-25 13:04:44 PDT
<rdar://problem/109849743>
Comment 2 Jonathan Bedard 2023-05-25 13:06:46 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14361
Comment 3 EWS 2023-05-26 10:04:25 PDT
Committed 264589@main (413f41780160): <https://commits.webkit.org/264589@main>

Reviewed commits have been landed. Closing PR #14361 and removing active labels.