Skip to content

Commit a83a40f

Browse files
committed
[build-script] Remove LLDB_FORMATTER_OPTS
This variable is set but never used. Since we run the test suite with lit these don't matter at all.
1 parent 64afb16 commit a83a40f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

utils/build-script-impl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2984,19 +2984,6 @@ for host in "${ALL_HOSTS[@]}"; do
29842984
lldb_executable="${lldb_build_dir}"/bin/lldb
29852985
results_dir="${lldb_build_dir}/test-results"
29862986

2987-
LLDB_FORMATTER_OPTS="--results-formatter lldbsuite.test_event.formatter.xunit.XunitFormatter \
2988-
--results-file ${results_dir}/results.xml \
2989-
-O--xpass=success \
2990-
-O--xfail=success"
2991-
2992-
# Setup the xUnit results formatter.
2993-
if [[ "$(uname -s)" != "Darwin" ]] ; then
2994-
# On non-Darwin, we ignore skipped tests entirely
2995-
# so that they don't pollute our xUnit results with
2996-
# non-actionable content.
2997-
LLDB_FORMATTER_OPTS="${LLDB_FORMATTER_OPTS} -O-ndsym -O-rdebugserver -O-rlibc\\\\+\\\\+ -O-rlong.running -O-rbenchmarks -O-rrequires.one?.of.darwin"
2998-
fi
2999-
30002987
# Figure out which C/C++ compiler we should use for building test inferiors.
30012988
if [[ "${LLDB_TEST_CC}" == "host-toolchain" ]]; then
30022989
# Use the host toolchain: i.e. the toolchain specified by HOST_CC

0 commit comments

Comments
 (0)