[llvm] r351126 - [llvm-ar] Temporarily remove failing test which is breaking buildbots

Jordan Rupprecht via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 13:58:15 PST 2019


Author: rupprecht
Date: Mon Jan 14 13:58:15 2019
New Revision: 351126

URL: http://llvm.org/viewvc/llvm-project?rev=351126&view=rev
Log:
[llvm-ar] Temporarily remove failing test which is breaking buildbots

Removed:
    llvm/trunk/test/tools/llvm-ar/flatten-thin-archive-recursive.test

Removed: llvm/trunk/test/tools/llvm-ar/flatten-thin-archive-recursive.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-ar/flatten-thin-archive-recursive.test?rev=351125&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-ar/flatten-thin-archive-recursive.test (original)
+++ llvm/trunk/test/tools/llvm-ar/flatten-thin-archive-recursive.test (removed)
@@ -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




More information about the llvm-commits mailing list