Skip to content

Commit cea8257

Browse files
committed
[lldb] Skip TestConsecutiveWatchpoints.py if out of tree debugserver
The GreenDragon CI bots are currently passing because the installed Xcode is a bit old, and doesn't have the watchpoint handling bug that was fixed April with this test being added. But on other CI running newer Xcode debugservers, this test will fail. Skip this test if we're using an out of tree debugserver.
1 parent fbb11b4 commit cea8257

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)