Searched refs:baseResults (Results 1 – 6 of 6) sorted by relevance
12 the corresponding expected output in the `Test/baseResults/` directory.23 the `Test/baseResults/` directory with real output from that invocation.
2 cp localResults/* baseResults/
4 BASEDIR=baseResults
212 and a subdirectory `baseResults/` that contains the expected results of the213 tests. Both the tests and `baseResults/` are under source-code control.216 them, and then compare against the expected results in `baseResults/`. The220 under the `baseResults/` directory with real output from that invocation.225 `localResults/` directory and `diff` them against the `baseResults/`.227 copied from `localResults/` to `baseResults/`. This can be done by
1588 const std::vector<LevelCase> baseResults = InvarianceTestInstance::genTessLevelCases(); in genTessLevelCases() local1593 for (int baseNdx = 0; baseNdx < static_cast<int>(baseResults.size()); ++baseNdx) in genTessLevelCases()1595 const TessLevels& base = baseResults[baseNdx].levels[0]; in genTessLevelCases()
4735 const vector<LevelCase> baseResults = PrimitiveSetInvarianceCase::genTessLevelCases(); in genTessLevelCases() local4740 for (int baseNdx = 0; baseNdx < (int)baseResults.size(); baseNdx++) in genTessLevelCases()4742 const TessLevels& base = baseResults[baseNdx].levels[0]; in genTessLevelCases()