Skip to content

Commit 6914e6e

Browse files
Merge pull request swiftlang#21935 from adrian-prantl/speedup-compat
Add a lit regex filter for the compatibility tests
2 parents 4d128b1 + 7967ec1 commit 6914e6e

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
@@ -3154,7 +3154,7 @@ for host in "${ALL_HOSTS[@]}"; do
31543154
"${lldb_build_dir}/lit" \
31553155
${LLVM_LIT_ARGS} \
31563156
--xunit-xml-output=${results_dir}/results.xml \
3157-
--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}\""
3157+
--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
31583158
fi
31593159
else
31603160
with_pushd "${results_dir}" \

0 commit comments

Comments
 (0)