Searched defs:tests_to_relaunch (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/test/launcher/
H A Dunit_test_launcher.cc244 std::vector<std::string> tests_to_relaunch; local
251 &tests_to_relaunch);
256 for (size_t i = 0; i < tests_to_relaunch.size(); i++) {
258 batch.push_back(tests_to_relaunch[i]);
273 std::vector<std::string> tests_to_relaunch; local
281 &tests_to_relaunch);
285 DCHECK(tests_to_relaunch.empty());
308 std::vector<std::string>* tests_to_relaunch) {
356 tests_to_relaunch->push_back(test_names[i]);
401 tests_to_relaunch
301 ProcessTestResults( TestLauncher* test_launcher, const std::vector<std::string>& test_names, const base::FilePath& output_file, const std::string& output, int exit_code, bool was_timeout, std::vector<std::string>* tests_to_relaunch) argument
[all...]

Completed in 65 milliseconds