Changes between Version 123 and Version 124 of WebKitGTK/KeepingTheTreeGreen


Ignore:
Timestamp:
Jul 25, 2017 4:28:39 AM (7 years ago)
Author:
clopez@igalia.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/KeepingTheTreeGreen

    v123 v124  
    55  b. A test is exposing a general WebKit bug that only GTK+ triggers (often the case with JavaScriptCore and inspector tests): In this case the gardener will leave a comment on the original bug with the test diff or stack trace (for something like an assertion failure) and offer to gather more information for the original patch author (even resorting to debugging directly on the bots if it cannot be reproduced locally).
    66  c. A test is missing expectations or needs new expectations: The gardener will generate new expectations after verifying that the tests seem to work when run manually or by looking at the expected results.
    7   d. A DRT feature is missing: The gardener will open a bug. The idea is that we will completely avoid skipped tests with no information about the failure.
     7  d. A feature is missing: The gardener will open a bug. The idea is that we will completely avoid skipped tests with no information about the failure.
    88
    992. If the tree isn't red, the gardener should be able to choose how to spend the day:
    1010  a. Generating results for tests that do not have results (soon this will include pixel results as well).
    1111  b. Diagnosing and opening bugs for failures that do not have open bugs (there's a huge list). This also includes unskipping tests that are passing.
    12   c. Implementing missing DRT features. There are a ton of these and we need to kill them. Using DRTSupportGtk we can do it without making API decisions.
     12  c. Implementing missing features. There are a ton of these and we need to support them.
    1313
    14143. At the end of the day the gardener should keep a very simple log for tomorrow's gardener, so he/she can follow up with any pending investigations. This will also help us keep track of newly skipped tests. See the Gardening/Calendar entry.