[llvm-dev] [10.0.0 Release] Release Candidate 1 is here

Hans Wennborg via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 3 02:39:40 PST 2020


On Sat, Feb 1, 2020 at 7:30 AM Neil Nelson via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> Obtained the following error for Xubuntu/Ubuntu 19.10.
>
> Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.
> FAIL: LLVM :: tools/llvm-ar/quick-append.test (53134 of 69456)
> ******************** TEST 'LLVM :: tools/llvm-ar/quick-append.test' FAILED ********************
[...]
> Command Output (stderr):
> --
> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/llvm-project/llvm/test/tools/llvm-ar/quick-append.test:39:14: error: SAME-NEXT: is on the same line as previous match
> # SAME-NEXT: 1.o
>              ^
> <stdin>:1:148: note: 'next' match was here
> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release/llvmCore-10.0.0-rc1.obj/test/tools/llvm-ar/Output/quick-append.test.tmp/1.o
>                                                                                                                                                    ^
> <stdin>:1:97: note: previous match ended here
> /home/nnelson/Documents/llvm-project/llvm/utils/release/rc1/Phase3/Release/llvmCore-10.0.0-rc1.obj/test/tools/llvm-ar/Output/quick-append.test.tmp/1.o
>                                                                                                 ^

Looks like the test is confused about the "1.o" part of the
"...-rc1.obj" build directory.

I've fixed that in f00ab188f4e4214dfbecfdd8968a183e9363cefa and
cherry-picked to the branch in
e11d70cfe7e2a8537eb774ed1780e9ecd1aa90a0


More information about the llvm-dev mailing list