New issue
Advanced search Search tips

Issue 650774 link

Starred by 1 user

Issue metadata

Status: Duplicate
Merged: issue 702819
Owner: ----
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make a class to track collections of tests/builders/suffixes to rebaseline.

Project Member Reported by qyears...@chromium.org, Sep 27 2016

Issue description

In webkitpy/tool/commands/rebaseline.py and related files, there are a bunch of places where a variable called test_prefix_list is used:

https://cs.chromium.org/search/?q=test_prefix_list&sq=package:chromium&type=cs

These are expected to have a certain structure, which is:

  {
    <test or test prefix>: {
      <builder>: <collection of file extensions of new baselines>
    }
  }

Instead of passing around dicts of this format, it would be nice to have a class to represent this. This would hopefully make the code more readable and more easily changeable.
 
Mergedinto: 702819
Status: Duplicate (was: Available)
This was  bug 702819 .

Sign in to add a comment