Hans Wennborg via llvm-dev
2018-Feb-23 15:14 UTC
[llvm-dev] [6.0.0 Release] Release Candidate 3 tagged
Dear testers, 6.0.0-rc3 was just tagged, after r325901 on the branch. There are still a few open blockers, but I'm not sure we'll actually end up blocking on all of them. So depending on what comes up, this release candidate is probably pretty close to what the final release will look like (I'm still hoping for more release notes, though). I'm hoping we can get to 'final' sometime next week. Please test, let me know how it goes, and upload binaries. Thanks, Hans
Brian Cain via llvm-dev
2018-Feb-24 05:43 UTC
[llvm-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
SLES11 binaries for rc3 uploaded. 55b63de8adc12c67eb11abcf1a5f7132cca59b4e clang+llvm-6.0.0-rc3-x86_64-linux-sles11.3.tar.xz On Fri, Feb 23, 2018 at 9:14 AM, Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is probably pretty close to what the final release > will look like (I'm still hoping for more release notes, though). > > I'm hoping we can get to 'final' sometime next week. > > Please test, let me know how it goes, and upload binaries. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180223/038000e8/attachment.html>
Diana Picus via llvm-dev
2018-Feb-24 19:30 UTC
[llvm-dev] [cfe-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
ARM & AArch64 uploaded: 4b941502895a501b96da4dfc1ae97daf76b1dce0 clang+llvm-6.0.0-rc3-aarch64-linux-gnu.tar.xz 66e2e7142f3b6ce3e2d02aea5b64d6ada9e6f6a5 clang+llvm-6.0.0-rc3-armv7a-linux-gnueabihf.tar.xz AArch64 is green, but for ARM we still have PR34182 (as expected). No new failures though. Cheers, Diana On 24 February 2018 at 06:43, Brian Cain via cfe-dev <cfe-dev at lists.llvm.org> wrote:> SLES11 binaries for rc3 uploaded. > > 55b63de8adc12c67eb11abcf1a5f7132cca59b4e > clang+llvm-6.0.0-rc3-x86_64-linux-sles11.3.tar.xz > > > On Fri, Feb 23, 2018 at 9:14 AM, Hans Wennborg via Release-testers > <release-testers at lists.llvm.org> wrote: >> >> Dear testers, >> >> 6.0.0-rc3 was just tagged, after r325901 on the branch. >> >> There are still a few open blockers, but I'm not sure we'll actually >> end up blocking on all of them. So depending on what comes up, this >> release candidate is probably pretty close to what the final release >> will look like (I'm still hoping for more release notes, though). >> >> I'm hoping we can get to 'final' sometime next week. >> >> Please test, let me know how it goes, and upload binaries. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers > > > > > -- > -Brian > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >
Dimitry Andric via llvm-dev
2018-Feb-25 13:17 UTC
[llvm-dev] [Openmp-dev] [6.0.0 Release] Release Candidate 3 tagged
On 23 Feb 2018, at 16:14, Hans Wennborg via Openmp-dev <openmp-dev at lists.llvm.org> wrote:> 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is probably pretty close to what the final release > will look like (I'm still hoping for more release notes, though). > > I'm hoping we can get to 'final' sometime next week. > > Please test, let me know how it goes, and upload binaries.Built, tested and uploaded: SHA256 (clang+llvm-6.0.0-rc3-amd64-unknown-freebsd-10.tar.xz) = 210089c6bcce118b3defe4084c4e0a0afa482deec42466ad31f0c8de49296ca7 SHA256 (clang+llvm-6.0.0-rc3-i386-unknown-freebsd-10.tar.xz) = b4a3678bc86ab949ebf9845b524408fcf7f825de09f37d2a70fb4447cef3d8e6 On amd64-freebsd10 there were 526 unexpected test failures (down from 896 at rc2): Expected Passes : 45381 Passes With Retry : 4 Expected Failures : 185 Unsupported Tests : 2937 Unexpected Passes : 1 Unexpected Failures: 526 On i386-freebsd10 there were 250 unexpected test failures (down from 619 at rc2): Expected Passes : 44223 Passes With Retry : 4 Expected Failures : 194 Unsupported Tests : 1954 Unexpected Passes : 1 Unexpected Failures: 250 In both cases, the "unexpected pass" is lldb :: Expr/TestCallStdStringFunction.test, no idea where that came from, though. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 223 bytes Desc: Message signed with OpenPGP URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180225/436b25ac/attachment.sig>
Hans Wennborg via llvm-dev
2018-Feb-27 15:23 UTC
[llvm-dev] [6.0.0 Release] Release Candidate 3 tagged
On Fri, Feb 23, 2018 at 4:14 PM, Hans Wennborg <hans at chromium.org> wrote:> Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is probably pretty close to what the final release > will look like (I'm still hoping for more release notes, though). > > I'm hoping we can get to 'final' sometime next week. > > Please test, let me know how it goes, and upload binaries.So far nothing new has come up, so the plan is to tag 'final' tomorrow (Wednesday) morning European time. If there are any problems you think I should know about, now is the time to let me know :-)
Michał Górny via llvm-dev
2018-Feb-27 16:00 UTC
[llvm-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
W dniu pią, 23.02.2018 o godzinie 16∶14 +0100, użytkownik Hans Wennborg via Release-testers napisał:> Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is probably pretty close to what the final release > will look like (I'm still hoping for more release notes, though). > > I'm hoping we can get to 'final' sometime next week. > > Please test, let me know how it goes, and upload binaries. >All looks good-ish on Gentoo end. No new issues and no blockers. -- Best regards, Michał Górny
Simon Dardis via llvm-dev
2018-Feb-27 20:18 UTC
[llvm-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
Hi, No major issues seen so far for mips. Binaries uploaded. SHA256(clang+llvm-6.0.0-rc3-mipsel-linux-gnu.tar.xz)= 6e4fab79cc341a9084dab94cced108daff39fcde14a11e8d7ae454e9f92cb77c SHA256(clang+llvm-6.0.0-rc3-mips-linux-gnu.tar.xz)= 54887a039d3d7ccff17a0c7245f4c9d778a1c22f96b619db554849da55293d61 SHA256(clang+llvm-6.0.0-rc3-x86_64-linux-gnu-debian8.tar.xz)= 75f1a18f23b9d34e3f1ebc223ca0071458b9e8b1392040f9b3d1725566ff6ec1 Thanks, Simon ________________________________________ From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf of Hans Wennborg via Release-testers [release-testers at lists.llvm.org] Sent: Friday, February 23, 2018 3:14 PM To: Release-testers Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev Subject: [Release-testers] [6.0.0 Release] Release Candidate 3 tagged Dear testers, 6.0.0-rc3 was just tagged, after r325901 on the branch. There are still a few open blockers, but I'm not sure we'll actually end up blocking on all of them. So depending on what comes up, this release candidate is probably pretty close to what the final release will look like (I'm still hoping for more release notes, though). I'm hoping we can get to 'final' sometime next week. Please test, let me know how it goes, and upload binaries. Thanks, Hans _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Hans Wennborg via llvm-dev
2018-Feb-28 15:02 UTC
[llvm-dev] [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
Thanks! Added to the web page now. On Tue, Feb 27, 2018 at 9:18 PM, Simon Dardis <Simon.Dardis at mips.com> wrote:> Hi, > > No major issues seen so far for mips. Binaries uploaded. > > SHA256(clang+llvm-6.0.0-rc3-mipsel-linux-gnu.tar.xz)= 6e4fab79cc341a9084dab94cced108daff39fcde14a11e8d7ae454e9f92cb77c > SHA256(clang+llvm-6.0.0-rc3-mips-linux-gnu.tar.xz)= 54887a039d3d7ccff17a0c7245f4c9d778a1c22f96b619db554849da55293d61 > SHA256(clang+llvm-6.0.0-rc3-x86_64-linux-gnu-debian8.tar.xz)= 75f1a18f23b9d34e3f1ebc223ca0071458b9e8b1392040f9b3d1725566ff6ec1 > > Thanks, > Simon > ________________________________________ > From: Release-testers [release-testers-bounces at lists.llvm.org] on behalf of Hans Wennborg via Release-testers [release-testers at lists.llvm.org] > Sent: Friday, February 23, 2018 3:14 PM > To: Release-testers > Cc: llvm-dev; cfe-dev; openmp-dev (openmp-dev at lists.llvm.org); LLDB Dev > Subject: [Release-testers] [6.0.0 Release] Release Candidate 3 tagged > > Dear testers, > > 6.0.0-rc3 was just tagged, after r325901 on the branch. > > There are still a few open blockers, but I'm not sure we'll actually > end up blocking on all of them. So depending on what comes up, this > release candidate is probably pretty close to what the final release > will look like (I'm still hoping for more release notes, though). > > I'm hoping we can get to 'final' sometime next week. > > Please test, let me know how it goes, and upload binaries. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Possibly Parallel Threads
- [6.0.0 Release] Release Candidate 3 tagged
- [Release-testers] [6.0.0 Release] Release Candidate 3 tagged
- [Release-testers] [6.0.0 Release] Release Candidate 2 tagged
- [Release-testers] [6.0.0 Release] The final tag is in
- [Release-testers] [3.9 Release] Release Candidate 2 has been tagged