Hans Wennborg via llvm-dev
2020-Aug-03 12:40 UTC
[llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 1 is here
On Sat, Aug 1, 2020 at 3:22 PM Dimitry Andric <dimitry at andric.com> wrote:> > On 28 Jul 2020, at 19:49, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: > > > > We're a little bit behind schedule, but RC1 is now here. It was tagged > > earlier today as llvmorg-11.0.0-rc1. > > For this rc1, I used two patches, which are attached. (Yes, I am > slowly, very slowly, working on getting these into the tree. :) > > Main results on amd64-freebsd11: > > Unsupported : 5121 > Passed : 69722 > Expectedly Failed : 245 > Timed Out : 12 > Failed : 485 > Unexpectedly Passed: 2 > > Test suite results on amd64-freebsd11: > > Passed: 2399 > Failed: 3 > > Main results on i386-freebsd11: > > Unsupported : 3512 > Passed : 66597 > Expectedly Failed : 230 > Timed Out : 7 > Failed : 322 > Unexpectedly Passed: 1 > > Uploaded: > SHA256 (clang+llvm-11.0.0-rc1-amd64-unknown-freebsd11.tar.xz) = 06c763ddea9e02a5542afb1b4e6a31954e7e025bdeab71c2cd750a124566aaa7 > SHA256 (clang+llvm-11.0.0-rc1-i386-unknown-freebsd11.tar.xz) = 447755a057e222181bc3747ca63a9d36d3bad38b8fce9ac40c84feeaabd245d6Thanks! Added.
Diana Picus via llvm-dev
2020-Aug-11 12:04 UTC
[llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 1 is here
Hi, Uploaded ARM & AArch64: a60394b6508a9b66043f221f87eb4e2f5859f918f46e406b2c1e942d50ead7dc clang+llvm-11.0.0-rc1-aarch64-linux-gnu.tar.xz 9b76e19a56e1c8176301d4abf8aecdaa430b0d2f0739e7b7bd742322421e7062 clang+llvm-11.0.0-rc1-armv7a-linux-gnueabihf.tar.xz ARM still has PR44517, PR44518, PR46093. New to this release are an unexpected pass (CodeGen/sanitize-coverage.c) and a lot of MLIR failures (~250 of them). AArch64 has an existing failure (waitid.cpp - intermittent) and a new one (googletest-timeout.py - I'm going to open a bug for this). Didn't manage to build the test-suite because of matrix-type-spec.cpp, I think a backport has already been requested. Cheers, Diana On Mon, 3 Aug 2020 at 14:41, Hans Wennborg via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > On Sat, Aug 1, 2020 at 3:22 PM Dimitry Andric <dimitry at andric.com> wrote: > > > > On 28 Jul 2020, at 19:49, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: > > > > > > We're a little bit behind schedule, but RC1 is now here. It was tagged > > > earlier today as llvmorg-11.0.0-rc1. > > > > For this rc1, I used two patches, which are attached. (Yes, I am > > slowly, very slowly, working on getting these into the tree. :) > > > > Main results on amd64-freebsd11: > > > > Unsupported : 5121 > > Passed : 69722 > > Expectedly Failed : 245 > > Timed Out : 12 > > Failed : 485 > > Unexpectedly Passed: 2 > > > > Test suite results on amd64-freebsd11: > > > > Passed: 2399 > > Failed: 3 > > > > Main results on i386-freebsd11: > > > > Unsupported : 3512 > > Passed : 66597 > > Expectedly Failed : 230 > > Timed Out : 7 > > Failed : 322 > > Unexpectedly Passed: 1 > > > > Uploaded: > > SHA256 (clang+llvm-11.0.0-rc1-amd64-unknown-freebsd11.tar.xz) = 06c763ddea9e02a5542afb1b4e6a31954e7e025bdeab71c2cd750a124566aaa7 > > SHA256 (clang+llvm-11.0.0-rc1-i386-unknown-freebsd11.tar.xz) = 447755a057e222181bc3747ca63a9d36d3bad38b8fce9ac40c84feeaabd245d6 > > Thanks! Added. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Hans Wennborg via llvm-dev
2020-Aug-17 14:02 UTC
[llvm-dev] [Release-testers] [11.0.0 Release] Release Candidate 1 is here
Thanks! Added to the release page now. PR44517 is marked as wontfix. Should we re-open it? PR44518 :-( Should we add this to the list or release blockers? On Tue, Aug 11, 2020 at 2:04 PM Diana Picus <diana.picus at linaro.org> wrote:> > Hi, > > Uploaded ARM & AArch64: > a60394b6508a9b66043f221f87eb4e2f5859f918f46e406b2c1e942d50ead7dc > clang+llvm-11.0.0-rc1-aarch64-linux-gnu.tar.xz > 9b76e19a56e1c8176301d4abf8aecdaa430b0d2f0739e7b7bd742322421e7062 > clang+llvm-11.0.0-rc1-armv7a-linux-gnueabihf.tar.xz > > ARM still has PR44517, PR44518, PR46093. New to this release are an > unexpected pass (CodeGen/sanitize-coverage.c) and a lot of MLIR > failures (~250 of them). > > AArch64 has an existing failure (waitid.cpp - intermittent) and a new > one (googletest-timeout.py - I'm going to open a bug for this). > > Didn't manage to build the test-suite because of matrix-type-spec.cpp, > I think a backport has already been requested. > > Cheers, > Diana > > On Mon, 3 Aug 2020 at 14:41, Hans Wennborg via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > On Sat, Aug 1, 2020 at 3:22 PM Dimitry Andric <dimitry at andric.com> wrote: > > > > > > On 28 Jul 2020, at 19:49, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: > > > > > > > > We're a little bit behind schedule, but RC1 is now here. It was tagged > > > > earlier today as llvmorg-11.0.0-rc1. > > > > > > For this rc1, I used two patches, which are attached. (Yes, I am > > > slowly, very slowly, working on getting these into the tree. :) > > > > > > Main results on amd64-freebsd11: > > > > > > Unsupported : 5121 > > > Passed : 69722 > > > Expectedly Failed : 245 > > > Timed Out : 12 > > > Failed : 485 > > > Unexpectedly Passed: 2 > > > > > > Test suite results on amd64-freebsd11: > > > > > > Passed: 2399 > > > Failed: 3 > > > > > > Main results on i386-freebsd11: > > > > > > Unsupported : 3512 > > > Passed : 66597 > > > Expectedly Failed : 230 > > > Timed Out : 7 > > > Failed : 322 > > > Unexpectedly Passed: 1 > > > > > > Uploaded: > > > SHA256 (clang+llvm-11.0.0-rc1-amd64-unknown-freebsd11.tar.xz) = 06c763ddea9e02a5542afb1b4e6a31954e7e025bdeab71c2cd750a124566aaa7 > > > SHA256 (clang+llvm-11.0.0-rc1-i386-unknown-freebsd11.tar.xz) = 447755a057e222181bc3747ca63a9d36d3bad38b8fce9ac40c84feeaabd245d6 > > > > Thanks! Added. > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev