Skip to content

Commit d957bd5

Browse files
Merge pull request #19377 from adrian-prantl/dwarf
build-script: skip dwarf tests instead of dsym tests in LLDB testsuite
2 parents 61ac13b + 52bb021 commit d957bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,7 @@ for host in "${ALL_HOSTS[@]}"; do
28792879
# Watchpoint testing is currently disabled: see rdar://38566150.
28802880
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "TRUE" ]]; then
28812881
LLDB_TEST_SUBDIR_CLAUSE="--test-subdir lang/swift"
2882-
LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dsym"
2882+
LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dwarf"
28832883
else
28842884
LLDB_TEST_SUBDIR_CLAUSE=""
28852885
LLDB_TEST_CATEGORIES="--skip-category=watchpoint"

0 commit comments

Comments
 (0)