RESOLVED FIXED Bug 97818
Results page should warn about time-dependent distributions
https://bugs.webkit.org/show_bug.cgi?id=97818
Summary Results page should warn about time-dependent distributions
Ryosuke Niwa
Reported 2012-09-27 13:28:39 PDT
We should automatically detect bugs like https://bugs.webkit.org/show_bug.cgi?id=97741 where test results follows a time-dependent distribution.
Attachments
WIP Demo (23.36 KB, text/html)
2012-09-27 13:29 PDT, Ryosuke Niwa
no flags
WIP Demo (23.74 KB, text/html)
2012-09-27 13:30 PDT, Ryosuke Niwa
no flags
Implements the feature (6.99 KB, patch)
2012-09-27 15:24 PDT, Ryosuke Niwa
ojan: review+
buildbot: commit-queue-
Sample output (111.51 KB, text/html)
2012-09-27 15:25 PDT, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2012-09-27 13:29:22 PDT
Created attachment 166053 [details] WIP Demo
Ryosuke Niwa
Comment 2 2012-09-27 13:30:18 PDT
Created attachment 166055 [details] WIP Demo
Ryosuke Niwa
Comment 3 2012-09-27 15:24:22 PDT
Created attachment 166070 [details] Implements the feature
Ryosuke Niwa
Comment 4 2012-09-27 15:25:10 PDT
Created attachment 166071 [details] Sample output
Ojan Vafai
Comment 5 2012-09-27 15:34:58 PDT
Comment on attachment 166070 [details] Implements the feature View in context: https://bugs.webkit.org/attachment.cgi?id=166070&action=review > PerformanceTests/resources/results-template.html:304 > + container.append('<div></div>'); Maybe put a title on these so that the mouseover tooltip can give some indication of what these are for?
Ojan Vafai
Comment 6 2012-09-27 15:36:04 PDT
Comment on attachment 166070 [details] Implements the feature View in context: https://bugs.webkit.org/attachment.cgi?id=166070&action=review > PerformanceTests/resources/results-template.html:409 > +var warningSign = '<svg viewBox="0 0 100 100" style="width: 18px; height: 18px; vertical-align: bottom;" version="1.1">' Or maybe put the title on this? It's confusing to have a warning icon without any explanation.
Ryosuke Niwa
Comment 7 2012-09-27 15:46:56 PDT
Comment on attachment 166070 [details] Implements the feature View in context: https://bugs.webkit.org/attachment.cgi?id=166070&action=review >> PerformanceTests/resources/results-template.html:409 >> +var warningSign = '<svg viewBox="0 0 100 100" style="width: 18px; height: 18px; vertical-align: bottom;" version="1.1">' > > Or maybe put the title on this? It's confusing to have a warning icon without any explanation. This svg element is wrapped in a span with a title. See line 442.
Build Bot
Comment 8 2012-09-27 15:49:55 PDT
Comment on attachment 166070 [details] Implements the feature Attachment 166070 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/14061028 New failing tests: http/tests/workers/terminate-during-sync-operation.html
Ryosuke Niwa
Comment 9 2012-09-27 16:23:27 PDT
Note You need to log in before you can comment on or make changes to this bug.