Searched refs:expected_exit_status (Results 1 – 2 of 2) sorted by relevance
/external/avb/test/ |
D | avb_unittest_util.h | 43 #define EXPECT_COMMAND(expected_exit_status, command_format, ...) \ argument 48 EXPECT_EQ(WEXITSTATUS(rc), expected_exit_status); \
|
/external/autotest/scheduler/ |
D | monitor_db_unittest.py | 582 def _check_monitor(self, expected_pid, expected_exit_status, argument 588 self.assertEquals(self.monitor._state.exit_status, expected_exit_status) 596 def _test_read_pidfile_helper(self, expected_pid, expected_exit_status, argument 599 self._check_monitor(expected_pid, expected_exit_status, 603 def _get_expected_tests_failed(self, expected_exit_status): argument 604 if expected_exit_status is None: 639 def _test_get_pidfile_info_helper(self, expected_pid, expected_exit_status, argument 642 self._check_monitor(expected_pid, expected_exit_status,
|