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

/bionic/tests/
H A Dgtest_main.cpp143 TEST_SUCCESS = 0, enumerator in enum:TestResult
160 if (GetName().find("xfail") == 0) result = TEST_SUCCESS;
220 return GetTestResult(test_id) == TEST_SUCCESS;
366 if (result == TEST_SUCCESS) {
383 if (result == TEST_SUCCESS) {
424 } else if (result == TEST_SUCCESS) {
835 TestResult test_result = TEST_SUCCESS;
869 testcase.SetTestResult(test_id, exitcode == 0 ? TEST_SUCCESS : TEST_FAILED);

Completed in 45 milliseconds