OLD | NEW |
---|---|
(Empty) | |
1 FlagExpectations stores flag-specific test expectations. To run layout tests | |
2 with a flag, use: | |
3 | |
4 run-webkit-tests --additional-driver-flag=--name-of-flag | |
5 | |
6 In addition to passing --name-of-flag to the binary, run-webkit-tests will look | |
7 for test expectations in | |
8 | |
9 FlagExpectations/name-of-flag | |
10 | |
11 which will override the main TestExpectations file. | |
OLD | NEW |