Home
last modified time | relevance | path

Searched defs:expected_exit_code (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/autotest/client/cros/crash/
H A Duser_crash_test.py180 expected_exit_code=None, expected_reason=None): argument
382 expected_exit_code=None, argument
484 expected_exit_code=None, argument
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py769 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
807 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument
H A Dgtest_xml_output_unittest.py395 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument
441 expected_exit_code, argument
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-json-output-unittest.py769 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
807 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument
H A Dgtest_xml_output_unittest.py395 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument
441 expected_exit_code, argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py754 def _GetJsonOutput(self, gtest_prog_name, extra_args, expected_exit_code): argument
792 self, gtest_prog_name, expected, expected_exit_code, extra_args=None argument
H A Dgtest_xml_output_unittest.py392 self, gtest_prog_name, extra_args, extra_env, expected_exit_code argument
438 expected_exit_code, argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_system_tests.cpp222 void Exec(const char* test_name, const char* debug_options, int expected_exit_code = 0) { in Exec()
251 void InternalExec(const char* test_name, const char* debug_options, int expected_exit_code) { in InternalExec()
/aosp_15_r20/external/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py448 expected_exit_code, argument
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action_unittest.cc322 ErrorCode expected_exit_code = ErrorCode::kNewRootfsVerificationError; in DoTest() local