Changes between Version 25 and Version 26 of TestExpectations


Ignore:
Timestamp:
Feb 25, 2013 9:54:29 PM (11 years ago)
Author:
glenn@skynav.com
Comment:

editorial cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v25 v26  
    6565=== Semantics ===
    6666
    67   * `WontFix` implies `Skip` and also indicates that we don't have any plans to make the test pass
     67  * `WontFix` implies `Skip` and also indicates that we don't have any plans to make the test pass.
    6868  * `WontFix` and `Skip` must be used by themselves and cannot be specified alongside Crash or another expectation keyword.
    69   * `Slow` means that we expect the test to run slowly and will use a longer, port-specific timeout. A given line cannot have both `Slow` and `Timeout`
    70   * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in
    71   * If no expectations are specified we default to Skip for compatibility with the Skipped files
     69  * `Slow` means that we expect the test to run slowly and will use a longer, port-specific timeout. A given line cannot have both `Slow` and `Timeout`.
     70  * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in.
     71  * If no expectation keyword is specified, then the Skip keyword is implied for compatibility with the (now obsolete) Skipped files.
    7272
    7373Also, when parsing the file, we use two rules to figure out if an expectation line applies to the current run: