Changes between Version 24 and Version 25 of TestExpectations


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

clarify usage of WontFix | Skip

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v24 v25  
    6666
    6767  * `WontFix` implies `Skip` and also indicates that we don't have any plans to make the test pass
    68   * `WontFix` and `Skip` must be the only expectation and cannot be specified alongside Crash or anything else; since the tests will be skipped, the other expectations will likely become stale.
     68  * `WontFix` and `Skip` must be used by themselves and cannot be specified alongside Crash or another expectation keyword.
    6969  * `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`
    7070  * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in