Bug 103963 - nrwt: store only the total number of tests in the result summary, not the number of tests and iterations
Summary: nrwt: store only the total number of tests in the result summary, not the num...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on: 103961
Blocks: 103824
  Show dependency treegraph
 
Reported: 2012-12-03 19:46 PST by Dirk Pranke
Modified: 2012-12-04 14:56 PST (History)
4 users (show)

See Also:


Attachments
Patch (7.80 KB, patch)
2012-12-03 19:47 PST, Dirk Pranke
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dirk Pranke 2012-12-03 19:46:33 PST
nrwt: only store the total number of tests in the result summary
Comment 1 Dirk Pranke 2012-12-03 19:47:49 PST
Created attachment 177398 [details]
Patch
Comment 2 Ryosuke Niwa 2012-12-03 19:58:17 PST
Comment on attachment 177398 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=177398&action=review

> Tools/ChangeLog:3
> +        nrwt: only store the total number of tests in the result summary

It’s probably better to rename this bug to something like:
NRWT: ResultSummary should only store the total number of tests instead of the list of tests.
Otherwise it sounds as if we’re restricting the places we where we ever store the total number of tests to be ResultSummary.
Comment 3 Dirk Pranke 2012-12-03 20:00:45 PST
Good point.
Comment 4 Dirk Pranke 2012-12-04 14:56:46 PST
Committed r136582: <http://trac.webkit.org/changeset/136582>