Bug 106069

Summary: Add a script to generate statistics on how many layout tests are passing
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Enhancement CC: jberlin, ossy, simon.fraser, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
script none

Ryosuke Niwa
Reported 2013-01-03 17:20:13 PST
Ojan sends weekly emails to chromium-dev like https://groups.google.com/a/chromium.org/forum/?fromgroups=#!topic/chromium-dev/X-NpznP8gC0 It’ll be nice if we had a script to generate summary like this for other ports so that they can keep up with what’s happening with their layout test passing rate.
Attachments
script (19.03 KB, text/x-python)
2013-01-03 18:33 PST, Ojan Vafai
no flags
Ojan Vafai
Comment 1 2013-01-03 18:33:25 PST
Created attachment 181259 [details] script Here's the script I use. It's super hacked together. I'd want it to be cleaned up and have testing before I'd feel comfortable committing it to the repository.
Zan Dobersek
Comment 2 2013-01-28 12:43:21 PST
I like how the script uses TestExpectations to determine the number of failures and changes in the number of passing tests. I think it would make sense to have such information available for viewing in the form of a dashboard on the test results page, with the possibility of specifying the bounding revisions as desired. The stats and timeline dashboards there already show something similar, though they operate on actual test results data, while this works on TestExpectations.
Note You need to log in before you can comment on or make changes to this bug.