Changes between Version 23 and Version 24 of TestExpectations
- Timestamp:
- Feb 25, 2013, 9:49:25 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestExpectations
v23 v24 38 38 39 39 * Tokens are separated by whitespace 40 * '''The brackets delimiting the modifiers and expectations from the bugs and the test_name are not optional''' , although the bugs, modifiers, and expectations. In other words, if you want to specify modifiers or expectations, you must enclose them in brackets.40 * '''The brackets delimiting the modifiers and expectations from the bugs and the test_name are not optional'''; however, the bugs, modifiers, and expectations components are optional. In other words, if you want to specify modifiers or expectations, you must enclose them in brackets. 41 41 * 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)" 42 42 * If no modifiers are specified, the test applies to all of the configurations applicable to that file