Changes between Version 15 and Version 16 of TestExpectations


Ignore:
Timestamp:
Sep 19, 2012 6:22:45 PM (12 years ago)
Author:
dpranke@chromium.org
Comment:

note that the new syntax is now being used.

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v15 v16  
    3333The test expectations files are found in platform-specific directories under LayoutTests. Ports may use one or more files which are used in order, with later files overriding earlier ones.
    3434
    35 === (New) Syntax (Not quite yet landed) ===
     35=== (New) Syntax ===
    3636
    3737The syntax of the file is roughly one expectation per line. An expectation can apply to either a directory of tests, or a specific tests. Lines prefixed with "# " are treated as comments,
     
    4343                           
    4444* Tokens are separated by whitespace                                                   
    45 * Lines are expected to have one or more bug identifiers, and the linter will complain about lines missing them. Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345", or "bug(username)"
     45* Lines are expected to have one or more bug identifiers, and the linter will complain about lines missing them. Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345", "code.google.com/p/v8/issues/detail?id=12345" or "Bug(username)"
    4646* If no modifiers are specified, the test applies to all of the configurations applicable to that file
    4747* Modifiers can be one or more of `Mac`, `SnowLeopard`, `Lion`, `MountainLion`, `Win`, `XP`, `Vista`, `Win7`, `Win7SP0`, `Linux`, `Lucid`, `x86_64`, `x86`, `Release`, `Debug`. Not all modifiers make sense on all ports or in all lines.
     
    6767fast/html/keygen.html [ Skip ]
    6868fast/html/keygen.html [ WontFix ]
    69 fast/html/keygen.html [ WontFix Crash ] # Indicates that we expect the test to crash; we assume tests will Pass otherwise, in order to report failures as "unexpected"
    7069}}}
    7170