Home
last modified time | relevance | path

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

/test/vts/runners/target/gtest/
Dgtest_main.cpp142 enum TestResult { TEST_SUCCESS = 0, TEST_FAILED, TEST_TIMEOUT }; enumerator
347 if (result == TEST_SUCCESS) { in OnTestEndPrint()
376 if (result == TEST_SUCCESS) { in OnTestIterationEndPrint()
517 if (testcase.GetTestResult(j) != TEST_SUCCESS) { in OnTestIterationEndXmlPrint()
554 if (testcase.GetTestResult(j) == TEST_SUCCESS) { in OnTestIterationEndXmlPrint()
814 TestResult test_result = TEST_SUCCESS; in WaitForOneChild()
854 testcase.SetTestResult(test_id, exitcode == 0 ? TEST_SUCCESS : TEST_FAILED); in CollectChildTestResult()
935 if (testcase.GetTestResult(test_id) != TEST_SUCCESS) { in RunTestInSeparateProc()