Skip to content

Commit 921ad9d

Browse files
committed
enable LLDB xpass/xfail to show up in xUnit test output
1 parent ddd2f1e commit 921ad9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build-script-impl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2353,7 +2353,8 @@ for host in "${ALL_HOSTS[@]}"; do
23532353
LLDB_FORMATTER_OPTS="\
23542354
--results-formatter lldbsuite.test_event.formatter.xunit.XunitFormatter \
23552355
--results-file ${results_dir}/results.xml \
2356-
-O--xpass=ignore"
2356+
-O--xpass=success \
2357+
-O--xfail=success"
23572358
# Setup the xUnit results formatter.
23582359
if [[ "$(uname -s)" != "Darwin" ]] ; then
23592360
# On non-Darwin, we ignore skipped tests entirely

0 commit comments

Comments
 (0)