Skip to content

Commit 5585c34

Browse files
authored
Merge pull request #15341 from dcci/revertcheck
2 parents 8759a6f + 694597d commit 5585c34

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

utils/build-script-impl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2792,14 +2792,13 @@ for host in "${ALL_HOSTS[@]}"; do
27922792
fi
27932793
fi
27942794

2795-
# Optionally specify a test subdirectory and category filters.
2796-
# Watchpoint testing is currently disabled: see rdar://38566150.
2795+
# Handle test subdirectory clause
27972796
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "TRUE" ]]; then
27982797
LLDB_TEST_SUBDIR_CLAUSE="--test-subdir lang/swift"
2799-
LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dsym --skip-category=gmodules -G swiftpr"
2798+
LLDB_TEST_CATEGORIES="--skip-category=dwo --skip-category=dsym --skip-category=gmodules -G swiftpr"
28002799
else
28012800
LLDB_TEST_SUBDIR_CLAUSE=""
2802-
LLDB_TEST_CATEGORIES="--skip-category=watchpoint"
2801+
LLDB_TEST_CATEGORIES=""
28032802
fi
28042803

28052804
# figure out which C/C++ compiler we should use for building test inferiors.

0 commit comments

Comments
 (0)