[Lldb-commits] [lldb] r364753 - @skipIfXmlSupportMissing TestRecognizeBreakpoint

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 1 06:12:29 PDT 2019


Author: labath
Date: Mon Jul  1 06:12:29 2019
New Revision: 364753

URL: http://llvm.org/viewvc/llvm-project?rev=364753&view=rev
Log:
@skipIfXmlSupportMissing TestRecognizeBreakpoint

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py?rev=364753&r1=364752&r2=364753&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestRecognizeBreakpoint.py Mon Jul  1 06:12:29 2019
@@ -16,6 +16,7 @@ class TestRecognizeBreakpoint(GDBRemoteT
         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):




More information about the lldb-commits mailing list