Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 17 of 17) sorted by relevance

/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py64 def test_commit(self, test_command): argument
70 retcode, _, _ = execute(test_command, shell=True, expect_zero=False)
77 def bisect(self, good_commit, bad_commit, test_command): argument
80 self.bisect_start(good_commit, bad_commit, test_command)
81 result = self.test_commit(test_command)
83 result = self.test_commit(test_command)
86 def bisect_start(self, good_commit, bad_commit, test_command): argument
90 self.test_start_commit(bad_commit, 'bad', test_command)
91 self.test_start_commit(good_commit, 'good', test_command)
97 def test_start_commit(self, commit, label, test_command): argument
[all …]
Dbisect_clang_test.py158 self.test_command = 'testcommand'
174 if command == self.test_command:
181 self.git.test_start_commit(commit, label, self.test_command)
207 if command == self.test_command:
212 self.git.test_start_commit(commit, label, self.test_command)
214 get_git_command('checkout', commit), self.test_command,
229 self.test_command)
252 if command == self.test_command:
257 result = self.git.test_commit(self.test_command)
258 self.assertEqual([self.test_command,
/external/autotest/server/cros/network/rf_switch/
Dscpi_unittest.py57 test_command = 'this is a command'
61 self.mock_scpi.socket.send.expect_call('%s' % test_command)
64 self.mock_scpi.write(test_command)
82 test_command = 'this is a command'
91 self.mock_scpi.socket.send.expect_call('%s' % test_command)
94 response = self.mock_scpi.query(test_command)
Drf_switch_unittest.py60 test_command = 'This is a command\n'
61 self._populate_stack_for_cmd(test_command)
62 self.mock_rf_switch.send_cmd_check_error(test_command)
67 test_command = 'This is a command'
74 self.mock_rf_switch.send_cmd_check_error(test_command)
/external/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py23 def test_command(*args): function
36 test_command(ftrace_proto_gen_path, format_path, proto_path)
37 test_command(protoc_path, proto_path, '--proto_path=' + tmpdir,
/external/fmtlib/support/
Dappveyor-build.py17 test_command = ['mingw32-make', 'test'] variable
39 test_command = ['ctest', '-C', config] variable
43 check_call(test_command)
/external/bazelbuild-kotlin-rules/bazel/
Ddeploy_jar_freshness_golden_test.bzl20 test_command = """
40 command = test_command,
/external/webrtc/audio/test/
Dlow_bandwidth_audio_test.py283 test_command = [
288 test_command = [os.path.join(args.build_dir, 'low_bandwidth_audio_test')]
300 test_process = subprocess.Popen(_LogCommand(test_command + [
/external/toolchain-utils/bestflags/
Dtask.py62 def InitLogCommand(build_command, test_command, log_directory): argument
78 Task.TEST_COMMAND = test_command
/external/pigweed/pw_env_setup/py/
Djson_visitor_test.py87 def test_command(self): member in JSONVisitorTest
/external/OpenCL-CTS/test_conformance/
Drun_conformance.py344 for (test_name, test_command) in tests:
345 write_screen_log(test_name.ljust(50) + " (" + test_command + ")")
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py367 def __init__(self, p4_port, p4_paths, test_command): argument
371 self.test_command = test_command
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_tests.py728 test_command = 'test_lite'
730 test_command = 'test_gevent'
732 test_command = 'test_aio'
743 test_command, args.iomgr_platform)
/external/grpc-grpc/tools/run_tests/
Drun_tests.py794 test_command = 'test_lite'
796 test_command = 'test_gevent'
803 toolchain, runner, test_command, args.iomgr_platform)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py480 def test_command(self): member in StandardOptionsTests
/external/python/cpython2/Lib/test/
Dtest_httpservers.py193 def test_command(self): member in BaseHTTPServerTestCase
/external/python/cpython3/Lib/test/
Dtest_httpservers.py140 def test_command(self): member in BaseHTTPServerTestCase