NEW 63730
TestFailures page should be able to detect when a failure is due to something not being implemented in DRT or WKTR
https://bugs.webkit.org/show_bug.cgi?id=63730
Summary TestFailures page should be able to detect when a failure is due to something...
Jessie Berlin
Reported 2011-06-30 09:30:15 PDT
When a test is failing on a bot due to something not being implemented in DRT or WKTR, usually the first line of the diff is a console message about layoutTestController.thingThatIsNotImplemented being undefined. It would be nice if the TestFailures page could detect that and show that information next to the revision in which the test failed.
Attachments
Adam Roben (:aroben)
Comment 1 2011-06-30 09:31:57 PDT
We could try to extract ERROR: lines (and similar) from the failure diffs and show them on the page. I don't think that would be too hard. The hard part would be trying to make sense of them automatically.
Adam Roben (:aroben)
Comment 2 2011-06-30 09:34:40 PDT
Jessie, if you have any examples of failure diffs you think we should be able to analyze, it would be great to post links to them here.
Note You need to log in before you can comment on or make changes to this bug.