Hans Wennborg via llvm-dev
2019-Sep-10 10:26 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
Hello again, 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they become available. There are not a lot of changes from rc3 to rc4, and there are again no open release blockers, so I'm hoping this will be the last release candidate and that we can tag the final release soon. Please file bug reports for any issues you find, marking them blocking of https://llvm.org/PR42474 Release testers, please run the test script, share your results, and upload binaries. Thanks, Hans
Hans Wennborg via llvm-dev
2019-Sep-10 11:54 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
On Tue, Sep 10, 2019 at 12:26 PM Hans Wennborg <hans at chromium.org> wrote:> > Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries.Windows is ready: $ sha256sum *9.0.0-rc4*.exe 3fbe759ff5fd0a6391ee2d02311b4a88dc025106a9477fa7f6d75c3f462a64b8 LLVM-9.0.0-rc4-win32.exe d3ce788ce0a006b129b86723a97d1608214ab0fc61df901f202017efca0d4c79 LLVM-9.0.0-rc4-win64.exe They were built with the attached batch file. -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_900-rc4._bat_ Type: application/octet-stream Size: 5716 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190910/d1f315b9/attachment.obj>
Neil Nelson via llvm-dev
2019-Sep-10 14:48 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
Just ran ./test-release.sh \ -release 9.0.0 \ -rc 4 \ -test-asserts \ -no-compare-files \ -triple x86_64-pc-linux-gnu \ -configure-flags "-DLLVM_ENABLE_LIBPFM=OFF -DRUN_HAVE_GNU_POSIX_REGEX=0 -DRUN_HAVE_THREAD_SAFETY_ATTRIBUTES=0 obtained # Validating llvm SVN URL # Validating cfe SVN URL # Validating clang-tools-extra SVN URL # Validating compiler-rt SVN URL # Validating libcxx SVN URL # Validating libcxxabi SVN URL # Validating libunwind SVN URL # Validating test-suite SVN URL *test-suite does not have a tags/RELEASE_900/rc4 branch/tag!* Regards, Neil Nelson On 9/10/19 4:26 AM, Hans Wennborg via llvm-dev wrote:> Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > 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/20190910/0627a831/attachment.html>
Andrew Kelley via llvm-dev
2019-Sep-10 19:24 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
On 9/10/19 6:26 AM, Hans Wennborg via llvm-dev wrote:> Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 >Hi Hans, Unfortunately, I have discovered a regression from an earlier release candidate: https://bugs.llvm.org/show_bug.cgi?id=43268 I found this when trying to build glibc 2.30 from source with clang, albeit not with the official glibc build script. Regards, Andrew -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190910/050bac31/attachment.sig>
Hans Wennborg via llvm-dev
2019-Sep-11 09:11 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
On Tue, Sep 10, 2019 at 4:48 PM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Just ran > > ./test-release.sh \ > -release 9.0.0 \ > -rc 4 \ > -test-asserts \ > -no-compare-files \ > -triple x86_64-pc-linux-gnu \ > -configure-flags "-DLLVM_ENABLE_LIBPFM=OFF -DRUN_HAVE_GNU_POSIX_REGEX=0 -DRUN_HAVE_THREAD_SAFETY_ATTRIBUTES=0 > > obtained > > # Validating llvm SVN URL > # Validating cfe SVN URL > # Validating clang-tools-extra SVN URL > # Validating compiler-rt SVN URL > # Validating libcxx SVN URL > # Validating libcxxabi SVN URL > # Validating libunwind SVN URL > # Validating test-suite SVN URL > test-suite does not have a tags/RELEASE_900/rc4 branch/tag!Very strange. I see the tag here: http://llvm.org/viewvc/llvm-project?view=revision&revision=371500 And I didn't get any error when creating the source tarballs. Maybe the server dropped the connection or something?> > Regards, Neil Nelson > > On 9/10/19 4:26 AM, Hans Wennborg via llvm-dev wrote: > > Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Michał Górny via llvm-dev
2019-Sep-11 19:19 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
On Tue, 2019-09-10 at 12:26 +0200, Hans Wennborg via Release-testers wrote:> Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. >So I've done a bit more testing this time, that included: Gentoo/amd64, 32-bit multilib on Gentoo/amd64 (only LLVM, Clang and runtimes) and NetBSD/amd64 (LLVM, Clang with tests, everything else build-only). There are no regressions since previous RC. However, I've found one new regression from 8.* (sorry!). To summarize: 1. Stand-alone clang builds are broken when clang-tools-extra is not built: bug [1], patch [2]. If you don't want to include it at this point, I'm just going to carry it downstream. 2. The apparent license incompatibility problem in LLVM is still not resolved [3]. 3. LLDB fails many tests on Gentoo, as usual. [1] https://bugs.llvm.org/show_bug.cgi?id=43281 [2] https://reviews.llvm.org/D67452 [3] https://reviews.llvm.org/D66390 -- 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/20190911/bb6b7755/attachment.sig>
Brian Cain via llvm-dev
2019-Sep-12 03:25 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
Uploaded SLES11 and Ubuntu 16 binaries: 1c7895122974828c678f7059e0427d0228ab41e5 clang+llvm-9.0.0-rc4-x86_64-linux-sles11.3.tar.xz d23219bc416afdf2a7eff11490dfb497001dc3a4 clang+llvm-9.0.0-rc4-x86_64-linux-gnu-ubuntu-16.04.tar.xz On Tue, Sep 10, 2019 at 5:26 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > 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/20190911/d487135f/attachment.html>
Diana Picus via llvm-dev
2019-Sep-12 07:52 UTC
[llvm-dev] [libcxx-dev] [9.0.0 Release] Release Candidate 4 is here
Hi, Uploaded 86efbad6d8677c64d057d92e1dd144988dee68f7a0faa84e5d12f1b59ded0e4f clang+llvm-9.0.0-rc4-armv7a-linux-gnueabihf.tar.xz eb37ced0868066fdf21a1539c61081b1b6e87f2fc6da58aa282230728329f80a clang+llvm-9.0.0-rc4-aarch64-linux-gnu.tar.xz Both seem fine. Cheers, Diana On Tue, 10 Sep 2019 at 12:26, Hans Wennborg via libcxx-dev <libcxx-dev at lists.llvm.org> wrote:> > Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > Thanks, > Hans > _______________________________________________ > libcxx-dev mailing list > libcxx-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
Neil Nelson via llvm-dev
2019-Sep-12 14:39 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
Xubuntu/Ubuntu 19.04, uploaded sha256sum clang+llvm-9.0.0-rc4-x86_64-pc-linux-gnu.tar.xz 47a204e1f6d32b443001acb97e65b603de8eec9b493ca5b1f66c88a367d605dc grep fail in logs deferred_errors.log:[Release+Asserts Phase3] check-all failed testing.9.0.0-rc4.log:-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile testing.9.0.0-rc4.log:-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile testing.9.0.0-rc4.log:[Release+Asserts Phase3] check-all failed testing.9.0.0-rc4.log:-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile testing.9.0.0-rc4.log:-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile Neil Nelson On 9/10/19 4:26 AM, Hans Wennborg via llvm-dev wrote:> Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > 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/20190912/295814df/attachment.html>
Dimitry Andric via llvm-dev
2019-Sep-13 06:00 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
On 10 Sep 2019, at 12:26, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4.For this rc, 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-rc4-amd64-unknown-freebsd11.tar.xz) = e3ec34f97c26b0cae6833f8c565b011c3a111880da5191f131e2491bcace6960 SHA256 (clang+llvm-9.0.0-rc4-i386-unknown-freebsd11.tar.xz) = 39e9d341838d8966c187ad4baccc2f7ddc45cb3d0dbb76f46098e1963c4b9f31 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 (402): 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 :: Expr/TestIRMemoryMap.test LLDB :: SymbolFile/DWARF/debug-names-compressed.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/find-function-regex.cpp LLDB :: SymbolFile/DWARF/find-inline-method.s LLDB :: SymbolFile/DWARF/find-variable-dwo.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 Profile-x86_64 :: Posix/instrprof-gcov-fork.test 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 libomp :: api/omp_get_wtime.c 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 (17): 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-enable-pending.test LLDB :: tools/lldb-mi/exec/exec-continue.test LLDB :: tools/lldb-mi/exec/exec-finish.test LLDB :: tools/lldb-mi/exec/exec-interrupt.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 : 62976 Passes With Retry : 1 Expected Failures : 251 Unsupported Tests : 3853 Unexpected Passes : 6 Unexpected Failures: 402 Individual Timeouts: 17 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 (202): 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/dwarf5-partial-index.cpp LLDB :: SymbolFile/DWARF/find-basic-function.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/find-variable-dwo.cpp LLDB :: SymbolFile/DWARF/find-variable-file.cpp LLDB :: SymbolFile/DWARF/forward-declarations.s LLDB :: SymbolFile/NativePDB/disassembly.cpp LLDB :: SymbolFile/NativePDB/global-classes.cpp LLDB :: tools/lldb-mi/breakpoint/break-insert.test 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 ******************** Unresolved Tests (2): lldb-Suite :: functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py lldb-Suite :: functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py ******************** Timed Out Tests (10): 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 :: tools/lldb-mi/exec/exec-interrupt.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 : 60392 Expected Failures : 245 Unsupported Tests : 2441 Unresolved Tests : 2 Unexpected Passes : 7 Unexpected Failures: 202 Individual Timeouts: 10 -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/20190913/b90f8b86/attachment.sig>
Hans Wennborg via llvm-dev
2019-Sep-13 08:11 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
On Tue, Sep 10, 2019 at 9:35 PM Andrew Kelley <andrew at ziglang.org> wrote:> > On 9/10/19 6:26 AM, Hans Wennborg via llvm-dev wrote: > > Hello again, > > > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > > > Source code and docs are available at > > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > > become available. > > > > There are not a lot of changes from rc3 to rc4, and there are again no > > open release blockers, so I'm hoping this will be the last release > > candidate and that we can tag the final release soon. > > > > Please file bug reports for any issues you find, marking them blocking > > of https://llvm.org/PR42474 > > > > Hi Hans, > > Unfortunately, I have discovered a regression from an earlier release > candidate: https://bugs.llvm.org/show_bug.cgi?id=43268 > > I found this when trying to build glibc 2.30 from source with clang, > albeit not with the official glibc build script.Thanks for catching this! The fix is now on the release branch and will whip in rc5 soon.
Hans Wennborg via llvm-dev
2019-Sep-13 08:17 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
On Wed, Sep 11, 2019 at 9:19 PM Michał Górny <mgorny at gentoo.org> wrote:> > On Tue, 2019-09-10 at 12:26 +0200, Hans Wennborg via Release-testers > wrote: > > Hello again, > > > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > > > So I've done a bit more testing this time, that included: Gentoo/amd64, > 32-bit multilib on Gentoo/amd64 (only LLVM, Clang and runtimes) > and NetBSD/amd64 (LLVM, Clang with tests, everything else build-only).Many thanks for all the testing!> There are no regressions since previous RC. However, I've found one new > regression from 8.* (sorry!). To summarize: > > 1. Stand-alone clang builds are broken when clang-tools-extra is not > built: bug [1], patch [2]. If you don't want to include it at this > point, I'm just going to carry it downstream.I've commented on the bug. I'd prefer not to merge it at this point, and instead let it go into 9.0.1. Hopefully it's not too much trouble to carry it downstream in the meantime.> 2. The apparent license incompatibility problem in LLVM is still not > resolved [3].I can't help with this.> 3. LLDB fails many tests on Gentoo, as usual.LLDB tests failing seems to be the norm, and is not a release blocker.> > [1] https://bugs.llvm.org/show_bug.cgi?id=43281 > [2] https://reviews.llvm.org/D67452 > [3] https://reviews.llvm.org/D66390
Hans Wennborg via llvm-dev
2019-Sep-13 08:21 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get these posted shortly. On Thu, Sep 12, 2019 at 5:25 AM Brian Cain <brian.cain at gmail.com> wrote:> > Uploaded SLES11 and Ubuntu 16 binaries: > > 1c7895122974828c678f7059e0427d0228ab41e5 clang+llvm-9.0.0-rc4-x86_64-linux-sles11.3.tar.xz > d23219bc416afdf2a7eff11490dfb497001dc3a4 clang+llvm-9.0.0-rc4-x86_64-linux-gnu-ubuntu-16.04.tar.xz > > On Tue, Sep 10, 2019 at 5:26 AM Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> Hello again, >> >> 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In >> the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. >> >> Source code and docs are available at >> https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they >> become available. >> >> There are not a lot of changes from rc3 to rc4, and there are again no >> open release blockers, so I'm hoping this will be the last release >> candidate and that we can tag the final release soon. >> >> Please file bug reports for any issues you find, marking them blocking >> of https://llvm.org/PR42474 >> >> Release testers, please run the test script, share your results, and >> upload binaries. >> >> Thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers > > > > -- > -Brian
Hans Wennborg via llvm-dev
2019-Sep-13 08:23 UTC
[llvm-dev] [libcxx-dev] [9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get these posted. On Thu, Sep 12, 2019 at 9:52 AM Diana Picus <diana.picus at linaro.org> wrote:> > Hi, > > Uploaded > 86efbad6d8677c64d057d92e1dd144988dee68f7a0faa84e5d12f1b59ded0e4f > clang+llvm-9.0.0-rc4-armv7a-linux-gnueabihf.tar.xz > eb37ced0868066fdf21a1539c61081b1b6e87f2fc6da58aa282230728329f80a > clang+llvm-9.0.0-rc4-aarch64-linux-gnu.tar.xz > > Both seem fine. > > Cheers, > Diana > > On Tue, 10 Sep 2019 at 12:26, Hans Wennborg via libcxx-dev > <libcxx-dev at lists.llvm.org> wrote: > > > > Hello again, > > > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > > > Source code and docs are available at > > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > > become available. > > > > There are not a lot of changes from rc3 to rc4, and there are again no > > open release blockers, so I'm hoping this will be the last release > > candidate and that we can tag the final release soon. > > > > Please file bug reports for any issues you find, marking them blocking > > of https://llvm.org/PR42474 > > > > Release testers, please run the test script, share your results, and > > upload binaries. > > > > Thanks, > > Hans > > _______________________________________________ > > libcxx-dev mailing list > > libcxx-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
Hans Wennborg via llvm-dev
2019-Sep-13 08:26 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 4 is here
Thanks! I'll get this posted on the web site. The "Performing Test ... failed to compile" failures from cmake are not interesting. But could you look in the log file and try to see what were the tests that failed in the "check-all" step? On Thu, Sep 12, 2019 at 4:39 PM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Xubuntu/Ubuntu 19.04, uploaded > > sha256sum clang+llvm-9.0.0-rc4-x86_64-pc-linux-gnu.tar.xz > 47a204e1f6d32b443001acb97e65b603de8eec9b493ca5b1f66c88a367d605dc > > grep fail in logs > deferred_errors.log:[Release+Asserts Phase3] check-all failed > testing.9.0.0-rc4.log:-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile > testing.9.0.0-rc4.log:-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile > testing.9.0.0-rc4.log:[Release+Asserts Phase3] check-all failed > testing.9.0.0-rc4.log:-- Performing Test HAVE_THREAD_SAFETY_ATTRIBUTES -- failed to compile > testing.9.0.0-rc4.log:-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile > > Neil Nelson > > On 9/10/19 4:26 AM, Hans Wennborg via llvm-dev wrote: > > Hello again, > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc4 Binaries will be added as they > become available. > > There are not a lot of changes from rc3 to rc4, and there are again no > open release blockers, so I'm hoping this will be the last release > candidate and that we can tag the final release soon. > > Please file bug reports for any issues you find, marking them blocking > of https://llvm.org/PR42474 > > Release testers, please run the test script, share your results, and > upload binaries. > > Thanks, > Hans > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > _______________________________________________ > 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
2019-Sep-13 08:47 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 4 is here
Thanks! Posted these on the web page now. On Fri, Sep 13, 2019 at 8:00 AM Dimitry Andric <dimitry at andric.com> wrote:> > On 10 Sep 2019, at 12:26, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: > > > > 9.0.0-rc4 was just tagged from the release_90 branch at r371490. In > > the Git monorepo, it's tagged as llvmorg-9.0.0-rc4. > > For this rc, 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-rc4-amd64-unknown-freebsd11.tar.xz) = e3ec34f97c26b0cae6833f8c565b011c3a111880da5191f131e2491bcace6960 > SHA256 (clang+llvm-9.0.0-rc4-i386-unknown-freebsd11.tar.xz) = 39e9d341838d8966c187ad4baccc2f7ddc45cb3d0dbb76f46098e1963c4b9f31 > > 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 (402): > 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 :: Expr/TestIRMemoryMap.test > LLDB :: SymbolFile/DWARF/debug-names-compressed.cpp > LLDB :: SymbolFile/DWARF/find-basic-variable.cpp > LLDB :: SymbolFile/DWARF/find-function-regex.cpp > LLDB :: SymbolFile/DWARF/find-inline-method.s > LLDB :: SymbolFile/DWARF/find-variable-dwo.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 > Profile-x86_64 :: Posix/instrprof-gcov-fork.test > 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 > libomp :: api/omp_get_wtime.c > 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 (17): > 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-enable-pending.test > LLDB :: tools/lldb-mi/exec/exec-continue.test > LLDB :: tools/lldb-mi/exec/exec-finish.test > LLDB :: tools/lldb-mi/exec/exec-interrupt.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 : 62976 > Passes With Retry : 1 > Expected Failures : 251 > Unsupported Tests : 3853 > Unexpected Passes : 6 > Unexpected Failures: 402 > Individual Timeouts: 17 > > 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 (202): > 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/dwarf5-partial-index.cpp > LLDB :: SymbolFile/DWARF/find-basic-function.cpp > LLDB :: SymbolFile/DWARF/find-basic-variable.cpp > LLDB :: SymbolFile/DWARF/find-variable-dwo.cpp > LLDB :: SymbolFile/DWARF/find-variable-file.cpp > LLDB :: SymbolFile/DWARF/forward-declarations.s > LLDB :: SymbolFile/NativePDB/disassembly.cpp > LLDB :: SymbolFile/NativePDB/global-classes.cpp > LLDB :: tools/lldb-mi/breakpoint/break-insert.test > 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 > > ******************** > Unresolved Tests (2): > lldb-Suite :: functionalities/data-formatter/refpointer-recursion/TestDataFormatterRefPtrRecursion.py > lldb-Suite :: functionalities/data-formatter/vector-types/TestVectorTypesFormatting.py > > ******************** > Timed Out Tests (10): > 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 :: tools/lldb-mi/exec/exec-interrupt.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 : 60392 > Expected Failures : 245 > Unsupported Tests : 2441 > Unresolved Tests : 2 > Unexpected Passes : 7 > Unexpected Failures: 202 > Individual Timeouts: 10 > > -Dimitry >