TestFailures page always puts "REGRESSION" in title and attaches "Regression" keyword, even for new tests that have been failing from the start
https://bugs.webkit.org/show_bug.cgi?id=61645
Summary TestFailures page always puts "REGRESSION" in title and attaches "Regression"...
Adam Roben (:aroben)
Reported 2011-05-27 09:36:05 PDT
Bug 61636 added links to the TestFailures page to easily file bugs for failing tests. These bugs always start out with "REGRESSION" in the title and the "Regression" keyword attached. But this isn't really appropriate in the case of a new test that's been failing since it was first added. The failure isn't really a regression in that case. It would be nice in the TestFailures page could detect this case and give a better bug title and omit the keyword.
Attachments
Adam Roben (:aroben)
Comment 1 2011-06-30 13:04:44 PDT
Bug 63716 added support for figuring out which files were modified by a particular commit. We could use this to figure out if one of the commits in the regression range added the test.
Note You need to log in before you can comment on or make changes to this bug.