Before the switch, I'd like to make the new page fully featured. There
are a few things I want. Is there anything you'd like to see?
Email me your suggestions, or add them to the tracking bug is
crbug.com/726520
Things I'd like to implement:
1) make queries cleaner, more useful. Right now, all queries are
buttons. I'd like to switch it to two rows:
1st row are buttons for high level query: "Unexpected fail",
"Unexpected pass", "Test Expectations", "Slow tests"
2nd row are checkboxes for additional filters by failure type: "Crash"
| "Timeout" ......
2) Add timing information
It'd be nice to know which tests are slow. Maybe add another high
level query: "Speed" that displays all tests sorted by time taken.
3) Results display for retries
Retried tests can have multiple results. We only display one. Is there
any interest in displaying all failing results? I personally do not
need it, but it might be interesting to see why the test failed
initially before passing.
Aleks