File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2792,14 +2792,13 @@ for host in "${ALL_HOSTS[@]}"; do
2792
2792
fi
2793
2793
fi
2794
2794
2795
- # Optionally specify a test subdirectory and category filters.
2796
- # Watchpoint testing is currently disabled: see rdar://38566150.
2795
+ # Handle test subdirectory clause
2797
2796
if [[ " $( true_false ${LLDB_TEST_SWIFT_ONLY} ) " == " TRUE" ]]; then
2798
2797
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"
2800
2799
else
2801
2800
LLDB_TEST_SUBDIR_CLAUSE=" "
2802
- LLDB_TEST_CATEGORIES=" --skip-category=watchpoint "
2801
+ LLDB_TEST_CATEGORIES=" "
2803
2802
fi
2804
2803
2805
2804
# 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