File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2794,13 +2794,14 @@ for host in "${ALL_HOSTS[@]}"; do
2794
2794
fi
2795
2795
fi
2796
2796
2797
- # Handle test subdirectory clause
2797
+ # Optionally specify a test subdirectory and category filters.
2798
+ # Watchpoint testing is currently disabled: see rdar://38566150.
2798
2799
if [[ " $( true_false ${LLDB_TEST_SWIFT_ONLY} ) " == " TRUE" ]]; then
2799
2800
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"
2801
2802
else
2802
2803
LLDB_TEST_SUBDIR_CLAUSE=" "
2803
- LLDB_TEST_CATEGORIES=" "
2804
+ LLDB_TEST_CATEGORIES=" --skip-category=watchpoint "
2804
2805
fi
2805
2806
2806
2807
# figure out which C/C++ compiler we should use for building test inferiors.
You can’t perform that action at this time.
0 commit comments