Skip to content

Commit 77c04c3

Browse files
committed
@skipIfXmlSupportMissing TestRecognizeBreakpoint
llvm-svn: 364753
1 parent 17c3eaf commit 77c04c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class TestRecognizeBreakpoint(GDBRemoteTestBase):
1616
we would be able to reconstruct it from the thread info, but not if the
1717
stub doesn't support it """
1818

19+
@skipIfXmlSupportMissing
1920
def test(self):
2021
class MyResponder(MockGDBServerResponder):
2122
def __init__(self):

0 commit comments

Comments
 (0)