Home | History | Annotate | Download | only in gtest

Lines Matching refs:TEST_SUCCESS

119 enum TestResult { TEST_SUCCESS = 0, TEST_FAILED, TEST_TIMEOUT };
324 if (result == TEST_SUCCESS) {
353 if (result == TEST_SUCCESS) {
494 if (testcase.GetTestResult(j) != TEST_SUCCESS) {
531 if (testcase.GetTestResult(j) == TEST_SUCCESS) {
791 TestResult test_result = TEST_SUCCESS;
831 testcase.SetTestResult(test_id, exitcode == 0 ? TEST_SUCCESS : TEST_FAILED);
912 if (testcase.GetTestResult(test_id) != TEST_SUCCESS) {
1200 TEST(vts_selftest, test_success) { ASSERT_EQ(1, 1); }