[llvm] r186043 - Remove this test for now.

Rafael Espindola rafael.espindola at gmail.com
Wed Jul 10 15:15:29 PDT 2013


Author: rafael
Date: Wed Jul 10 17:15:29 2013
New Revision: 186043

URL: http://llvm.org/viewvc/llvm-project?rev=186043&view=rev
Log:
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).

Modified:
    llvm/trunk/test/Object/nm-archive.test

Modified: llvm/trunk/test/Object/nm-archive.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/nm-archive.test?rev=186043&r1=186042&r2=186043&view=diff
==============================================================================
--- llvm/trunk/test/Object/nm-archive.test (original)
+++ llvm/trunk/test/Object/nm-archive.test Wed Jul 10 17:15:29 2013
@@ -30,10 +30,3 @@ RUN: llvm-nm %p/Inputs/archive-test.a-gn
 
 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





More information about the llvm-commits mailing list