Home
last modified time | relevance | path

Searched refs:testcase (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dgtest_main.cpp330 for (const auto& testcase : testcase_list) { in OnTestIterationStartPrint() local
331 test_count += testcase.TestCount(); in OnTestIterationStartPrint()
344 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { in OnTestEndPrint() argument
346 printf("%s\n", testcase.GetTestName(test_id).c_str()); in OnTestEndPrint()
348 const std::string& test_output = testcase.GetTest(test_id).GetTestOutput(); in OnTestEndPrint()
351 TestResult result = testcase.GetTestResult(test_id); in OnTestEndPrint()
352 if (result == testcase.GetExpectedTestResult(test_id)) { in OnTestEndPrint()
357 printf("%s", testcase.GetTestName(test_id).c_str()); in OnTestEndPrint()
359 printf(" (%" PRId64 " ms)", testcase.GetTestTime(test_id) / 1000000); in OnTestEndPrint()
367 static void OnTestEndPrint(const TestCase& testcase, size_t test_id) { in OnTestEndPrint() argument
[all …]