Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp123 TEST_SUCCESS = 0, enumerator
323 if (result == TEST_SUCCESS) { in OnTestEndPrint()
340 if (result == TEST_SUCCESS) { in OnTestEndPrint()
377 if (result == TEST_SUCCESS) { in OnTestIterationEndPrint()
503 if (testcase.GetTestResult(j) != TEST_SUCCESS) { in OnTestIterationEndXmlPrint()
531 if (testcase.GetTestResult(j) == TEST_SUCCESS) { in OnTestIterationEndXmlPrint()
780 TestResult test_result = TEST_SUCCESS; in WaitForOneChild()
814 testcase.SetTestResult(test_id, exitcode == 0 ? TEST_SUCCESS : TEST_FAILED); in CollectChildTestResult()
890 if (testcase.GetTestResult(test_id) != TEST_SUCCESS) { in RunTestInSeparateProc()