summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/debugger/TestDebuggerAPI.py')
-rw-r--r--lldb/test/python_api/debugger/TestDebuggerAPI.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/python_api/debugger/TestDebuggerAPI.py b/lldb/test/python_api/debugger/TestDebuggerAPI.py
index 42dcc24df95..add7eade3d4 100644
--- a/lldb/test/python_api/debugger/TestDebuggerAPI.py
+++ b/lldb/test/python_api/debugger/TestDebuggerAPI.py
@@ -4,7 +4,7 @@ Test Debugger APIs.
import os
import lldb
-from lldbtest import TestBase, python_api_test
+from lldbtest import *
class DebuggerAPITestCase(TestBase):
@@ -12,6 +12,7 @@ class DebuggerAPITestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@python_api_test
+ @no_debug_info_test
def test_debugger_api_boundary_condition(self):
"""Exercise SBDebugger APIs with boundary conditions."""
self.dbg.HandleCommand(None)
OpenPOWER on IntegriCloud