Searched refs:TEST_TIMEOUT (Results 1 – 9 of 9) sorted by relevance
37 #define TEST_TIMEOUT 32 macro131 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];155 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];212 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];238 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];259 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];294 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];333 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];380 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];393 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];[all …]
38 #define TEST_TIMEOUT 16 macro142 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];167 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];201 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];237 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];272 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];329 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];360 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];420 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];454 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];[all …]
26 #define TEST_TIMEOUT 1 macro167 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];190 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];216 [self waitForExpectationsWithTimeout:TEST_TIMEOUT handler:nil];
68 case TestResult::TEST_TIMEOUT: in Add()256 PrintTests(tests_by_status[TestResult::TEST_TIMEOUT].begin(), in PrintSummaryOfCurrentIteration()257 tests_by_status[TestResult::TEST_TIMEOUT].end(), in PrintSummaryOfCurrentIteration()287 PrintTests(tests_by_status[TestResult::TEST_TIMEOUT].begin(), in PrintSummaryOfAllIterations()288 tests_by_status[TestResult::TEST_TIMEOUT].end(), in PrintSummaryOfAllIterations()
54 TEST_TIMEOUT, // Test timed out and was killed. enumerator
71 case TEST_TIMEOUT: in StatusAsString()
317 test_result.status = TestResult::TEST_TIMEOUT; in ProcessTestResults()328 test_result.status = TestResult::TEST_TIMEOUT; in ProcessTestResults()393 test_result.status = TestResult::TEST_TIMEOUT; in ProcessTestResults()
694 } else if (result.status == TestResult::TEST_TIMEOUT) { in OnTestFinished()715 if (result.status == TestResult::TEST_TIMEOUT || in OnTestFinished()
655 #ifdef TEST_TIMEOUT