Bug 185749 - Test262-Runner: Add more information in the summarized stats
Summary: Test262-Runner: Add more information in the summarized stats
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Leo Balter
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-17 15:05 PDT by Leo Balter
Modified: 2018-06-14 14:42 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.50 KB, patch)
2018-05-17 15:07 PDT, Leo Balter
no flags Details | Formatted Diff | Diff
Patch (5.49 KB, patch)
2018-06-14 11:13 PDT, Leo Balter
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Leo Balter 2018-05-17 15:05:19 PDT
Test262-Runner: Add more information in the summarized stats
Comment 1 Leo Balter 2018-05-17 15:07:06 PDT
Created attachment 340657 [details]
Patch
Comment 2 Leo Balter 2018-05-17 15:13:07 PDT
This patch adds extra information in the summarized stats for the given results for each run.

This includes a total of files, a total of executed files and a time information per path and feature.

Partial example for the generated summary.txt:

```
TOTAL  RAN    PASS-% PASS   FAIL   SKIP   TIME    AVG    FOLDER
1327   1327   76%    1014   313    0      337.3s  0.25s  annexB
482    482    98%    472    10     0      137.1s  0.28s  annexB/built-ins
38     38     100%   38     0      0      9.6s    0.25s  annexB/built-ins/Date
38     38     100%   38     0      0      9.6s    0.25s  annexB/built-ins/Date/prototype
12     12     100%   12     0      0      2.9s    0.24s  annexB/built-ins/Date/prototype/getYear
22     22     100%   22     0      0      5.7s    0.26s  annexB/built-ins/Date/prototype/setYear
4      4      100%   4      0      0      1.0s    0.26s  annexB/built-ins/Date/prototype/toGMTString
8      8      50%    4      4      0      1.2s    0.15s  annexB/built-ins/Function
138    138    100%   138    0      0      32.1s   0.23s  annexB/built-ins/Object
138    138    100%   138    0      0      32.1s   0.23s  annexB/built-ins/Object/prototype
22     22     100%   22     0      0      4.6s    0.21s  annexB/built-ins/Object/prototype/__defineGetter__
22     22     100%   22     0      0      4.7s    0.21s  annexB/built-ins/Object/prototype/__defineSetter__
32     32     100%   32     0      0      8.1s    0.25s  annexB/built-ins/Object/prototype/__lookupGetter__
32     32     100%   32     0      0      6.9s    0.22s  annexB/built-ins/Object/prototype/__lookupSetter__
30     30     100%   30     0      0      7.7s    0.26s  annexB/built-ins/Object/prototype/__proto__
68     68     91%    62     6      0      40.3s   0.59s  annexB/built-ins/RegExp
2      2      0%     0      2      0      0.4s    0.20s  annexB/built-ins/RegExp/named-groups
46     46     91%    42     4      0      9.8s    0.21s  annexB/built-ins/RegExp/prototype
4      4      50%    2      2      0      1.0s    0.26s  annexB/built-ins/RegExp/prototype/Symbol.split
40     40     95%    38     2      0      8.6s    0.21s  annexB/built-ins/RegExp/prototype/compile
2      2      100%   2      0      0      0.1s    0.07s  annexB/built-ins/RegExp/prototype/flags
180    180    100%   180    0      0      41.5s   0.23s  annexB/built-ins/String
180    180    100%   180    0      0      41.5s   0.23s  annexB/built-ins/String/prototype
12     12     100%   12     0      0      3.0s    0.25s  annexB/built-ins/String/prototype/anchor
```
Comment 3 Michael Saboff 2018-06-12 12:26:20 PDT
Comment on attachment 340657 [details]
Patch

r=me
Comment 4 Michael Saboff 2018-06-12 12:27:43 PDT
This patch probably needs to be rebased.
Comment 5 Leo Balter 2018-06-14 11:13:22 PDT
Created attachment 342746 [details]
Patch
Comment 6 Leo Balter 2018-06-14 11:52:32 PDT
it's now rebased
Comment 7 Michael Saboff 2018-06-14 14:14:16 PDT
Comment on attachment 342746 [details]
Patch

r=me
Comment 8 WebKit Commit Bot 2018-06-14 14:41:13 PDT
Comment on attachment 342746 [details]
Patch

Clearing flags on attachment: 342746

Committed r232854: <https://trac.webkit.org/changeset/232854>
Comment 9 WebKit Commit Bot 2018-06-14 14:41:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 10 Radar WebKit Bug Importer 2018-06-14 14:42:24 PDT
<rdar://problem/41139653>