[llvm] r286767 - llvm-strings: support printing the filename

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 14 04:33:27 PST 2016


Seems to have failed here too (found by accident):

http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/369

tools/llvm-strings/nested-archives.test

nested-archives.test:9:8: error: expected string not found in input
CHECK: inner.a/ 0 0 0 644 72 `
       ^
<stdin>:2:1: note: scanning from here
inner.a/ 0 0 0 644 68 `
^

cheers,
--renato

On 14 November 2016 at 11:35, Renato Golin <renato.golin at linaro.org> wrote:
> On 13 November 2016 at 19:07, Saleem Abdulrasool via llvm-commits
> <llvm-commits at lists.llvm.org> wrote:
>> Author: compnerd
>> Date: Sun Nov 13 13:07:48 2016
>> New Revision: 286767
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=286767&view=rev
>> Log:
>> llvm-strings: support printing the filename
>>
>> This adds support for the `-f` or `--print-file-name` option for strings.
>
> Hi Saleem,
>
> This test seems to be flaky on our bots:
>
> Pass: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/868
> Fails: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/869
> Pass: http://lab.llvm.org:8011/builders/clang-cmake-aarch64-42vma/builds/870
>
> Also:
> http://lab.llvm.org:8011/builders/clang-cmake-aarch64-full/builds/230
>
> Can you have a look, please?
>
> cheers,
> --renato


More information about the llvm-commits mailing list