summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py')
-rw-r--r--lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py b/lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py
index 09eeddf3065..1c2e8edbc48 100644
--- a/lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py
+++ b/lldb/test/functionalities/unwind/sigtramp/TestSigtrampUnwind.py
@@ -21,6 +21,7 @@ class SigtrampUnwind(TestBase):
self.setTearDownCleanup()
self.sigtramp_unwind_tests()
+ @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@dwarf_test
def test_with_dwarf (self):
"""Test that we can backtrace correctly with _sigtramp on the stack"""
OpenPOWER on IntegriCloud