Skip to content

Commit f5c974c

Browse files
authored
Merge pull request #10731 from jasonmolenda/cp-skip-consecutive-watchpoints-test-with-out-of-tree-debugserver
2 parents 9c74c54 + 6bcdbbf commit f5c974c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/watchpoint/consecutive-watchpoints/TestConsecutiveWatchpoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def continue_and_report_stop_reason(self, process, iter_str):
2222

2323
# debugserver only gained the ability to watch larger regions
2424
# with this patch.
25+
@skipIfOutOfTreeDebugserver
2526
def test_consecutive_watchpoints(self):
2627
"""Test watchpoint that covers a large region of memory."""
2728
self.build()

0 commit comments

Comments
 (0)