Changes between Version 123 and Version 124 of WebKitGTK/KeepingTheTreeGreen
- Timestamp:
- Jul 25, 2017, 4:28:39 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/KeepingTheTreeGreen
v123 v124 5 5 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). 6 6 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 DRTfeature 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. 8 8 9 9 2. If the tree isn't red, the gardener should be able to choose how to spend the day: 10 10 a. Generating results for tests that do not have results (soon this will include pixel results as well). 11 11 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. 13 13 14 14 3. 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.