File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f9f78dc94cdd8ca9fd574b25b22b96cbf1696c7b
2
+ refs/heads/master: 75a943cc248574570c14ada78f71690c58b42a56
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -2935,15 +2935,15 @@ for host in "${ALL_HOSTS[@]}"; do
2935
2935
call " ${llvm_build_dir} /bin/llvm-lit" \
2936
2936
" ${lldb_build_dir} /lit" -sv \
2937
2937
--xunit-xml-output=${results_dir} /results.xml \
2938
- --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -E \" ${DOTEST_EXTRA} \" "
2938
+ --param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t - E \" ${DOTEST_EXTRA} \" "
2939
2939
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
2940
2940
echo " Running LLDB swift compatibility tests against" \
2941
2941
" ${LLDB_TEST_SWIFT_COMPATIBILITY} "
2942
2942
with_pushd ${results_dir} \
2943
2943
call " ${llvm_build_dir} /bin/llvm-lit" \
2944
2944
" ${lldb_build_dir} /lit" -sv \
2945
2945
--xunit-xml-output=${results_dir} /results.xml \
2946
- --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} \" -E \" ${DOTEST_EXTRA} \" "
2946
+ --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} \" "
2947
2947
fi
2948
2948
else
2949
2949
with_pushd " ${results_dir} " \
You can’t perform that action at this time.
0 commit comments