summaryrefslogtreecommitdiff
path: root/test/Object
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-10 22:15:29 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-10 22:15:29 +0000
commitb0d599334fea18023c0b219b2e7bc2beb7298ba0 (patch)
tree94e969bb45a1d619bede3e1368d01d03a85d4b52 /test/Object
parentfe76696ca4aad01dc70f819f95121d8e82373e0e (diff)
downloadllvm-b0d599334fea18023c0b219b2e7bc2beb7298ba0.tar.gz
llvm-b0d599334fea18023c0b219b2e7bc2beb7298ba0.tar.bz2
llvm-b0d599334fea18023c0b219b2e7bc2beb7298ba0.tar.xz
Remove this test for now.
It is not reliable to depend on the output of llvm_unreachable. The original change will have proper tests when llvm-ar moves to lib/Object (soon). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/nm-archive.test7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/Object/nm-archive.test b/test/Object/nm-archive.test
index bf56a300e0..99efc1bec6 100644
--- a/test/Object/nm-archive.test
+++ b/test/Object/nm-archive.test
@@ -30,10 +30,3 @@ RUN: llvm-nm %p/Inputs/archive-test.a-gnu-minimal
And don't crash when asked to print a non existing symtab.
RUN: llvm-nm -s %p/Inputs/archive-test.a-gnu-minimal
-
-
-Test that we at least find the symbol table on an OS X archive. Please update
-this when we are actually able to parse it.
-RUN: not llvm-nm -s %p/Inputs/MacOSX.a 2>&1 | FileCheck %s -check-prefix OSX
-
-OSX: BSD archive format is not supported