Re: [lldb-dev] [6.0.0 Release] Release Candidate 2 tagged

2018-02-08 Thread Hans Wennborg via lldb-dev
On Wed, Feb 7, 2018 at 9:51 PM, Hans Wennborg  wrote:
> Dear testers,
>
> There's been a lot of merges since rc1, and hopefully the tests are in
> a better state now.
>
> 6.0.0-rc2 was just tagged, after r324506.
>
> Please test, let me know how it goes, and upload binaries.

Windows binaries are ready:
$ sha1sum LLVM-6.0.0-rc2-win*.exe
53440640d7218497e2df43be4f31c08ace953bb3  LLVM-6.0.0-rc2-win32.exe
cd8332062e25e03d2a4ed9a2c10613569a62633a  LLVM-6.0.0-rc2-win64.exe

They were built with the attached batch file.


build_llvm_600._bat_
Description: Binary data
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged

2018-02-08 Thread NAKAMURA Takumi via lldb-dev
FYI, unofficial CentOS6 RPMs are there.
https://github.com/llvm-project/llvm-project-20170507/releases/tag/release_600_rc2

On Thu, Feb 8, 2018 at 5:52 AM Hans Wennborg via Release-testers <
release-test...@lists.llvm.org> wrote:

> Dear testers,
>
> There's been a lot of merges since rc1, and hopefully the tests are in
> a better state now.
>
> 6.0.0-rc2 was just tagged, after r324506.
>
> Please test, let me know how it goes, and upload binaries.
>
> Thanks,
> Hans
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged

2018-02-08 Thread Dimitry Andric via lldb-dev
On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers 
 wrote:
> 
> There's been a lot of merges since rc1, and hopefully the tests are in
> a better state now.
> 
> 6.0.0-rc2 was just tagged, after r324506.
> 
> Please test, let me know how it goes, and upload binaries.

Built, tested and uploaded:

SHA256 (clang+llvm-6.0.0-rc2-amd64-unknown-freebsd10.tar.xz) = 
1334db5949ec0c78cd6e9b798f0b397fe9e99240d98bcfc834e4410258b98372
SHA256 (clang+llvm-6.0.0-rc2-i386-unknown-freebsd10.tar.xz) = 
a7c0b1e4cfe3d608ee77472c7f17fe6b9493c7259aca80fcdd3b8a4fe49ad92d

On amd64-freebsd10 there were 896 unexpected test failures:

  Expected Passes: 45004
  Expected Failures  : 186
  Unsupported Tests  : 2939
  Unexpected Failures: 896

On i386-freebsd10 there were 619 unexpected test failures:

  Expected Passes: 43849
  Expected Failures  : 195
  Unsupported Tests  : 1954
  Unexpected Failures: 619

At least the i386 version looks quite a bit better, down from 1773 to 619 test 
failures. :)

-Dimitry



signature.asc
Description: Message signed with OpenPGP
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [Release-testers] [6.0.0 Release] Release Candidate 2 tagged

2018-02-08 Thread Diana Picus via lldb-dev
Uploaded ARM & AArch64:

929794f931a075b9981ac0b3828b74ff0a78c541
clang+llvm-6.0.0-rc2-aarch64-linux-gnu.tar.xz
e1bebfc9c6dbbbdac3be0d629850442a0418b242
clang+llvm-6.0.0-rc2-armv7a-linux-gnueabihf.tar.xz

The good news is that the previous issues have been fixed, the bad
news is there are two new ones:
PR36313 on AArch64 (failures in openmp tests)
PR34182 on ARM (libcxxabi, we've seen this before in 5.0.0 but it was
reverted on the release branch; I'm really sorry that I missed this in
rc1, it got lost among all the tautological compare failures)

Cheers,
Diana

On 8 February 2018 at 22:43, Dimitry Andric via Release-testers
 wrote:
> On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers 
>  wrote:
>>
>> There's been a lot of merges since rc1, and hopefully the tests are in
>> a better state now.
>>
>> 6.0.0-rc2 was just tagged, after r324506.
>>
>> Please test, let me know how it goes, and upload binaries.
>
> Built, tested and uploaded:
>
> SHA256 (clang+llvm-6.0.0-rc2-amd64-unknown-freebsd10.tar.xz) = 
> 1334db5949ec0c78cd6e9b798f0b397fe9e99240d98bcfc834e4410258b98372
> SHA256 (clang+llvm-6.0.0-rc2-i386-unknown-freebsd10.tar.xz) = 
> a7c0b1e4cfe3d608ee77472c7f17fe6b9493c7259aca80fcdd3b8a4fe49ad92d
>
> On amd64-freebsd10 there were 896 unexpected test failures:
>
>   Expected Passes: 45004
>   Expected Failures  : 186
>   Unsupported Tests  : 2939
>   Unexpected Failures: 896
>
> On i386-freebsd10 there were 619 unexpected test failures:
>
>   Expected Passes: 43849
>   Expected Failures  : 195
>   Unsupported Tests  : 1954
>   Unexpected Failures: 619
>
> At least the i386 version looks quite a bit better, down from 1773 to 619 
> test failures. :)
>
> -Dimitry
>
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
>
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev