Hans Wennborg via llvm-dev
2019-Sep-17 14:05 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
Hello everyone, 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 This is the same as rc5 plus one very minor change (r371969) that still seemed good to pick up. I'm not allocating extra time for testing this one, expecting to tag 'final' in a day or two unless any new problem arises. If you still have cycles to spare, testing is still very much appreciated of course. As usual, please file bug reports about any issues you find, marking them blocking of https://llvm.org/PR42474 Thanks, Hans
Bernhard Rosenkraenzer via llvm-dev
2019-Sep-17 15:41 UTC
[llvm-dev] ?==?utf-8?q? [Release-testers] [9.0.0?==?utf-8?q? Release] Release Candidate 6 is here
Hi, I've updated OpenMandriva to it, all arches, no problems. Even RISC-V is starting to work (though still a long way from being able to replace gcc on that arch). Unless someone asks me to, I won't send bug reports for what's still failing there because the code already has lots of comments saying it's broken (e.g. abi is always assumed to be ilp32 even when the target system is lp64d). One RISC-V thing that's broken without a corresponding comment [at least one that I've found] is C++ linkage -- passing the right flags makes C applications compile (and work) with clang, but clang++ fails: # clang++ -march=rv64imafdc -mabi=lp64d test.cpp /usr/bin/ld: error in /tmp/test-24247e.o(.eh_frame); no .eh_frame_hdr table will be created ttyl bero On Tuesday, September 17, 2019 16:05 CEST, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. > > As usual, please file bug reports about any issues you find, marking > them blocking of https://llvm.org/PR42474 > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Sam Elliott via llvm-dev
2019-Sep-17 16:14 UTC
[llvm-dev] [cfe-dev] ?= [Release-testers] [9.0.0=?utf-8?q? Release] Release Candidate 6 is here
Hi Bernhard, Thank you for trying the RISC-V backend, and looking for comments in the backend before filing issues. The RISC-V backend has only recently become stable, and there are indeed some bugs in the trickier parts of the backend. We (lowRISC and other RISC-V backend contributors) would welcome you to file bugs against the backend, but we do not feel these bugs should block the release, as they are not regressions. Sam> On 17 Sep 2019, at 4:41 pm, Bernhard Rosenkraenzer via cfe-dev <cfe-dev at lists.llvm.org> wrote: > > Hi, > I've updated OpenMandriva to it, all arches, no problems. > > Even RISC-V is starting to work (though still a long way from being able to replace gcc on that arch). Unless someone asks me to, I won't send bug reports for what's still failing there because the code already has lots of comments saying it's broken (e.g. abi is always assumed to be ilp32 even when the target system is lp64d). > > One RISC-V thing that's broken without a corresponding comment [at least one that I've found] is C++ linkage -- passing the right flags makes C applications compile (and work) with clang, but clang++ fails: > # clang++ -march=rv64imafdc -mabi=lp64d test.cpp > /usr/bin/ld: error in /tmp/test-24247e.o(.eh_frame); no .eh_frame_hdr table will be created > > ttyl > bero > > On Tuesday, September 17, 2019 16:05 CEST, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: > >> Hello everyone, >> >> 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. >> >> Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 >> >> This is the same as rc5 plus one very minor change (r371969) that >> still seemed good to pick up. >> >> I'm not allocating extra time for testing this one, expecting to tag >> 'final' in a day or two unless any new problem arises. If you still >> have cycles to spare, testing is still very much appreciated of >> course. >> >> As usual, please file bug reports about any issues you find, marking >> them blocking of https://llvm.org/PR42474 >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers > > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev-- Sam Elliott Software Developer - LLVM lowRISC CIC --
Michał Górny via llvm-dev
2019-Sep-17 17:33 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
On Tue, 2019-09-17 at 16:05 +0200, Hans Wennborg via Release-testers wrote:> Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. >Nothing new on Gentoo. -- 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/20190917/cd192079/attachment.sig>
Neil Nelson via llvm-dev
2019-Sep-18 14:29 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
Obtained the same results as the rc4 run that was considered non-blocking. Failing Tests (1): Clang Tools :: clang-tidy/run-clang-tidy.cpp Expected Passes : 62200 Expected Failures : 256 Unsupported Tests : 1741 Unexpected Failures: 1 ---------------- -- Testing: 919 tests, 7 threads -- Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 494.81s Expected Passes : 919 [100%] Built target check # Packaging the release as clang+llvm-9.0.0-rc6-x86_64-pc-linux-gnu.tar.xz Neil Nelson On 9/17/19 8:05 AM, Hans Wennborg via llvm-dev wrote:> Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. > > As usual, please file bug reports about any issues you find, marking > them blocking of https://llvm.org/PR42474 > > Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190918/1388fd1b/attachment.html>
Diana Picus via llvm-dev
2019-Sep-19 08:44 UTC
[llvm-dev] [lldb-dev] [9.0.0 Release] Release Candidate 6 is here
Hi, Same as before. b70d9b0f83ea0df0d59f54445930110f9d7819afd46dd1824853d9cf92ff2164 clang+llvm-9.0.0-rc6-armv7a-linux-gnueabihf.tar.xz 6be0e426f2ecaefb38813321d467746eb67b1f736024dde46eb1500b49d4af91 clang+llvm-9.0.0-rc6-aarch64-linux-gnu.tar.xz Cheers, Diana On Tue, 17 Sep 2019 at 16:05, Hans Wennborg via lldb-dev <lldb-dev at lists.llvm.org> wrote:> > Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. > > As usual, please file bug reports about any issues you find, marking > them blocking of https://llvm.org/PR42474 > > Thanks, > Hans > _______________________________________________ > lldb-dev mailing list > lldb-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Hans Wennborg via llvm-dev
2019-Sep-19 14:51 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote:> > Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6.This has now been tagged as the final 9.0.0 release. In the Git monorepo, it's tagged as llvmorg-9.0.0. The official release announcement will follow as soon as the source tarballs and docs are ready on the web page. Testers: please start building the final binaries, and I'll add them as they become ready. Many thanks for your hard work! Hans
Michał Górny via llvm-dev
2019-Sep-20 08:32 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
On Thu, 2019-09-19 at 16:51 +0200, Hans Wennborg via Release-testers wrote:> On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready. >Is it expected that after moving 7.1.0 and 8.0.1 to GitHub, 9.0.0 is again distributed via releases.llvm.org? Not that I care either way but it's really frustrating to have to update URLs back and forth. -- 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/20190920/78f4da53/attachment.sig>
Hans Wennborg via llvm-dev
2019-Sep-20 11:10 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
On Thu, Sep 19, 2019 at 4:51 PM Hans Wennborg <hans at chromium.org> wrote:> > On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: > > > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready.Windows is ready: $ sha256sum LLVM-9.0.0-win*.exe 089e226dc0d3ecb292f344cdbed96c5d9a705564cc578957a955b4ed71c70cae LLVM-9.0.0-win32.exe 71ed99a6720945d76b6772584735f2ed472f12719dff184a0b1a6a35047b8863 LLVM-9.0.0-win64.exe They were built with the attached batch file. It seems in the no-asserts 32-bit build, two tests pass unexpectedly: Unexpected Passing Tests (2): LLVM :: ExecutionEngine/MCJIT/stubs-sm-pic.ll LLVM :: ExecutionEngine/OrcMCJIT/stubs-sm-pic.ll I think that's safe to ignore. -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_900-final._bat_ Type: application/octet-stream Size: 5567 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190920/c1222c06/attachment.obj>
Martin Storsjö via llvm-dev
2019-Sep-20 18:54 UTC
[llvm-dev] [libcxx-dev] [9.0.0 Release] Release Candidate 6 is here
On Thu, 19 Sep 2019, Hans Wennborg via libcxx-dev wrote:> On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: >> >> Hello everyone, >> >> 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready.FWIW - I've released a build of my MinGW toolchain/distribution with the 9.0.0 release now: https://github.com/mstorsjo/llvm-mingw/releases/tag/20190920 (Normally I use random trunk versions after a bit of testing.) It's clearly not an official llvm/clang release or anything like that like the other ones posted here in this thread, but still a convenient package of compiler and sdk, and available for both x86 and arm windows (in addition to use as cross compiler from linux). // Martin
Neil Nelson via llvm-dev
2019-Sep-20 19:58 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
The assembly sequence for this is not clear. I was thinking ./test-release.sh \ -release 9.0.0 \ -final \ -test-asserts \ -no-compare-files \ -triple x86_64-pc-linux-gnu But perhaps without -test-asserts. Looking at http://releases.llvm.org/7.0.1/docs/ReleaseProcess.html gives some manual items under 'Release Process' but perhaps those are now contained in an automated sequence. Neil Nelson On 9/19/19 8:51 AM, Hans Wennborg via llvm-dev wrote:> On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: >> Hello everyone, >> >> 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready. > > Many thanks for your hard work! > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190920/573a7969/attachment.html>
Michał Górny via llvm-dev
2019-Sep-21 08:02 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
On Thu, 2019-09-19 at 16:51 +0200, Hans Wennborg via Release-testers wrote:> On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready. >I know it's too late to report problems but I'm wondering if anybody else sees additional test failures after switching from git checkout to source tarballs. I'm currently investigating as to why. -- 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/20190921/49f07714/attachment.sig>
Brian Cain via llvm-dev
2019-Sep-22 17:35 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
Uploaded ubuntu x86 binaries: 4361dc68e47b9972f0ec7db0c20411f60df90f28 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz 085f223d48fd6fcf372f54ccdf8bbac403c279a2 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz b1627073e533975f0b4d4366b5f6e4dd44c7c6d8 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz On Tue, Sep 17, 2019 at 9:05 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. > > As usual, please file bug reports about any issues you find, marking > them blocking of https://llvm.org/PR42474 > > Thanks, > Hans > _______________________________________________ > 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/20190922/0c97985a/attachment.html>
Neil Nelson via llvm-dev
2019-Sep-22 19:57 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 6 is here
Xubuntu/Ubuntu 19.04 uploaded sha256sum clang+llvm-9.0.0-x86_64-pc-linux-gnu.tar.xz 616c5f75418c88a72613b6d0a93178028f81357777226869ea6b34c23d08a12d Neil Nelson On 9/19/19 8:51 AM, Hans Wennborg via llvm-dev wrote:> On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: >> Hello everyone, >> >> 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready. > > Many thanks for your hard work! > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190922/a7e41e49/attachment.html>
Brian Cain via llvm-dev
2019-Sep-23 17:28 UTC
[llvm-dev] [cfe-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
Uploaded SLES11: 810a828c7874d2753049493fa80f8228a0167067 clang+llvm-9.0.0-x86_64-linux-sles11.3.tar.xz ________________________________ From: cfe-dev <cfe-dev-bounces at lists.llvm.org> on behalf of Brian Cain via cfe-dev <cfe-dev at lists.llvm.org> Sent: Sunday, September 22, 2019 12:35 PM To: Hans Wennborg <hans at chromium.org> Cc: llvm-dev <llvm-dev at lists.llvm.org>; Release-testers <release-testers at lists.llvm.org>; clangd-dev at lists.llvm.org <clangd-dev at lists.llvm.org>; openmp-dev (openmp-dev at lists.llvm.org) <openmp-dev at lists.llvm.org>; LLDB Dev <lldb-dev at lists.llvm.org>; cfe-dev <cfe-dev at lists.llvm.org>; libcxx-dev at lists.llvm.org <libcxx-dev at lists.llvm.org> Subject: [EXT] Re: [cfe-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here Uploaded ubuntu x86 binaries: 4361dc68e47b9972f0ec7db0c20411f60df90f28 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz 085f223d48fd6fcf372f54ccdf8bbac403c279a2 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz b1627073e533975f0b4d4366b5f6e4dd44c7c6d8 clang+llvm-9.0.0-x86_64-linux-gnu-ubuntu-18.04.tar.xz On Tue, Sep 17, 2019 at 9:05 AM Hans Wennborg via Release-testers <release-testers at lists.llvm.org<mailto:release-testers at lists.llvm.org>> wrote: Hello everyone, 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 This is the same as rc5 plus one very minor change (r371969) that still seemed good to pick up. I'm not allocating extra time for testing this one, expecting to tag 'final' in a day or two unless any new problem arises. If you still have cycles to spare, testing is still very much appreciated of course. As usual, please file bug reports about any issues you find, marking them blocking of https://llvm.org/PR42474 Thanks, Hans _______________________________________________ Release-testers mailing list Release-testers at lists.llvm.org<mailto: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/20190923/f4b96854/attachment-0001.html>
Dimitry Andric via llvm-dev
2019-Sep-23 18:09 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
On 19 Sep 2019, at 16:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: >> >> 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0.For the final release of 9.0.0, I used two patches, from: * https://bugs.llvm.org/show_bug.cgi?id=42892 - After r356631, Sanitizer-i386-Test faills to link on FreeBSD * https://bugs.llvm.org/show_bug.cgi?id=42894 - FreeBSD needs -pthread link flag for dynamic ASan tests Uploaded: SHA256 (clang+llvm-9.0.0-amd64-unknown-freebsd11.tar.xz) = 2a1f123a9d992c9719ef7677e127182ca707a5984a929f1c3f34fbb95ffbf6f3 SHA256 (clang+llvm-9.0.0-i386-unknown-freebsd11.tar.xz) = 2d8d0b712946d6bc76317c4093ce77634ef6d502c343e1f3f6b841401db8fa56 Main test results on amd64-freebsd11: ******************** Unexpected Passing Tests (6): AddressSanitizer-i386-freebsd-dynamic :: TestCases/interception_failure_test.cc AddressSanitizer-x86_64-freebsd-dynamic :: TestCases/interception_failure_test.cc lldb-Suite :: api/multiple-targets/TestMultipleTargets.py lldb-Suite :: functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py lldb-Suite :: lang/cpp/namespace/TestNamespaceLookup.py lldb-Suite :: python_api/thread/TestThreadAPI.py ******************** Failing Tests (399): AddressSanitizer-Unit :: ./Asan-i386-calls-Dynamic-Test/AddressSanitizer.ShadowGapTest AddressSanitizer-Unit :: ./Asan-i386-inline-Dynamic-Test/AddressSanitizer.ShadowGapTest AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/Posix/fread_fwrite.cc Builtins-i386-freebsd :: floatundixf_test.c LLDB :: ExecControl/StopHook/stop-hook-threads.test LLDB :: ExecControl/StopHook/stop-hook.test LLDB :: SymbolFile/DWARF/find-basic-function.cpp LLDB :: SymbolFile/DWARF/find-basic-namespace.cpp LLDB :: SymbolFile/DWARF/find-basic-type.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/find-variable-file.cpp LLVM :: tools/yaml2obj/elf-override-shoffset.yaml LLVM :: tools/yaml2obj/elf-override-shsize.yaml MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.SmallPreAllocatedStackThread MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.bind_getsockname MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.confstr MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.mbrtowc MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.swprintf MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.valloc MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.SmallPreAllocatedStackThread MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.bind_getsockname MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.confstr MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.mbrtowc MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.swprintf MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.valloc MemorySanitizer-X86_64 :: dtls_test.c SanitizerCommon-asan-i386-FreeBSD :: Posix/devname_r.cc SanitizerCommon-asan-i386-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-asan-x86_64-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-msan-x86_64-FreeBSD :: FreeBSD/capsicum.cc SanitizerCommon-msan-x86_64-FreeBSD :: Posix/dedup_token_length_test.cc SanitizerCommon-msan-x86_64-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: FreeBSD/capsicum.cc SanitizerCommon-tsan-x86_64-FreeBSD :: FreeBSD/fdevname.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/arc4random.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/dedup_token_length_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/devname.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/devname_r.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/dump_instruction_bytes.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/fpe.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/fputc_putc_putchar.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/fputs_puts.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/fseek.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/fts.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/funopen.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/getfsent.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/getmntinfo.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/getpass.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/getusershell.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/illegal_read_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/illegal_write_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/nl_langinfo.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/popen.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/posix_memalign-alignment.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/putc_putchar_unlocked.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/regex.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/sanitizer_set_death_callback_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/sanitizer_set_report_fd_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/setvbuf.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/sl_add.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/strtonum.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/sysctl.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/vis.cc SanitizerCommon-tsan-x86_64-FreeBSD :: allocator_returns_null.cc SanitizerCommon-tsan-x86_64-FreeBSD :: ctype.c SanitizerCommon-tsan-x86_64-FreeBSD :: get_module_and_offset_for_pc.cc SanitizerCommon-tsan-x86_64-FreeBSD :: malloc_hook.cc SanitizerCommon-tsan-x86_64-FreeBSD :: options-help.cc SanitizerCommon-tsan-x86_64-FreeBSD :: options-include.cc SanitizerCommon-tsan-x86_64-FreeBSD :: options-invalid.cc SanitizerCommon-tsan-x86_64-FreeBSD :: print-stack-trace.cc SanitizerCommon-tsan-x86_64-FreeBSD :: reallocarray-overflow.cc SanitizerCommon-tsan-x86_64-FreeBSD :: symbolize_pc.cc SanitizerCommon-tsan-x86_64-FreeBSD :: symbolize_pc_inline.cc SanitizerCommon-tsan-x86_64-FreeBSD :: symbolize_stack.cc SanitizerCommon-ubsan-i386-FreeBSD :: Posix/dedup_token_length_test.cc SanitizerCommon-ubsan-x86_64-FreeBSD :: Posix/dedup_token_length_test.cc ThreadSanitizer-x86_64 :: aligned_vs_unaligned_race.cc ThreadSanitizer-x86_64 :: annotate_happens_before.cc ThreadSanitizer-x86_64 :: atexit.cc ThreadSanitizer-x86_64 :: atexit2.cc ThreadSanitizer-x86_64 :: atexit3.cc ThreadSanitizer-x86_64 :: atomic_free.cc ThreadSanitizer-x86_64 :: atomic_free2.cc ThreadSanitizer-x86_64 :: atomic_free3.cc ThreadSanitizer-x86_64 :: atomic_hle.cc ThreadSanitizer-x86_64 :: atomic_race.cc ThreadSanitizer-x86_64 :: atomic_stack.cc ThreadSanitizer-x86_64 :: atomic_store.cc ThreadSanitizer-x86_64 :: barrier.cc ThreadSanitizer-x86_64 :: bench_acquire_only.cc ThreadSanitizer-x86_64 :: bench_acquire_release.cc ThreadSanitizer-x86_64 :: bench_local_mutex.cc ThreadSanitizer-x86_64 :: bench_mutex.cc ThreadSanitizer-x86_64 :: bench_release_only.cc ThreadSanitizer-x86_64 :: bench_rwmutex.cc ThreadSanitizer-x86_64 :: bench_shadow_flush.cc ThreadSanitizer-x86_64 :: bench_single_writer.cc ThreadSanitizer-x86_64 :: bench_ten_mutexes.cc ThreadSanitizer-x86_64 :: blacklist2.cc ThreadSanitizer-x86_64 :: cond.c ThreadSanitizer-x86_64 :: cond_cancel.c ThreadSanitizer-x86_64 :: cond_race.cc ThreadSanitizer-x86_64 :: cond_version.c ThreadSanitizer-x86_64 :: custom_mutex0.cc ThreadSanitizer-x86_64 :: custom_mutex1.cc ThreadSanitizer-x86_64 :: custom_mutex2.cc ThreadSanitizer-x86_64 :: custom_mutex3.cc ThreadSanitizer-x86_64 :: custom_mutex4.cc ThreadSanitizer-x86_64 :: custom_mutex5.cc ThreadSanitizer-x86_64 :: cxa_guard_acquire.cc ThreadSanitizer-x86_64 :: deadlock_detector_stress_test.cc ThreadSanitizer-x86_64 :: debug_locate.cc ThreadSanitizer-x86_64 :: debugging.cc ThreadSanitizer-x86_64 :: deep_stack1.cc ThreadSanitizer-x86_64 :: default_options.cc ThreadSanitizer-x86_64 :: dl_iterate_phdr.cc ThreadSanitizer-x86_64 :: dlclose.cc ThreadSanitizer-x86_64 :: dtls.c ThreadSanitizer-x86_64 :: exceptions.cc ThreadSanitizer-x86_64 :: fd_close_norace2.cc ThreadSanitizer-x86_64 :: fd_dup_norace2.cc ThreadSanitizer-x86_64 :: fd_dup_race.cc ThreadSanitizer-x86_64 :: fd_location.cc ThreadSanitizer-x86_64 :: fd_pipe_race.cc ThreadSanitizer-x86_64 :: fd_stdout_race.cc ThreadSanitizer-x86_64 :: fd_tid_recycled.cc ThreadSanitizer-x86_64 :: fiber_asm.cc ThreadSanitizer-x86_64 :: fiber_from_thread.cc ThreadSanitizer-x86_64 :: fiber_longjmp.cc ThreadSanitizer-x86_64 :: fiber_race.cc ThreadSanitizer-x86_64 :: fiber_simple.cc ThreadSanitizer-x86_64 :: fiber_two_threads.cc ThreadSanitizer-x86_64 :: fork_atexit.cc ThreadSanitizer-x86_64 :: fork_deadlock.cc ThreadSanitizer-x86_64 :: fork_multithreaded.cc ThreadSanitizer-x86_64 :: fork_multithreaded3.cc ThreadSanitizer-x86_64 :: free_race.c ThreadSanitizer-x86_64 :: free_race2.c ThreadSanitizer-x86_64 :: global_race.cc ThreadSanitizer-x86_64 :: global_race2.cc ThreadSanitizer-x86_64 :: global_race3.cc ThreadSanitizer-x86_64 :: halt_on_error.cc ThreadSanitizer-x86_64 :: heap_race.cc ThreadSanitizer-x86_64 :: ignore_free.cc ThreadSanitizer-x86_64 :: ignore_lib0.cc ThreadSanitizer-x86_64 :: ignore_lib1.cc ThreadSanitizer-x86_64 :: ignore_lib2.cc ThreadSanitizer-x86_64 :: ignore_lib3.cc ThreadSanitizer-x86_64 :: ignore_lib4.cc ThreadSanitizer-x86_64 :: ignore_lib5.cc ThreadSanitizer-x86_64 :: ignore_malloc.cc ThreadSanitizer-x86_64 :: ignore_sync.cc ThreadSanitizer-x86_64 :: ignored-interceptors-mmap.cc ThreadSanitizer-x86_64 :: inlined_memcpy_race.cc ThreadSanitizer-x86_64 :: inlined_memcpy_race2.cc ThreadSanitizer-x86_64 :: interface_atomic_test.c ThreadSanitizer-x86_64 :: java_alloc.cc ThreadSanitizer-x86_64 :: java_finalizer.cc ThreadSanitizer-x86_64 :: java_find.cc ThreadSanitizer-x86_64 :: java_heap_init.cc ThreadSanitizer-x86_64 :: java_lock.cc ThreadSanitizer-x86_64 :: java_lock_move.cc ThreadSanitizer-x86_64 :: java_lock_rec.cc ThreadSanitizer-x86_64 :: java_lock_rec_race.cc ThreadSanitizer-x86_64 :: java_move_overlap.cc ThreadSanitizer-x86_64 :: java_move_overlap_race.cc ThreadSanitizer-x86_64 :: java_race.cc ThreadSanitizer-x86_64 :: java_race_move.cc ThreadSanitizer-x86_64 :: java_race_pc.cc ThreadSanitizer-x86_64 :: java_rwlock.cc ThreadSanitizer-x86_64 :: java_symbolization.cc ThreadSanitizer-x86_64 :: java_symbolization_legacy.cc ThreadSanitizer-x86_64 :: java_volatile.cc ThreadSanitizer-x86_64 :: large_malloc_meta.cc ThreadSanitizer-x86_64 :: libcxx/std_shared_ptr.cc ThreadSanitizer-x86_64 :: load_shared_lib.cc ThreadSanitizer-x86_64 :: longjmp.cc ThreadSanitizer-x86_64 :: longjmp2.cc ThreadSanitizer-x86_64 :: longjmp3.cc ThreadSanitizer-x86_64 :: longjmp4.cc ThreadSanitizer-x86_64 :: lots_of_threads.c ThreadSanitizer-x86_64 :: malloc_stack.cc ThreadSanitizer-x86_64 :: map32bit.cc ThreadSanitizer-x86_64 :: memcmp_race.cc ThreadSanitizer-x86_64 :: memcpy_race.cc ThreadSanitizer-x86_64 :: mmap_large.cc ThreadSanitizer-x86_64 :: mmap_stress.cc ThreadSanitizer-x86_64 :: mop1.c ThreadSanitizer-x86_64 :: mop_with_offset.cc ThreadSanitizer-x86_64 :: mop_with_offset2.cc ThreadSanitizer-x86_64 :: mutex_annotations.cc ThreadSanitizer-x86_64 :: mutex_bad_read_lock.cc ThreadSanitizer-x86_64 :: mutex_bad_read_unlock.cc ThreadSanitizer-x86_64 :: mutex_bad_unlock.cc ThreadSanitizer-x86_64 :: mutex_cycle2.c ThreadSanitizer-x86_64 :: mutex_cycle_long.c ThreadSanitizer-x86_64 :: mutex_destroy_locked.cc ThreadSanitizer-x86_64 :: mutex_destroy_locked2.cc ThreadSanitizer-x86_64 :: mutex_double_lock.cc ThreadSanitizer-x86_64 :: mutex_lock_destroyed.cc ThreadSanitizer-x86_64 :: mutexset1.cc ThreadSanitizer-x86_64 :: mutexset2.cc ThreadSanitizer-x86_64 :: mutexset3.cc ThreadSanitizer-x86_64 :: mutexset4.cc ThreadSanitizer-x86_64 :: mutexset5.cc ThreadSanitizer-x86_64 :: mutexset6.cc ThreadSanitizer-x86_64 :: mutexset7.cc ThreadSanitizer-x86_64 :: mutexset8.cc ThreadSanitizer-x86_64 :: printf-1.c ThreadSanitizer-x86_64 :: pthread_atfork_deadlock.c ThreadSanitizer-x86_64 :: pthread_key.cc ThreadSanitizer-x86_64 :: race_on_barrier.c ThreadSanitizer-x86_64 :: race_on_barrier2.c ThreadSanitizer-x86_64 :: race_on_fputs.cc ThreadSanitizer-x86_64 :: race_on_heap.cc ThreadSanitizer-x86_64 :: race_on_mutex.c ThreadSanitizer-x86_64 :: race_on_mutex2.c ThreadSanitizer-x86_64 :: race_on_puts.cc ThreadSanitizer-x86_64 :: race_on_read.cc ThreadSanitizer-x86_64 :: race_on_speculative_load.cc ThreadSanitizer-x86_64 :: race_on_write.cc ThreadSanitizer-x86_64 :: race_stress.cc ThreadSanitizer-x86_64 :: race_top_suppression1.cc ThreadSanitizer-x86_64 :: race_with_finished_thread.cc ThreadSanitizer-x86_64 :: real_deadlock_detector_stress_test.cc ThreadSanitizer-x86_64 :: restore_stack.cc ThreadSanitizer-x86_64 :: setuid.c ThreadSanitizer-x86_64 :: setuid2.c ThreadSanitizer-x86_64 :: signal_block.cc ThreadSanitizer-x86_64 :: signal_cond.cc ThreadSanitizer-x86_64 :: signal_errno.cc ThreadSanitizer-x86_64 :: signal_longjmp.cc ThreadSanitizer-x86_64 :: signal_malloc.cc ThreadSanitizer-x86_64 :: signal_pause.cc ThreadSanitizer-x86_64 :: signal_reset.cc ThreadSanitizer-x86_64 :: signal_sync.cc ThreadSanitizer-x86_64 :: signal_sync2.cc ThreadSanitizer-x86_64 :: signal_thread.cc ThreadSanitizer-x86_64 :: signal_write.cc ThreadSanitizer-x86_64 :: sigsuspend.cc ThreadSanitizer-x86_64 :: simple_race.c ThreadSanitizer-x86_64 :: simple_race.cc ThreadSanitizer-x86_64 :: simple_stack.c ThreadSanitizer-x86_64 :: simple_stack2.cc ThreadSanitizer-x86_64 :: sleep_sync.cc ThreadSanitizer-x86_64 :: sleep_sync2.cc ThreadSanitizer-x86_64 :: stack_race.cc ThreadSanitizer-x86_64 :: stack_race2.cc ThreadSanitizer-x86_64 :: stack_sync_reuse.cc ThreadSanitizer-x86_64 :: static_init3.cc ThreadSanitizer-x86_64 :: suppress_same_address.cc ThreadSanitizer-x86_64 :: suppress_same_stacks.cc ThreadSanitizer-x86_64 :: suppressions_mutex.cc ThreadSanitizer-x86_64 :: thread_detach.c ThreadSanitizer-x86_64 :: thread_detach2.c ThreadSanitizer-x86_64 :: thread_end_with_ignore.cc ThreadSanitizer-x86_64 :: thread_end_with_ignore2.cc ThreadSanitizer-x86_64 :: thread_end_with_ignore3.cc ThreadSanitizer-x86_64 :: thread_exit.c ThreadSanitizer-x86_64 :: thread_leak3.c ThreadSanitizer-x86_64 :: thread_leak4.c ThreadSanitizer-x86_64 :: thread_leak5.c ThreadSanitizer-x86_64 :: thread_name.cc ThreadSanitizer-x86_64 :: thread_name2.cc ThreadSanitizer-x86_64 :: tiny_race.c ThreadSanitizer-x86_64 :: tls_race.cc ThreadSanitizer-x86_64 :: tls_race2.cc ThreadSanitizer-x86_64 :: tsan-vs-gvn.cc ThreadSanitizer-x86_64 :: unaligned_norace.cc ThreadSanitizer-x86_64 :: unaligned_race.cc ThreadSanitizer-x86_64 :: vfork.cc ThreadSanitizer-x86_64 :: virtual_inheritance_compile_bug.cc ThreadSanitizer-x86_64 :: vptr_benign_race.cc ThreadSanitizer-x86_64 :: vptr_harmful_race.cc ThreadSanitizer-x86_64 :: vptr_harmful_race2.cc ThreadSanitizer-x86_64 :: vptr_harmful_race3.cc ThreadSanitizer-x86_64 :: vptr_harmful_race4.cc ThreadSanitizer-x86_64 :: write_in_reader_lock.cc UBSan-ThreadSanitizer-x86_64 :: TestCases/Float/cast-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-arithmetic-value-change.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-conversion.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-sign-change-blacklist.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-sign-change-summary.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-sign-change.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/integer-truncation.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/signed-integer-truncation-blacklist.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/signed-integer-truncation-or-sign-change-blacklist.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/signed-integer-truncation-or-sign-change-summary.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/signed-integer-truncation-summary.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/signed-integer-truncation.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/unsigned-integer-truncation-blacklist.c UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/unsigned-integer-truncation-summary.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/ImplicitConversion/unsigned-integer-truncation.c UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/add-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/div-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/div-zero.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/incdec-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/mul-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/negate-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/no-recover.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/shift.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/sub-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/suppressions.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/uadd-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/uincdec-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/umul-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Integer/usub-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/bool.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/bounds.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/builtins.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/deduplication.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/enum.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/log-path_test.cc UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/missing_return.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/monitor.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/nonnull-arg.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/nonnull.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/nullability.c UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/unreachable.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Misc/vla.c UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-align_value-on-lvalue.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-align_value-on-paramvar.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-alloc_align-on-function-variable.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-alloc_align-on-function.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-attribute-assume_aligned-on-function.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-blacklist.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-builtin_assume_aligned-three-params-variable.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-builtin_assume_aligned-three-params.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-builtin_assume_aligned-two-params.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-openmp.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/alignment-assumption-summary.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/index-overflow.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/Pointer/unsigned-index-expression.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/Function/function.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/PR33221.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/misaligned.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/null.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/vptr-corrupted-vtable-itanium.cpp XRay-x86_64-freebsd :: TestCases/Posix/fork_basic_logging.cc libFuzzer :: merge-sigusr.test libFuzzer :: msan.test libc++ :: std/language.support/support.runtime/ctime.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp libc++ :: std/re/re.alg/re.alg.match/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.match/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.match/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.match/extended.pass.cpp libc++ :: std/re/re.alg/re.alg.search/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.search/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.search/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.search/extended.pass.cpp libc++ :: std/re/re.traits/lookup_collatename.pass.cpp libc++ :: std/re/re.traits/transform_primary.pass.cpp libc++ :: std/utilities/time/date.time/ctime.pass.cpp libc++abi :: thread_local_destruction_order.pass.cpp libunwind :: libunwind_01.pass.cpp libunwind :: unw_getcontext.pass.cpp lldb-Suite :: functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py lldb-Suite :: functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py lldb-Suite :: functionalities/deleted-executable/TestDeletedExecutable.py lldb-Suite :: functionalities/memory-region/TestMemoryRegion.py lldb-Suite :: functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py lldb-Suite :: functionalities/target_create_deps/TestTargetCreateDeps.py lldb-Suite :: functionalities/thread/state/TestThreadStates.py lldb-Suite :: functionalities/watchpoint/multiple_hits/TestMultipleHits.py lldb-Suite :: functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py lldb-Suite :: lang/c/conflicting-symbol/TestConflictingSymbol.py lldb-Suite :: settings/TestSettings.py lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py lldb-Suite :: tools/lldb-vscode/launch/TestVSCode_launch.py lldb-Suite :: tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py lldb-Suite :: tools/lldb-vscode/step/TestVSCode_step.py lldb-Suite :: tools/lldb-vscode/variables/TestVSCode_variables.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/StandardStartupTest.TestStopReplyContainsThreadPcs ******************** Timed Out Tests (18): LLDB :: Register/x86-64-gp-read.test LLDB :: Register/x86-64-gp-write.test LLDB :: Register/x86-64-read.test LLDB :: Register/x86-64-write.test LLDB :: Register/x86-64-ymm-read.test LLDB :: Register/x86-64-ymm-write.test LLDB :: Register/x86-mm-xmm-read.test LLDB :: Register/x86-mm-xmm-write.test LLDB :: tools/lldb-mi/breakpoint/break-insert.test LLDB :: tools/lldb-mi/data/data-info-line.test LLDB :: tools/lldb-mi/exec/exec-continue.test LLDB :: tools/lldb-mi/exec/exec-finish.test LLDB :: tools/lldb-mi/exec/exec-next.test libFuzzer :: initialize.test lldb-Suite :: functionalities/breakpoint/debugbreak/TestDebugBreak.py lldb-Suite :: functionalities/signal/raise/TestRaise.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.LaunchModePreservesEnvironment lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.vAttachRichError Expected Passes : 62979 Expected Failures : 251 Unsupported Tests : 3853 Unexpected Passes : 6 Unexpected Failures: 399 Individual Timeouts: 18 Test-suite test results on amd64-freebsd11: ******************** Failing Tests (3): test-suite :: MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/CLAMR.test test-suite :: MultiSource/Benchmarks/Prolangs-C++/city/city.test test-suite :: MultiSource/Benchmarks/Ptrdist/ft/ft.test Expected Passes : 913 Unexpected Failures: 3 Main test results on i386-freebsd11: ******************** Unexpected Passing Tests (7): AddressSanitizer-i386-freebsd-dynamic :: TestCases/interception_failure_test.cc lldb-Suite :: api/multiple-targets/TestMultipleTargets.py lldb-Suite :: functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py lldb-Suite :: functionalities/gdb_remote_client/TestTargetXMLArch.py lldb-Suite :: functionalities/step-avoids-no-debug/TestStepNoDebug.py lldb-Suite :: lang/cpp/namespace/TestNamespaceLookup.py lldb-Suite :: python_api/thread/TestThreadAPI.py ******************** Failing Tests (200): AddressSanitizer-Unit :: ./Asan-i386-calls-Dynamic-Test/AddressSanitizer.ShadowGapTest AddressSanitizer-Unit :: ./Asan-i386-inline-Dynamic-Test/AddressSanitizer.ShadowGapTest AddressSanitizer-i386-freebsd :: TestCases/Posix/fread_fwrite.cc AddressSanitizer-i386-freebsd-dynamic :: TestCases/Posix/fread_fwrite.cc Builtins-i386-freebsd :: floatundixf_test.c Clang :: Headers/max_align.c LLDB :: ExecControl/StopHook/stop-hook-threads.test LLDB :: ExecControl/StopHook/stop-hook.test LLDB :: Modules/ELF/PT_LOAD-overlap-PT_INTERP.yaml LLDB :: Modules/ELF/PT_LOAD-overlap-section.yaml LLDB :: Modules/ELF/PT_LOAD.yaml LLDB :: Register/x86-64-write.test LLDB :: Register/x86-gp-write.test LLDB :: SymbolFile/DWARF/find-basic-function.cpp LLDB :: SymbolFile/DWARF/find-basic-namespace.cpp LLDB :: SymbolFile/DWARF/find-basic-type.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/forward-declarations.s LLDB :: SymbolFile/NativePDB/disassembly.cpp LLDB :: SymbolFile/NativePDB/global-classes.cpp LLVM :: tools/yaml2obj/elf-override-shoffset.yaml LLVM :: tools/yaml2obj/elf-override-shsize.yaml Profile-i386 :: Posix/instrprof-gcov-fork.test SanitizerCommon-asan-i386-FreeBSD :: Posix/devname_r.cc SanitizerCommon-asan-i386-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-ubsan-i386-FreeBSD :: Posix/dedup_token_length_test.cc libc++ :: libcxx/experimental/memory/memory.resource.global/global_memory_resource_lifetime.pass.cpp libc++ :: libcxx/experimental/memory/memory.resource.global/new_delete_resource_lifetime.pass.cpp libc++ :: libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.sh.cpp libc++ :: libcxx/input.output/filesystems/class.path/path.itr/iterator_db.pass.cpp libc++ :: std/experimental/memory/memory.resource.global/new_delete_resource.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.cons/copy_assign.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.cons/move.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.cons/move_assign.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.cons/path.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.mods/assign.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.mods/refresh.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.mods/replace_filename.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_size.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/file_type_obs.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/hard_link_count.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/last_write_time.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/status.pass.cpp libc++ :: std/input.output/filesystems/class.directory_entry/directory_entry.obs/symlink_status.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/copy_assign.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/ctor.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/increment.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.members/move_assign.pass.cpp libc++ :: std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/begin_end.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.append.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.assign/source.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.compare.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.concat.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.construct/source.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.gen/lexically_normal.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.gen/lexically_relative_and_proximate.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.generic.obs/generic_string_alloc.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.generic.obs/named_overloads.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/clear.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/make_preferred.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/remove_filename.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/replace_extension.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/replace_filename.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.modifiers/swap.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.native.obs/c_str.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.native.obs/named_overloads.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.native.obs/native.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.native.obs/operator_string.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.member/path.native.obs/string_alloc.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.nonmember/append_op.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.nonmember/path.factory.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.nonmember/path.io.pass.cpp libc++ :: std/input.output/filesystems/class.path/path.nonmember/swap.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/copy_assign.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ctor.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/depth.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/disable_recursion_pending.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/increment.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/move_assign.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/pop.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/recursion_pending.pass.cpp libc++ :: std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/begin_end.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.absolute/absolute.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.canonical/canonical.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.copy/copy.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/copy_file_large.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/copy_symlink.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_directories/create_directories.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_directory/create_directory_with_attributes.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/create_directory_symlink.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_hard_link/create_hard_link.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/create_symlink.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.current_path/current_path.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/equivalent.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.exists/exists.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.file_size/file_size.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/hard_link_count.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/is_block_file.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/is_character_file.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/is_directory.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/is_empty.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/is_fifo.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_other/is_other.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/is_regular_file.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/is_socket.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/is_symlink.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.permissions/permissions.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.read_symlink/read_symlink.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.relative/relative.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.remove/remove.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.rename/rename.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.resize_file/resize_file.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.space/space.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.status/status.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.status_known/status_known.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/symlink_status.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.temp_dir_path/temp_directory_path.pass.cpp libc++ :: std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/weakly_canonical.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_nothrow_replace.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.array/new_align_val_t_replace.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_nothrow_replace.pass.cpp libc++ :: std/language.support/support.dynamic/new.delete/new.delete.single/new_align_val_t_replace.pass.cpp libc++ :: std/language.support/support.runtime/ctime.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp libc++ :: std/numerics/numeric.ops/numeric.ops.midpoint/midpoint.float.pass.cpp libc++ :: std/re/re.alg/re.alg.match/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.match/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.match/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.match/extended.pass.cpp libc++ :: std/re/re.alg/re.alg.search/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.search/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.search/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.search/extended.pass.cpp libc++ :: std/re/re.traits/lookup_collatename.pass.cpp libc++ :: std/re/re.traits/transform_primary.pass.cpp libc++ :: std/utilities/time/date.time/ctime.pass.cpp libc++abi :: thread_local_destruction_order.pass.cpp libomp :: atomic/omp_atomic.c libomp :: parallel/omp_parallel_reduction.c libomp :: worksharing/for/omp_for_reduction.c libomp :: worksharing/for/omp_parallel_for_reduction.c libomp :: worksharing/sections/omp_parallel_sections_reduction.c libomp :: worksharing/sections/omp_sections_reduction.c libunwind :: libunwind_01.pass.cpp libunwind :: unw_getcontext.pass.cpp lldb-Suite :: expression_command/rdar44436068/Test128BitsInteger.py lldb-Suite :: functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py lldb-Suite :: functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py lldb-Suite :: functionalities/deleted-executable/TestDeletedExecutable.py lldb-Suite :: functionalities/memory-region/TestMemoryRegion.py lldb-Suite :: functionalities/register/register_command/TestRegisters.py lldb-Suite :: functionalities/target_create_deps/TestTargetCreateDeps.py lldb-Suite :: functionalities/thread/num_threads/TestNumThreads.py lldb-Suite :: functionalities/thread/state/TestThreadStates.py lldb-Suite :: functionalities/watchpoint/multiple_hits/TestMultipleHits.py lldb-Suite :: functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py lldb-Suite :: lang/cpp/trivial_abi/TestTrivialABI.py lldb-Suite :: settings/TestSettings.py lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py lldb-Suite :: tools/lldb-vscode/launch/TestVSCode_launch.py lldb-Suite :: tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py lldb-Suite :: tools/lldb-vscode/step/TestVSCode_step.py lldb-Suite :: tools/lldb-vscode/variables/TestVSCode_variables.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/StandardStartupTest.TestStopReplyContainsThreadPcs ******************** Timed Out Tests (9): LLDB :: Register/x86-gp-read.test LLDB :: Register/x86-mm-xmm-read.test LLDB :: Register/x86-mm-xmm-write.test LLDB :: Register/x86-ymm-read.test LLDB :: Register/x86-ymm-write.test lldb-Suite :: functionalities/breakpoint/debugbreak/TestDebugBreak.py lldb-Suite :: functionalities/signal/raise/TestRaise.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.LaunchModePreservesEnvironment lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.vAttachRichError Expected Passes : 60396 Passes With Retry : 1 Expected Failures : 245 Unsupported Tests : 2441 Unexpected Passes : 7 Unexpected Failures: 200 Individual Timeouts: 9 -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/20190923/2253562c/attachment.sig>
Diana Picus via llvm-dev
2019-Sep-24 08:15 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 6 is here
Hi, Uploaded f8f3e6bdd640079a140a7ada4eb6f5f05aeae125cf54b94d44f733b0e8691dc2 clang+llvm-9.0.0-aarch64-linux-gnu.tar.xz ff6046bf98dbc85d7cb0c3c70456bc002b99a809bfc115657db2683ba61752ec clang+llvm-9.0.0-armv7a-linux-gnueabihf.tar.xz Cheers, Diana On Thu, 19 Sep 2019 at 16:56, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > On Tue, Sep 17, 2019 at 4:05 PM Hans Wennborg <hans at chromium.org> wrote: > > > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > This has now been tagged as the final 9.0.0 release. In the Git > monorepo, it's tagged as llvmorg-9.0.0. > > The official release announcement will follow as soon as the source > tarballs and docs are ready on the web page. > > Testers: please start building the final binaries, and I'll add them > as they become ready. > > Many thanks for your hard work! > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Andreas Fertig via llvm-dev
2019-Oct-01 08:01 UTC
[llvm-dev] [cfe-dev] [9.0.0 Release] Release Candidate 6 is here
Hello, it has been a few days since 9.0 was released. I'm missing the macOS binary. Do you have any status update on that? Thank you! Cheers, Andreas On 17.09.19 16:05, Hans Wennborg via cfe-dev wrote:> Hello everyone, > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > This is the same as rc5 plus one very minor change (r371969) that > still seemed good to pick up. > > I'm not allocating extra time for testing this one, expecting to tag > 'final' in a day or two unless any new problem arises. If you still > have cycles to spare, testing is still very much appreciated of > course. > > As usual, please file bug reports about any issues you find, marking > them blocking of https://llvm.org/PR42474 > > Thanks, > Hans > _______________________________________________ > cfe-dev mailing list > cfe-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
Hans Wennborg via llvm-dev
2019-Oct-01 08:05 UTC
[llvm-dev] [cfe-dev] [9.0.0 Release] Release Candidate 6 is here
Hi Andreas, Usually someone at Apple provides release binaries, however this time nobody did. I will ping them again. Thanks, Hans On Tue, Oct 1, 2019 at 10:01 AM Andreas Fertig <src at andyf.de> wrote:> > Hello, > > it has been a few days since 9.0 was released. I'm missing the macOS > binary. Do you have any status update on that? Thank you! > > > Cheers, > > Andreas > > > On 17.09.19 16:05, Hans Wennborg via cfe-dev wrote: > > Hello everyone, > > > > 9.0.0-rc6 was just tagged from the release_90 branch at r372100. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc6. > > > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc6 > > > > This is the same as rc5 plus one very minor change (r371969) that > > still seemed good to pick up. > > > > I'm not allocating extra time for testing this one, expecting to tag > > 'final' in a day or two unless any new problem arises. If you still > > have cycles to spare, testing is still very much appreciated of > > course. > > > > As usual, please file bug reports about any issues you find, marking > > them blocking of https://llvm.org/PR42474 > > > > Thanks, > > Hans > > _______________________________________________ > > cfe-dev mailing list > > cfe-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev >