Changes between Version 35 and Version 36 of TestExpectations


Ignore:
Timestamp:
Mar 15, 2018 1:02:23 PM (6 years ago)
Author:
Keith Rollin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v35 v36  
    4141* 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)"
    4242* If no modifiers are specified, the test applies to all of the configurations applicable to that file
    43 * 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.
     43* Modifiers can be one or more of any of the tags in the following list. Not all modifiers make sense on all ports or in all lines. For Mac OS, you can specify an OS name followed by a `+` to indicate that OS version and all later OS versions. For example, `Sierra+` is shorthand for `Sierra` and `HighSierra`.
     44  * `Mac`, `SnowLeopard`, `Lion`, `MountainLion`, `Mavericks`, `Yosemite`, `ElCapitan`, `Sierra`, `HighSierra`
     45  * `Win`, `XP`, `Vista`, `Win7`
     46  * `Linux`
     47  * `Android`
     48  * `x86_64`, `x86`
     49  * `Release`, `Debug`
    4450* Expectations can be one or more of `Crash`,  `Failure`, `ImageOnlyFailure`, `Pass`, `Rebaseline`, `Slow`, `Skip`, `Timeout`, `WontFix`, `Missing`. If multiple expectations are listed, the test is considered "flaky" and any of those results will be considered as expected.
    4551