Bug 61645 - TestFailures page always puts "REGRESSION" in title and attaches "Regression" keyword, even for new tests that have been failing from the start
Summary: TestFailures page always puts "REGRESSION" in title and attaches "Regression"...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/TestFailures
Keywords:
Depends on: 61636
Blocks:
  Show dependency treegraph
 
Reported: 2011-05-27 09:36 PDT by Adam Roben (:aroben)
Modified: 2011-06-30 13:04 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 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.
Comment 1 Adam Roben (:aroben) 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.