Changes between Version 13 and Version 14 of TriagingTestFailures


Ignore:
Timestamp:
Nov 11, 2010 7:45:05 AM (14 years ago)
Author:
Adam Roben
Comment:

Mention that you should verify your changes worked

Legend:

Unmodified
Added
Removed
Modified
  • TriagingTestFailures

    v13 v14  
    8888fast/js/some-cool-test.html
    8989}}}
     90
     91= Watch the bots to make sure it worked =
     92
     93Once you're finished addressing test failures, you should watch the bots to make sure what you did worked. Common problems include:
     94
     95 * Misspelling a test name in the Skipped file
     96   * You'll see output like:
     97{{{
     98Skipped list contained 'editing/spelling/spelling-contenteditable.html', but no file of that name could be found
     99}}}
     100 * New tests start failing after you skipped an earlier test
     101   * This can mean that there was a test earlier than the one that you skipped that was the actual cause of the trouble (e.g., an earlier test causing a later test to hang). You should try to track down the test that is the root cause of the issue and skip it instead of the test(s) it's affecting.
     102 * Checking in new results into the wrong location