Skip to content

Commit da08909

Browse files
authored
Merge pull request #15315 from vedantk/watchpoints
2 parents 20d9435 + 4858cf6 commit da08909

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

utils/build-script-impl

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

2797-
# Handle test subdirectory clause
2797+
# Optionally specify a test subdirectory and category filters.
2798+
# Watchpoint testing is currently disabled: see rdar://38566150.
27982799
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "TRUE" ]]; then
27992800
LLDB_TEST_SUBDIR_CLAUSE="--test-subdir lang/swift"
2800-
LLDB_TEST_CATEGORIES="--skip-category=dwo --skip-category=dsym --skip-category=gmodules -G swiftpr"
2801+
LLDB_TEST_CATEGORIES="--skip-category=watchpoint --skip-category=dwo --skip-category=dsym --skip-category=gmodules -G swiftpr"
28012802
else
28022803
LLDB_TEST_SUBDIR_CLAUSE=""
2803-
LLDB_TEST_CATEGORIES=""
2804+
LLDB_TEST_CATEGORIES="--skip-category=watchpoint"
28042805
fi
28052806

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

0 commit comments

Comments
 (0)