Searched defs:mock_find_tryjob_index (Results 1 – 2 of 2) sorted by relevance
/external/toolchain-utils/llvm_tools/ |
D | modify_a_tryjob_unittest.py | 53 def testNoTryjobIndexFound(self, mock_find_tryjob_index): argument 93 def testSuccessfullyRemovedTryjobInStatusFile(self, mock_find_tryjob_index): argument 137 def testSuccessfullyRelaunchedTryjob(self, mock_find_tryjob_index, argument 212 def testAddingTryjobThatAlreadyExists(self, mock_find_tryjob_index): argument 254 self, mock_find_tryjob_index): argument 301 def testSuccessfullyAddedTryjob(self, mock_find_tryjob_index, argument 363 def testModifyATryjobOptionDoesNotExist(self, mock_find_tryjob_index): argument
|
D | update_tryjob_status_unittest.py | 267 mock_find_tryjob_index): argument 306 def testSuccessfullyUpdatedTryjobStatusToGood(self, mock_find_tryjob_index): argument 347 def testSuccessfullyUpdatedTryjobStatusToBad(self, mock_find_tryjob_index): argument 389 mock_find_tryjob_index): argument 430 def testSuccessfullyUpdatedTryjobStatusToSkip(self, mock_find_tryjob_index): argument 478 mock_find_tryjob_index): argument 531 self, mock_get_custom_script_result, mock_find_tryjob_index): argument 576 mock_find_tryjob_index): argument
|