Skip to content

Commit 7967ec1

Browse files
committed
Add a lit regex filter for the compatibility tests
This speeds up the invocation since only a single test matches the category and otherwise non-dotest.py tests would be run twice.
1 parent 622753d commit 7967ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3152,7 +3152,7 @@ for host in "${ALL_HOSTS[@]}"; do
31523152
"${lldb_build_dir}/lit" \
31533153
${LLVM_LIT_ARGS} \
31543154
--xunit-xml-output=${results_dir}/results.xml \
3155-
--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}\""
3155+
--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
31563156
fi
31573157
else
31583158
with_pushd "${results_dir}" \

0 commit comments

Comments
 (0)