Changes between Version 15 and Version 16 of TestExpectations
- Timestamp:
- Sep 19, 2012, 6:22:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestExpectations
v15 v16 33 33 The 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. 34 34 35 === (New) Syntax (Not quite yet landed)===35 === (New) Syntax === 36 36 37 37 The 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, … … 43 43 44 44 * 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)" 46 46 * If no modifiers are specified, the test applies to all of the configurations applicable to that file 47 47 * 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. … … 67 67 fast/html/keygen.html [ Skip ] 68 68 fast/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"70 69 }}} 71 70