WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
106069
Add a script to generate statistics on how many layout tests are passing
https://bugs.webkit.org/show_bug.cgi?id=106069
Summary
Add a script to generate statistics on how many layout tests are passing
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug