Hi, The 8.0.1 final release has been tagged. Testers please upload the final binaries. -Tom
Michał Górny via llvm-dev
2019-Jul-20 12:51 UTC
[llvm-dev] [Release-testers] 8.0.1-final has been tagged
On Fri, 2019-07-19 at 20:21 -0700, Tom Stellard via Release-testers wrote:> Hi, > > The 8.0.1 final release has been tagged. Testers please upload the final > binaries. >Unleashed on Gentoo users. Test results as before. -- Best regards, Michał Górny -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 618 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190720/c330287b/attachment.sig>
Bernhard Rosenkraenzer via llvm-dev
2019-Jul-20 13:00 UTC
[llvm-dev] [Release-testers] 8.0.1-final has been tagged
Built successfully in OpenMandriva all arches except RISC-V - passed all tests, no unusual problems so far. ttyl bero On 20 July 2019 05:21:23 CEST, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote:>Hi, > >The 8.0.1 final release has been tagged. Testers please upload the >final >binaries. > >-Tom >_______________________________________________ >Release-testers mailing list >Release-testers at lists.llvm.org >https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers-- Sent from my Android device with K-9 Mail. Please excuse my brevity. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190720/24dc6158/attachment.html>
Dimitry Andric via llvm-dev
2019-Jul-22 10:41 UTC
[llvm-dev] [Release-testers] 8.0.1-final has been tagged
On 20 Jul 2019, at 05:21, Tom Stellard via Release-testers <release-testers at lists.llvm.org> wrote:> The 8.0.1 final release has been tagged. Testers please upload the final > binaries.As with 8.0.1 rc4, I had to disable compiler-rt for this test run, as most of the sanitizers are totally broken. This is tracked in PR40761. Main test results on amd64-freebsd11: Expected Passes : 53258 (rc4: 53262) Passes With Retry : 0 (rc4: 1) Expected Failures : 213 (rc4: 213) Unsupported Tests : 1718 (rc4: 1718) Unresolved Tests : 9 (rc4: 8) Unexpected Passes : 3 (rc4: 3) Unexpected Failures: 66 (rc4: 62) Main test results on i386-freebsd11: Expected Passes : 53113 (rc4: 53114) Passes With Retry : 0 (rc4: 1) Expected Failures : 229 (rc4: 229) Unsupported Tests : 1540 (rc4: 1540) Unresolved Tests : 8 (rc4: 8) Unexpected Passes : 5 (rc4: 5) Unexpected Failures: 177 (rc4: 175) Uploaded: SHA256 (clang+llvm-8.0.1-amd64-unknown-freebsd11.tar.xz) = 4ae625169fa0ae56cf534cddc6f8eda76123f89adac0de439d0e47885fccc813 SHA256 (clang+llvm-8.0.1-i386-unknown-freebsd11.tar.xz) = f0ab06cce95f9339af3e27e728913414a7b775a5bdb6c90e2a4f67f8cf2a917e -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/20190722/93cb89c1/attachment.sig>
Hans Wennborg via llvm-dev
2019-Jul-22 19:39 UTC
[llvm-dev] [cfe-dev] 8.0.1-final has been tagged
On Fri, Jul 19, 2019 at 8:21 PM Tom Stellard via cfe-dev <cfe-dev at lists.llvm.org> wrote:> > Hi, > > The 8.0.1 final release has been tagged. Testers please upload the final > binaries.Windows is ready: $ sha256sum *8.0.1-win*.exe 5d992a41f1ff6296659e66eabbcbaec34f5533fe9d1376fc94fba7450383fe69 LLVM-8.0.1-win32.exe e3af139c2f93075c13dcbc4091c1311f66fc6e4e8705649fcaf9bef8b3368f41 LLVM-8.0.1-win64.exe Thanks, Hans -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_801-final._bat_ Type: application/octet-stream Size: 5418 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190722/1104d1bd/attachment.obj>
Diana Picus via llvm-dev
2019-Jul-23 08:12 UTC
[llvm-dev] [Release-testers] [cfe-dev] 8.0.1-final has been tagged
ARM & AArch64 ready: c87b57496f8ec0f0fd74faa1c43b0ac12c156aae54d9be45169fd8f2b33b2181 clang+llvm-8.0.1-armv7a-linux-gnueabihf.tar.xz a80dc5ca8d9bf5dfb12502263fd50bde6260fe661c1d1f6fb88c7a1146c879f4 clang+llvm-8.0.1-aarch64-linux-gnu.tar.xz Cheers, Diana On Mon, 22 Jul 2019 at 21:40, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > On Fri, Jul 19, 2019 at 8:21 PM Tom Stellard via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > > > Hi, > > > > The 8.0.1 final release has been tagged. Testers please upload the final > > binaries. > > Windows is ready: > > $ sha256sum *8.0.1-win*.exe > 5d992a41f1ff6296659e66eabbcbaec34f5533fe9d1376fc94fba7450383fe69 > LLVM-8.0.1-win32.exe > e3af139c2f93075c13dcbc4091c1311f66fc6e4e8705649fcaf9bef8b3368f41 > LLVM-8.0.1-win64.exe > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Brian Cain via llvm-dev
2019-Jul-23 15:10 UTC
[llvm-dev] [Release-testers] 8.0.1-final has been tagged
[previously I misdirected this message as a reply to the 9.0.0 thread, so I'm reproducing here just in case] Uploaded ubuntu 14. I had to kill some tests executing "lldb-vscode", they had been running for 12+ hours without completing. b57383860c7e4317b0194d1a91836e01bd637c95 clang+llvm-8.0.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz On Fri, Jul 19, 2019 at 10:21 PM Tom Stellard via Release-testers < release-testers at lists.llvm.org> wrote:> Hi, > > The 8.0.1 final release has been tagged. Testers please upload the final > binaries. > > -Tom > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://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/20190723/8b3f4372/attachment.html>
Brian Cain via llvm-dev
2019-Jul-24 03:01 UTC
[llvm-dev] [Release-testers] 8.0.1-final has been tagged
Uploaded SLES11. a18ac0820acf7e4b19b917a143868a73ddb30a02 clang+llvm-8.0.1-x86_64-linux-sles11.3.tar.xz On Tue, Jul 23, 2019 at 10:10 AM Brian Cain <brian.cain at gmail.com> wrote:> [previously I misdirected this message as a reply to the 9.0.0 thread, so > I'm reproducing here just in case] > > Uploaded ubuntu 14. > > I had to kill some tests executing "lldb-vscode", they had been running > for 12+ hours without completing. > > b57383860c7e4317b0194d1a91836e01bd637c95 > clang+llvm-8.0.1-x86_64-linux-gnu-ubuntu-14.04.tar.xz > > On Fri, Jul 19, 2019 at 10:21 PM Tom Stellard via Release-testers < > release-testers at lists.llvm.org> wrote: > >> Hi, >> >> The 8.0.1 final release has been tagged. Testers please upload the final >> binaries. >> >> -Tom >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >> > > > -- > -Brian >-- -Brian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190723/3b77aff8/attachment.html>