From: Jordan Rupprecht Date: Mon, 14 Jan 2019 21:58:15 +0000 (+0000) Subject: [llvm-ar] Temporarily remove failing test which is breaking buildbots X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6ff26040c3c59b9679b4bc43845a459358625ff2;p=llvm [llvm-ar] Temporarily remove failing test which is breaking buildbots git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351126 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/tools/llvm-ar/flatten-thin-archive-recursive.test b/test/tools/llvm-ar/flatten-thin-archive-recursive.test deleted file mode 100644 index fdd752d48b2..00000000000 --- a/test/tools/llvm-ar/flatten-thin-archive-recursive.test +++ /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