Changes between Version 11 and Version 12 of TestExpectations


Ignore:
Timestamp:
Dec 5, 2011 2:58:07 PM (12 years ago)
Author:
jchaffraix@webkit.org
Comment:

rebaseline-chromium-webkit-tests is deprecated, replace it by webkit-patch rebaseline-expectations

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v11 v12  
    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.
    9090 * NOW: This modifier has never been used and should probably be removed.
    91  * REBASELINE: This modifier is used by the rebaseline-chromium-webkit-tests script, and is not allowed to exist in a checked-in version of the file.
     91 * REBASELINE: This modifier is used by "webkit-patch rebaseline-expectations", and is not allowed to exist in a checked-in version of the file.
    9292
    9393=== Semantics ===
     
    137137ORWT has a much simpler mechanism. Tests are either expected to pass, or can be skipped. To skip a test, list it in the Skipped file for your platform. If your test produces output different from the "expected" version, check in the new (possibly incorrect) version in your platform-specific directory. See [wiki:LayoutTestSearchPath] for figuring out where that directory is.
    138138
    139