diff options
Diffstat (limited to 'lldb/test/python_api/frame')
| -rw-r--r-- | lldb/test/python_api/frame/TestFrames.py | 2 | ||||
| -rw-r--r-- | lldb/test/python_api/frame/inlines/TestInlinedFrame.py | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py index 0318cee8e16..e09bf1ba0c6 100644 --- a/lldb/test/python_api/frame/TestFrames.py +++ b/lldb/test/python_api/frame/TestFrames.py @@ -15,12 +15,14 @@ class FrameAPITestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test + @dsym_test def test_get_arg_vals_for_call_stack_with_dsym(self): """Exercise SBFrame.GetVariables() API to get argument vals.""" self.buildDsym() self.do_get_arg_vals() @python_api_test + @dwarf_test def test_get_arg_vals_for_call_stack_with_dwarf(self): """Exercise SBFrame.GetVariables() API to get argument vals.""" self.buildDwarf() diff --git a/lldb/test/python_api/frame/inlines/TestInlinedFrame.py b/lldb/test/python_api/frame/inlines/TestInlinedFrame.py index dd4331e072e..998c3a61b03 100644 --- a/lldb/test/python_api/frame/inlines/TestInlinedFrame.py +++ b/lldb/test/python_api/frame/inlines/TestInlinedFrame.py @@ -14,12 +14,14 @@ class InlinedFrameAPITestCase(TestBase): @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") @python_api_test + @dsym_test def test_stop_at_outer_inline_with_dsym(self): """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName().""" self.buildDsym() self.do_stop_at_outer_inline() @python_api_test + @dwarf_test def test_stop_at_outer_inline_with_dwarf(self): """Exercise SBFrame.IsInlined() and SBFrame.GetFunctionName().""" self.buildDwarf() |

