File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -2984,19 +2984,6 @@ for host in "${ALL_HOSTS[@]}"; do
2984
2984
lldb_executable=" ${lldb_build_dir} " /bin/lldb
2985
2985
results_dir=" ${lldb_build_dir} /test-results"
2986
2986
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
-
3000
2987
# Figure out which C/C++ compiler we should use for building test inferiors.
3001
2988
if [[ " ${LLDB_TEST_CC} " == " host-toolchain" ]]; then
3002
2989
# Use the host toolchain: i.e. the toolchain specified by HOST_CC
You can’t perform that action at this time.
0 commit comments