File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -2351,14 +2351,23 @@ for host in "${ALL_HOSTS[@]}"; do
2351
2351
# Record the times test took and report the slowest.
2352
2352
LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -v --time-tests"
2353
2353
2354
+ echo " --- Running LLDB unit tests ---"
2354
2355
with_pushd ${lldb_build_dir} \
2355
2356
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
2357
+ echo " --- Running LLDB Swift tests (ClangImporter) ---"
2356
2358
with_pushd ${lldb_build_dir} \
2357
2359
call ${NINJA_BIN} -j ${BUILD_JOBS} lldb-test-deps
2358
2360
with_pushd ${results_dir} \
2359
2361
call " ${llvm_build_dir} /bin/llvm-lit" \
2360
2362
" ${lldb_build_dir} /test" \
2361
2363
${LLVM_LIT_ARGS}
2364
+ # Rerun the tests with DWARFImporter only.
2365
+ echo " --- Running LLDB Swift tests (DWARFImporter) ---"
2366
+ with_pushd ${results_dir} \
2367
+ call " ${llvm_build_dir} /bin/llvm-lit" \
2368
+ " ${lldb_build_dir} /test" \
2369
+ ${LLVM_LIT_ARGS} \
2370
+ --param dotest-args=" --setting symbols.use-swift-clangimporter=false"
2362
2371
2363
2372
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2364
2373
echo " Running LLDB swift compatibility tests against" \
You can’t perform that action at this time.
0 commit comments