| | 90 | |
| | 91 | = Watch the bots to make sure it worked = |
| | 92 | |
| | 93 | Once 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 | {{{ |
| | 98 | Skipped 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 |