Lines Matching refs:dotest_cmd
173 dotest_cmd = [os.path.join(config.lldb_src_root, 'test', 'API', 'dotest.py')] variable
176 dotest_cmd.extend(config.dotest_args_str.split(';'))
180 dotest_cmd += ['--env', 'LLVM_LIBS_DIR=' + config.llvm_libs_dir]
186 dotest_cmd += ['--inferior-env', env_var + '=' + config.environment[env_var]]
189 dotest_cmd += ['--arch', config.test_arch]
192 dotest_cmd += ['--build-dir', config.lldb_build_directory]
196 dotest_cmd += ['--lldb-module-cache-dir', config.lldb_module_cache]
200 dotest_cmd += ['--clang-module-cache-dir', config.clang_module_cache]
203 dotest_cmd += ['--executable', config.lldb_executable]
206 dotest_cmd += ['--compiler', config.test_compiler]
209 dotest_cmd += ['--dsymutil', config.dsymutil]
212 dotest_cmd += ['--filecheck', config.filecheck]
215 dotest_cmd += ['--yaml2obj', config.yaml2obj]
218 dotest_cmd += ['--server', config.server]
221 dotest_cmd += ['--lldb-libs-dir', config.lldb_libs_dir]
224 dotest_cmd += ['--framework', config.lldb_framework_dir]
228 dotest_cmd += ['--skip-category=lldb-vscode', '--skip-category=std-module']
231 dotest_cmd += ['--apple-sdk', 'iphonesimulator',
234 dotest_cmd += ['--apple-sdk', 'watchsimulator',
237 dotest_cmd += ['--apple-sdk', 'appletvsimulator',
242 dotest_cmd += ['--enable-plugin', plugin]
249 dotest_cmd.extend(shlex.split(config.dotest_lit_args_str))
256 config.test_format = lldbtest.LLDBTest(dotest_cmd)