summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-01-30 16:33:02 +0000
committerEd Maste <emaste@freebsd.org>2015-01-30 16:33:02 +0000
commit87ff93c0fd518fda0696801eb1d91d55702caacc (patch)
treeb46b158001b4d446f4b4cba11e8db947f987ad0a
parenta8f3f76f63df671245b6cc49bb24bc57c37bee9e (diff)
downloadbcm5719-llvm-87ff93c0fd518fda0696801eb1d91d55702caacc.tar.gz
bcm5719-llvm-87ff93c0fd518fda0696801eb1d91d55702caacc.zip
Restrict SigtrampUnwind test to Darwin only
It needs OS-specific knowledge and has not yet been adapted to other systems. llvm-svn: 227579
-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