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`. |