diff options
author | Pavel Labath <pavel@labath.sk> | 2019-07-01 13:12:29 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-07-01 13:12:29 +0000 |
commit | 77c04c3a5774595d994aa8c521752c5f3b273a0a (patch) | |
tree | 74dfcd5bf724a841facef11b00a4b063bb83cb10 /lldb/packages/Python/lldbsuite/test | |
parent | 17c3eafb2e30dd507517bd072c27cbdf5ab36141 (diff) | |
download | bcm5719-llvm-77c04c3a5774595d994aa8c521752c5f3b273a0a.tar.gz bcm5719-llvm-77c04c3a5774595d994aa8c521752c5f3b273a0a.zip |
@skipIfXmlSupportMissing TestRecognizeBreakpoint
llvm-svn: 364753
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py index c9c0525c588..335a1a132a7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py @@ -16,6 +16,7 @@ class TestRecognizeBreakpoint(GDBRemoteTestBase): we would be able to reconstruct it from the thread info, but not if the stub doesn't support it """ + @skipIfXmlSupportMissing def test(self): class MyResponder(MockGDBServerResponder): def __init__(self): |