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

/external/chromium_org/base/test/launcher/
H A Dtest_results_tracker.h66 std::vector<TestResult> test_results; member in struct:base::TestResultsTracker::AggregateTestResult
H A Dtest_results_tracker.cc73 TestResult result = i->second.test_results.back();
162 result.full_name].test_results.push_back(result);
173 TestResult result = j->second.test_results.back();
208 TestResult result = j->second.test_results.back();
266 ListValue* test_results = new ListValue; local
267 current_iteration_data->SetWithoutPathExpansion(j->first, test_results);
269 for (size_t k = 0; k < j->second.test_results.size(); k++) {
270 const TestResult& test_result = j->second.test_results[k];
273 test_results->Append(test_result_value);
H A Dunit_test_launcher.cc185 output_file = output_file.AppendASCII("test_results.xml");
219 output_file = output_file.AppendASCII("test_results.xml");
318 std::vector<TestResult> test_results; local
321 ProcessGTestOutput(output_file, &test_results, &crashed);
329 for (size_t i = 0; i < test_results.size(); i++)
330 results_map[test_results[i].full_name] = test_results[i];
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui_unittest.cc24 TestResult* test_results,
30 base::TimeDelta::FromHours(test_results[i].hour_offset);
31 entry.url = GURL(test_results[i].url);
23 AddQueryResults( TestResult* test_results, int test_results_size, std::vector<BrowsingHistoryHandler::HistoryEntry>* results) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dlayouttestresults_unittest.py33 from webkitpy.layout_tests.models import test_results namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_run_results_unittest.py34 from webkitpy.layout_tests.models import test_results namespace
46 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot_unittest.py33 from webkitpy.layout_tests.models import test_results namespace
40 return test_results.TestResult(testname, [test_failures.FailureTextMismatch()])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dprinting_unittest.py44 from webkitpy.layout_tests.models import test_results namespace
115 return test_results.TestResult(test_name, failures=failures, test_run_time=run_time)
/external/chromium_org/third_party/smhasher/src/
H A Dsha1.cpp262 static char *test_results[] = { variable
299 if (strcmp(output, test_results[k])) {
303 fprintf(stderr,"\t%s is correct\n", test_results[k]);
313 if (strcmp(output, test_results[2])) {
317 fprintf(stderr,"\t%s is correct\n", test_results[2]);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_runner.py39 from webkitpy.layout_tests.models import test_results namespace
95 result = test_results.TestResult(test_name)
149 result = test_results.TestResult(test_input.test_name, [test_failures.FailureEarlyExit()])

Completed in 256 milliseconds