Searched refs:dotest_cmd (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/ |
| H A D | lit.cfg.py | 159 dotest_cmd.extend(config.dotest_args_str.split(';')) 175 dotest_cmd += ['--hermetic-libcxx'] 184 dotest_cmd += ['--arch', config.test_arch] 201 dotest_cmd += ['--compiler', config.test_compiler] 204 dotest_cmd += ['--dsymutil', config.dsymutil] 210 dotest_cmd += ['--server', config.server] 223 dotest_cmd += ['--apple-sdk', 'iphonesimulator', 226 dotest_cmd += ['--apple-sdk', 'watchsimulator', 229 dotest_cmd += ['--apple-sdk', 'appletvsimulator', 234 dotest_cmd += ['--enable-plugin', plugin] [all …]
|
| H A D | lldbtest.py | 13 def __init__(self, dotest_cmd): argument 14 self.dotest_cmd = dotest_cmd 56 cmd = [executable] + self.dotest_cmd + [testPath, '-p', testFile]
|