Changes between Version 26 and Version 27 of TestExpectations


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

editorial cleanup

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v26 v27  
    8787You'd expect:
    8888
    89  * {{{fast/html/article-element.html}}} to fail with a text diff (since it is in the fast/html directory)
    90  * {{{fast/html/keygen.html}}} to pass (since the exact match on the test name)
    91  * {{{fast/html/submit.html}}} to pass (since the configuration parameters don't apply.
    92  * {{{fast/html/section-element.html}}} to either crash or produce a text (or image and text) failure, but not to do anything, i.e., it is not expected to time out or pass.
     89 * {{{fast/html/article-element.html}}} to fail with a text diff (since it is in the fast/html directory).
     90 * {{{fast/html/keygen.html}}} to pass (since the exact match on the test name).
     91 * {{{fast/html/submit.html}}} to pass (since the configuration parameters don't match).
     92 * {{{fast/html/section-element.html}}} to either crash or produce a text (or image and text) failure, but not time out or pass.
    9393
    9494Again, '''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`