We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ac13b + 52bb021 commit d957bd5Copy full SHA for d957bd5
utils/build-script-impl
@@ -2879,7 +2879,7 @@ for host in "${ALL_HOSTS[@]}"; do
2879
# Watchpoint testing is currently disabled: see rdar://38566150.
2880
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "TRUE" ]]; then
2881
LLDB_TEST_SUBDIR_CLAUSE="--test-subdir lang/swift"
2882
- LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dsym"
+ LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dwarf"
2883
else
2884
LLDB_TEST_SUBDIR_CLAUSE=""
2885
LLDB_TEST_CATEGORIES="--skip-category=watchpoint"
0 commit comments