Skip to content

Commit 7ac357c

Browse files
committed
---
yaml --- r: 349500 b: refs/heads/master-next c: dfd2e18 h: refs/heads/master
1 parent 820ea05 commit 7ac357c

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: e9fed967cbbd895c4216edeb636e3053f2f1a984
3+
refs/heads/master-next: dfd2e181002058ce3324d5220b14fd86afa7ca12
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/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)