@@ -3114,6 +3114,8 @@ for host in "${ALL_HOSTS[@]}"; do
3114
3114
LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} --threads=$( sysctl hw.physicalcpu | awk ' { print $2 }' ) "
3115
3115
fi
3116
3116
3117
+ # Record the times test took and report the slowest.
3118
+ LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -v --time-tests"
3117
3119
if [[ " $using_xcodebuild " == " FALSE" ]] ; then
3118
3120
with_pushd ${lldb_build_dir} \
3119
3121
call ${NINJA_BIN} unittests/LLDBUnitTests
@@ -3122,7 +3124,7 @@ for host in "${ALL_HOSTS[@]}"; do
3122
3124
with_pushd ${results_dir} \
3123
3125
call " ${llvm_build_dir} /bin/llvm-lit" \
3124
3126
" ${lldb_build_dir} /lit" \
3125
- ${LLVM_LIT_ARGS} -v --time-tests \
3127
+ ${LLVM_LIT_ARGS} \
3126
3128
--xunit-xml-output=${results_dir} /results.xml \
3127
3129
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \" ${DOTEST_EXTRA} \" "
3128
3130
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
@@ -3131,7 +3133,7 @@ for host in "${ALL_HOSTS[@]}"; do
3131
3133
with_pushd ${results_dir} \
3132
3134
call " ${llvm_build_dir} /bin/llvm-lit" \
3133
3135
" ${lldb_build_dir} /lit" \
3134
- ${LLVM_LIT_ARGS} -v --time-tests \
3136
+ ${LLVM_LIT_ARGS} \
3135
3137
--xunit-xml-output=${results_dir} /results.xml \
3136
3138
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \" ${LLDB_TEST_SWIFT_COMPATIBILITY} \" -t -E \" ${DOTEST_EXTRA} \" " --filter=compat
3137
3139
fi
0 commit comments