Changes between Version 24 and Version 25 of TestExpectations
- Timestamp:
- Feb 25, 2013, 9:51:37 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestExpectations
v24 v25 66 66 67 67 * `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. 69 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 70 * `Rebaseline` is an old expectation used in conjunction with `webkit-patch rebaseline-expectations` and is not allowed to be checked in