aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-07-25 16:53:38 +0000
committerEd Maste <emaste@freebsd.org>2013-07-25 16:53:38 +0000
commitafed35ecdb1d799dadd4e7b2673b1911a84e77d5 (patch)
tree7a5ae052225228815e2a8e8513ca3fbcd3814875
parent9aa84a120ae567bb5fbdd4a77c744a38e0d85e8b (diff)
downloadlldb-afed35ecdb1d799dadd4e7b2673b1911a84e77d5.tar.gz
Skip dead-strip test also on FreeBSD
-dead_strip isn't supported by FreeBSD's ld. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@187129 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/functionalities/dead-strip/TestDeadStrip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functionalities/dead-strip/TestDeadStrip.py b/test/functionalities/dead-strip/TestDeadStrip.py
index 759fec7eb..6da02fbf2 100644
--- a/test/functionalities/dead-strip/TestDeadStrip.py
+++ b/test/functionalities/dead-strip/TestDeadStrip.py
@@ -19,6 +19,7 @@ class DeadStripTestCase(TestBase):
self.buildDsym()
self.dead_strip()
+ @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld.
@skipIfLinux # The -dead_strip linker option isn't supported on Linux versions of ld.
@dwarf_test
def test_with_dwarf(self):