[llvm-ar] Temporarily remove failing test which is breaking buildbots
authorJordan Rupprecht <rupprecht@google.com>
Mon, 14 Jan 2019 21:58:15 +0000 (21:58 +0000)
committerJordan Rupprecht <rupprecht@google.com>
Mon, 14 Jan 2019 21:58:15 +0000 (21:58 +0000)
llvm-svn: 351126

llvm/test/tools/llvm-ar/flatten-thin-archive-recursive.test [deleted file]

diff --git a/llvm/test/tools/llvm-ar/flatten-thin-archive-recursive.test b/llvm/test/tools/llvm-ar/flatten-thin-archive-recursive.test
deleted file mode 100644 (file)
index fdd752d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Since llvm-ar cannot create thin archives that contain any thin archives,
-# nested-thin-archive.a is a manually constructed thin archive that contains
-# another (unflattened) thin archive.
-# This test ensures that flat archives are recursively flattened.
-
-RUN: rm -f %t.a
-RUN: llvm-ar rcsT %t.a %S/Inputs/nested-thin-archive.a %S/Inputs/d.txt
-RUN: llvm-ar t %t.a | FileCheck %s
-
-CHECK:      a.txt
-CHECK-NEXT: b.txt
-CHECK-NEXT: c.txt
-CHECK-NEXT: d.txt