Changes between Version 6 and Version 7 of TriagingTestFailures


Ignore:
Timestamp:
Nov 2, 2010 9:44:18 AM (13 years ago)
Author:
Adam Roben
Comment:

Flesh out the intro and add a note about migrating into Radar

Legend:

Unmodified
Added
Removed
Modified
  • TriagingTestFailures

    v6 v7  
    1 This guide will help you triage test failures on build.webkit.org and get the bots back to being green.
     1= Introduction =
     2
     3The buildbots are most useful when they are "green" (i.e., the build isn't broken and there are no unexpected test failures). When the bots are green it's very easy to notice when new regressions are introduced, but when they're red it's nearly impossible.
     4
     5This guide attempts to walk you through a process to get the bots green again when they are read by triaging test failures, filing bugs on them, and checking in new results or skipping tests.
    26
    37= Find out what is failing =
     
    6468   * `Regression`, if the failure is due to a regression in WebKit
    6569   * `PlatformOnly`, if the test only fails on one platform
     70 1. If the test affects one of Apple's ports, and you work for Apple, you should migrate the bug into Radar.
    6671
    6772= Get the bots green again =