Lines Matching refs:dotest_cmd
156 dotest_cmd = [os.path.join(config.lldb_src_root, 'test', 'API', 'dotest.py')] variable
159 dotest_cmd.extend(config.dotest_args_str.split(';'))
163 dotest_cmd += ['--env', 'LLVM_LIBS_DIR=' + config.llvm_libs_dir]
167 dotest_cmd += ['--env', 'LLVM_INCLUDE_DIR=' + config.llvm_include_dir]
171 dotest_cmd += ['--env', 'LLVM_TOOLS_DIR=' + config.llvm_tools_dir]
175 dotest_cmd += ['--hermetic-libcxx']
181 dotest_cmd += ['--inferior-env', env_var + '=' + config.environment[env_var]]
184 dotest_cmd += ['--arch', config.test_arch]
187 dotest_cmd += ['--build-dir', config.lldb_build_directory]
191 dotest_cmd += ['--lldb-module-cache-dir', config.lldb_module_cache]
195 dotest_cmd += ['--clang-module-cache-dir', config.clang_module_cache]
198 dotest_cmd += ['--executable', config.lldb_executable]
201 dotest_cmd += ['--compiler', config.test_compiler]
204 dotest_cmd += ['--dsymutil', config.dsymutil]
207 dotest_cmd += ['--llvm-tools-dir', config.llvm_tools_dir]
210 dotest_cmd += ['--server', config.server]
213 dotest_cmd += ['--lldb-libs-dir', config.lldb_libs_dir]
216 dotest_cmd += ['--framework', config.lldb_framework_dir]
220 dotest_cmd += ['--skip-category=lldb-vscode', '--skip-category=std-module']
223 dotest_cmd += ['--apple-sdk', 'iphonesimulator',
226 dotest_cmd += ['--apple-sdk', 'watchsimulator',
229 dotest_cmd += ['--apple-sdk', 'appletvsimulator',
234 dotest_cmd += ['--enable-plugin', plugin]
241 dotest_cmd.extend(shlex.split(config.dotest_lit_args_str))
248 config.test_format = lldbtest.LLDBTest(dotest_cmd)