diff options
author | Jordan Rupprecht <rupprecht@google.com> | 2019-01-14 21:58:15 +0000 |
---|---|---|
committer | Jordan Rupprecht <rupprecht@google.com> | 2019-01-14 21:58:15 +0000 |
commit | f3857f33c33d19b447639a87e7f6a65d994aa417 (patch) | |
tree | cd1943cb2c30cdf329bbf1285e1f2d64e471b18e | |
parent | 8e9a8432a8f41eb9e5e2ba68ccc3b676c2989b87 (diff) | |
download | bcm5719-llvm-f3857f33c33d19b447639a87e7f6a65d994aa417.tar.gz bcm5719-llvm-f3857f33c33d19b447639a87e7f6a65d994aa417.zip |
[llvm-ar] Temporarily remove failing test which is breaking buildbots
llvm-svn: 351126
-rw-r--r-- | llvm/test/tools/llvm-ar/flatten-thin-archive-recursive.test | 13 |
1 files changed, 0 insertions, 13 deletions
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 index fdd752d48b2..00000000000 --- a/llvm/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 |