Home | History | Annotate | Download | only in tests

Lines Matching refs:TEST_SUCCESS

139   TEST_SUCCESS = 0,
156 if (GetName().find("xfail") == 0) result = TEST_SUCCESS;
216 return GetTestResult(test_id) == TEST_SUCCESS;
351 if (result == TEST_SUCCESS) {
368 if (result == TEST_SUCCESS) {
409 } else if (result == TEST_SUCCESS) {
820 TestResult test_result = TEST_SUCCESS;
854 testcase.SetTestResult(test_id, exitcode == 0 ? TEST_SUCCESS : TEST_FAILED);
1208 TEST(bionic_selftest, test_success) {