Changes between Version 27 and Version 28 of TestExpectations


Ignore:
Timestamp:
Feb 25, 2013 10:00:13 PM (11 years ago)
Author:
glenn@skynav.com
Comment:

editorial cleanup; add info on generic test expectations file

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v27 v28  
    9292 * {{{fast/html/section-element.html}}} to either crash or produce a text (or image and text) failure, but not time out or pass.
    9393
    94 Again, '''duplicate expectations are not allowed within a single file''' and will generate warnings. Ports may use multiple TestExpectations files, and entries in a later file override entries in an earlier file. The list of files used by a port is determined by the port's implementation of `expectation_files` in `Tools/Scripts/webkitpy/layout_tests/port/{mac,win,qt,gtk,etc.}.py`
     94Again, '''duplicate expectations are not allowed within a single file''' and will generate warnings. Ports may use multiple TestExpectations files, and entries in a later file override entries in an earlier file. The list of files used by a port is determined by the port's implementation of `expectations_files()` in `Tools/Scripts/webkitpy/layout_tests/port/{mac,win,qt,gtk,etc.}.py` etc. A generic TestExpectations file always applies, and is applied before port-specific files. The location of this generic file is `LayoutTests/TestExpectations`.
    9595
    9696You can verify that any changes you've made to an expectations file are correct by running: