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

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 14:20:33 PST 2019


Hi Jordan,

For future reference, the normal procedure here is to do a revert first if the fix isn’t obvious instead of a test removal.

Thanks,
Amara

> On Jan 14, 2019, at 1:58 PM, Jordan Rupprecht via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> 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
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list