Changes between Version 10 and Version 11 of TestExpectations


Ignore:
Timestamp:
Aug 24, 2011 11:15:28 AM (13 years ago)
Author:
pkasting@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v10 v11  
    8585There are also "miscellaneous" modifiers:
    8686
    87  * SLOW : This indicates that the test is expected to be slow, and we apply three times the normal timeout for a test. Note that SLOW tests cannot be expected to TIMEOUT.
     87 * SLOW : This indicates that the test is expected to be slow.  Normally, a RELEASE mode test is allowed six seconds before being declared a TIMEOUT, and a DEBUG mode test double that (so, 12 seconds).  SLOW tests get five times the normal timeout for a test, so 30 and 60 seconds, respectively. Note that SLOW tests cannot be expected to TIMEOUT.
    8888 * SKIP: This indicates that the test will never pass and there's no point in running it. This is equivalent to listing the test in the Skipped files (see below)
    8989 * WONTFIX: This is a modifier that does not affect anything in the test run itself, but can be used for reporting; it indicates that we don't ever expect the test to pass.