Changes between Version 28 and Version 29 of TestExpectations
- Timestamp:
- Feb 25, 2013, 10:10:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestExpectations
v28 v29 94 94 Again, '''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 `expectations_files()` in `Tools/Scripts/webkitpy/layout_tests/port/{mac,win,qt,gtk,etc.}.py` etc. A generic TestExpectations file always applies, and is applied before port-specific files. The location of this generic file is `LayoutTests/TestExpectations`. 95 95 96 You can determine which expectations files apply (in which order) by running for a given platform/port by running, for example: 97 98 {{{ 99 % webkit-patch print-expectations --paths --platform chromium-android 100 % webkit-patch print-expectations --paths --platform qt-5.0-wk2 101 }}} 102 96 103 You can verify that any changes you've made to an expectations file are correct by running: 97 104