Hans Wennborg via llvm-dev
2019-Jul-29 14:32 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
Hi everyone, 9.0.0-rc1 was just tagged from the release_90 branch at r367217 (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 Binaries will be added as they become available. Please file bug reports for any issues you find as blockers of https://llvm.org/PR42474 Release testers: please start your engines, run the script, share your results, and upload binaries. Thanks, Hans
Hans Wennborg via llvm-dev
2019-Jul-30 07:26 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
On Mon, Jul 29, 2019 at 4:32 PM Hans Wennborg <hans at chromium.org> wrote:> > Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the script, share your > results, and upload binaries.Windows is ready: $ sha256sum LLVM-9.0.0-rc1-win*.exe 94ecc9f92776d1934f0925bdf39ccb2ec8c36c87f05571e048d3077e7deee72c LLVM-9.0.0-rc1-win32.exe cc1f4b0ce47598e51c2185b21dc74ab3e053380cebf3ad92381fb083d6ec7b14 LLVM-9.0.0-rc1-win64.exe They were built with the attached batch file. Because of https://bugs.llvm.org/show_bug.cgi?id=42724, the binaries don't include LLDB. Thanks, Hans -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_900-rc1._bat_ Type: application/octet-stream Size: 5782 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190730/2e077181/attachment.obj>
Michał Górny via llvm-dev
2019-Jul-30 07:29 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 1 is here
On Mon, 2019-07-29 at 16:32 +0200, Hans Wennborg via Release-testers wrote:> Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the script, share your > results, and upload binaries. >I've reported a regression with lit test suite [1], and LLDB is still broken on Gentoo (maybe I'll manage to get it fixed for -11? ;-)). Other than that, it looks fine. [1] https://bugs.llvm.org/show_bug.cgi?id=42812 -- 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/20190730/ceced669/attachment.sig>
Bernhard Rosenkraenzer via llvm-dev
2019-Jul-30 13:49 UTC
[llvm-dev] ?==?utf-8?q? [Release-testers] [9.0.0?==?utf-8?q? Release] Release Candidate 1 is here
Hi, looks good so far -- I've updated the OpenMandriva devel tree to use it as the default compiler. I've also flipped the default linker over to lld. So far no serious problems even with lld. Complete system rebuild isn't complete yet, but it successfully rebuilt all of Qt and KDE (on x86_64, x86_32, aarch64 and armv7hnl). RISC-V not built yet due to HW outage. ttyl bero On Monday, July 29, 2019 16:32 CEST, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the 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
Diana Picus via llvm-dev
2019-Jul-31 09:33 UTC
[llvm-dev] [lldb-dev] [9.0.0 Release] Release Candidate 1 is here
Uploaded ARM and AArch64: 1e091722ba37c983d0b1bc97374a43bfc097833d94377ad4e8ef2353d5bec315 clang+llvm-9.0.0-rc1-aarch64-linux-gnu.tar.xz e88a380e7498985fed572893a333408aba595b3efbf3a730cedb2ae4399a18a2 clang+llvm-9.0.0-rc1-armv7a-linux-gnueabihf.tar.xz Both suffer from PR42739 (difference between Phase 2 and Phase 3 files). Also opened PR42841 for AArch64 libfuzzer test failures. Cheers, Diana On Mon, 29 Jul 2019 at 16:32, Hans Wennborg via lldb-dev <lldb-dev at lists.llvm.org> wrote:> > Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the script, share your > results, and upload binaries. > > Thanks, > Hans > _______________________________________________ > lldb-dev mailing list > lldb-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
Brian Cain via llvm-dev
2019-Jul-31 22:55 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 1 is here
Uploaded Ubuntu 18.04 binaries: 190157033defcfc0796f06696a73979cb4201594 clang+llvm-9.0.0-rc1-x86_64-linux-gnu-ubuntu-18.04.tar.xz I had three phase 2/3 comparison failures, opened PR42855. # Comparing Phase 2 and Phase 3 files file MachO_x86_64.cpp.o differs between phase 2 and phase 3 file JITLinkGeneric.cpp.o differs between phase 2 and phase 3 file llvm-config.cpp.o differs between phase 2 and phase 3 On Mon, Jul 29, 2019 at 9:32 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the 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/20190731/76bfe643/attachment.html>
Jonas Hahnfeld via llvm-dev
2019-Aug-05 13:23 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
On 2019-07-29 16:32, Hans Wennborg via llvm-dev wrote:> Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc1Looks good with our internal build script and all tests pass (we don't compare Stage 3 though). One note: I wasn't able to compile with GCC 4.8.5 (CentOS 7 default), even with "-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON". This is because libcxxabi uses "__builtin_add_overflow" which was introduced with GCC 5. So I guess this is fine, given that "-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON" already prints a noticeable warning and LLVM will switch to C++14 soon which requires GCC 5.1 or later. I was able to build using GCC 6 without problems. Regards, Jonas
Russell Gallop via llvm-dev
2019-Aug-06 16:49 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
Hi Hans, It looks like this batch file is self hosting with clang-cl but not using lld-link to link the packaged binaries, despite building it in stage0. Is that correct? If so, is there a reason why this can't use lld-link? Thanks Russ On Tue, 30 Jul 2019 at 08:26, Hans Wennborg via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On Mon, Jul 29, 2019 at 4:32 PM Hans Wennborg <hans at chromium.org> wrote: > > > > Hi everyone, > > > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc1 > > > > Binaries will be added as they become available. > > > > Please file bug reports for any issues you find as blockers of > > https://llvm.org/PR42474 > > > > Release testers: please start your engines, run the script, share your > > results, and upload binaries. > > Windows is ready: > > $ sha256sum LLVM-9.0.0-rc1-win*.exe > 94ecc9f92776d1934f0925bdf39ccb2ec8c36c87f05571e048d3077e7deee72c > LLVM-9.0.0-rc1-win32.exe > cc1f4b0ce47598e51c2185b21dc74ab3e053380cebf3ad92381fb083d6ec7b14 > LLVM-9.0.0-rc1-win64.exe > > They were built with the attached batch file. > > Because of https://bugs.llvm.org/show_bug.cgi?id=42724, the binaries > don't include LLDB. > > 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/20190806/ed3c2fb6/attachment.html>
Dimitry Andric via llvm-dev
2019-Aug-06 20:29 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 1 is here
On 29 Jul 2019, at 16:32, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo).The sanitizer tests went a lot better now, thanks to Alexander Richardson's patches in https://bugs.llvm.org/show_bug.cgi?id=40761 (https://reviews.llvm.org/D65221 and https://reviews.llvm.org/D65705). Uploaded: SHA256 (clang+llvm-9.0.0-rc1-amd64-unknown-freebsd11.tar.xz) = 6a6c04e2d87ef3d8b8671b175afe0a59d3f5fee6d758d3c3383a6af3031b76a4 SHA256 (clang+llvm-9.0.0-rc1-i386-unknown-freebsd11.tar.xz) = d34d0d46d93576c27e6ab2a5fa4712c80fe0580dd5ca9efadd5b0b2a0b1a150f I had to apply a number of other patches (see attachments) to make the sanitizer tests work at all, and for a few other issues: * 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=42893 - FreeBSD needs LD_32_LIBRARY_PATH support in lit for 32-bit dynamic ASan tests * https://bugs.llvm.org/show_bug.cgi?id=42894 - FreeBSD needs -pthread link flag for dynamic ASan tests Main test results on amd64-freebsd11: ******************** Unexpected Passing Tests (7): 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/avoids-fd-leak/TestFdLeak.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 (120): 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 :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test LLDB :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test LLDB :: Driver/LocalLLDBInit.test LLDB :: Driver/TestConvenienceVariables.test LLDB :: ExecControl/StopHook/stop-hook-threads.test LLDB :: ExecControl/StopHook/stop-hook.test LLDB :: Expr/TestIRMemoryMap.test 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 :: SymbolFile/DWARF/find-basic-function.cpp LLDB :: SymbolFile/DWARF/find-basic-namespace.cpp LLDB :: SymbolFile/DWARF/find-basic-type.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/find-method.cpp LLDB :: tools/lldb-mi/breakpoint/break-insert.test LLDB :: tools/lldb-mi/data/data-info-line.test LLDB :: tools/lldb-mi/exec/exec-interrupt.test LLDB :: tools/lldb-mi/exec/exec-next-instruction.test LLDB :: tools/lldb-mi/exec/exec-next.test LLDB :: tools/lldb-mi/exec/exec-step-instruction.test LLDB :: tools/lldb-mi/exec/exec-step.test LLVM :: tools/yaml2obj/elf-override-shoffset.yaml LLVM :: tools/yaml2obj/elf-override-shsize.yaml MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.SmallPreAllocatedStackThread MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.bind_getsockname MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.confstr MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.mbrtowc MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.swprintf MemorySanitizer-Unit :: ./Msan-x86_64-Test/MemorySanitizer.valloc MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.SmallPreAllocatedStackThread MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.bind_getsockname MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.confstr MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.mbrtowc MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.swprintf MemorySanitizer-Unit :: ./Msan-x86_64-with-call-Test/MemorySanitizer.valloc MemorySanitizer-X86_64 :: dtls_test.c SanitizerCommon-asan-i386-FreeBSD :: Posix/devname_r.cc SanitizerCommon-asan-i386-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-asan-x86_64-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-msan-x86_64-FreeBSD :: FreeBSD/capsicum.cc SanitizerCommon-msan-x86_64-FreeBSD :: Posix/dedup_token_length_test.cc SanitizerCommon-msan-x86_64-FreeBSD :: Posix/weak_hook_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/dedup_token_length_test.cc SanitizerCommon-tsan-x86_64-FreeBSD :: Posix/weak_hook_test.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 :: signal_reset.cc XRay-x86_64-freebsd :: TestCases/Posix/fork_basic_logging.cc libFuzzer :: initialize.test libFuzzer :: merge-sigusr.test libFuzzer :: msan.test libc++ :: libcxx/thread/thread.threads/thread.thread.this/sleep_for.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/re/re.alg/re.alg.match/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.match/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.match/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.match/extended.pass.cpp libc++ :: std/re/re.alg/re.alg.search/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.search/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.search/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.search/extended.pass.cpp libc++ :: std/re/re.traits/lookup_collatename.pass.cpp libc++ :: std/re/re.traits/transform_primary.pass.cpp libc++ :: std/utilities/time/date.time/ctime.pass.cpp libc++abi :: thread_local_destruction_order.pass.cpp libunwind :: libunwind_01.pass.cpp libunwind :: unw_getcontext.pass.cpp lldb-Suite :: functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py lldb-Suite :: functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py lldb-Suite :: functionalities/deleted-executable/TestDeletedExecutable.py lldb-Suite :: functionalities/memory-region/TestMemoryRegion.py lldb-Suite :: functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py lldb-Suite :: functionalities/target_create_deps/TestTargetCreateDeps.py lldb-Suite :: functionalities/thread/state/TestThreadStates.py lldb-Suite :: functionalities/watchpoint/multiple_hits/TestMultipleHits.py lldb-Suite :: functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py lldb-Suite :: lang/c/conflicting-symbol/TestConflictingSymbol.py lldb-Suite :: settings/TestSettings.py lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py lldb-Suite :: tools/lldb-vscode/launch/TestVSCode_launch.py lldb-Suite :: tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py lldb-Suite :: tools/lldb-vscode/step/TestVSCode_step.py lldb-Suite :: tools/lldb-vscode/variables/TestVSCode_variables.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/StandardStartupTest.TestStopReplyContainsThreadPcs lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.LaunchModePreservesEnvironment lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.vAttachRichError ******************** Unresolved Tests (2): lldb-Suite :: functionalities/breakpoint/debugbreak/TestDebugBreak.py lldb-Suite :: functionalities/signal/raise/TestRaise.py Expected Passes : 63303 Expected Failures : 252 Unsupported Tests : 3855 Unresolved Tests : 2 Unexpected Passes : 7 Unexpected Failures: 120 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 (8): AddressSanitizer-i386-freebsd-dynamic :: TestCases/interception_failure_test.cc lldb-Suite :: api/multiple-targets/TestMultipleTargets.py lldb-Suite :: functionalities/avoids-fd-leak/TestFdLeak.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 (211): 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 :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputConsole.test LLDB :: Commands/CommandScriptImmediateOutput/CommandScriptImmediateOutputFile.test LLDB :: Driver/LocalLLDBInit.test LLDB :: Driver/TestConvenienceVariables.test LLDB :: ExecControl/StopHook/stop-hook-threads.test LLDB :: ExecControl/StopHook/stop-hook.test LLDB :: Expr/TestIRMemoryMap.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-read.test LLDB :: Register/x86-gp-write.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 :: SymbolFile/DWARF/find-basic-function.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: SymbolFile/DWARF/forward-declarations.s LLDB :: SymbolFile/NativePDB/disassembly.cpp LLDB :: SymbolFile/NativePDB/global-classes.cpp LLDB :: tools/lldb-mi/exec/exec-continue.test LLDB :: tools/lldb-mi/exec/exec-interrupt.test LLVM :: tools/yaml2obj/elf-override-shoffset.yaml LLVM :: tools/yaml2obj/elf-override-shsize.yaml 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 lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.LaunchModePreservesEnvironment lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/TestBase.vAttachRichError ******************** Unresolved Tests (2): lldb-Suite :: functionalities/breakpoint/debugbreak/TestDebugBreak.py lldb-Suite :: functionalities/signal/raise/TestRaise.py Expected Passes : 60346 Expected Failures : 246 Unsupported Tests : 2443 Unresolved Tests : 2 Unexpected Passes : 8 Unexpected Failures: 211 -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-cfe-1.diff Type: application/octet-stream Size: 451 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-compiler-rt-1.diff Type: application/octet-stream Size: 2896 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment-0001.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-compiler-rt-2.diff Type: application/octet-stream Size: 892 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment-0002.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-compiler-rt-3.diff Type: application/octet-stream Size: 3703 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment-0003.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-compiler-rt-4.diff Type: application/octet-stream Size: 900 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment-0004.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-test-suite-1.diff Type: application/octet-stream Size: 550 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190806/a0f85d0c/attachment-0005.obj> -------------- 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/20190806/a0f85d0c/attachment.sig>
Neil Nelson via llvm-dev
2019-Aug-07 14:40 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
I have here on Xubuntu 19.04 sha256sum clang+llvm-9.0.0-rc1-x86_64-pc-linux-gnu.tar.xz 13a8a150127d0a515e229598a912dc4be779ebfe0b5c44fde5231617466265f1 from instructions on https://llvm.org/docs/ReleaseProcess.html under test-release.sh. Looks like it might be uploaded in relation to https://prereleases.llvm.org/9.0.0/#rc1 but how to do that is not immediately seen. The tail of the output gives -- Testing: 919 tests, 7 threads -- Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 438.71s Expected Passes : 919 [100%] Built target check # Packaging the release as clang+llvm-9.0.0-rc1-x86_64-pc-linux-gnu.tar.xz ### Testing Finished ### ### Logs: /home/nnelson/Documents/llvm-project-llvmorg-8.0.1-rc4/llvm/utils/release/rc1/logs ### Errors: [Release Phase3] check-all failed [Release+Asserts Phase3] check-all failed No doubt there may be more information of use but where it may be, what you may want, is not clear. Regards, Neil Nelson On 7/29/19 8:32 AM, Hans Wennborg via llvm-dev wrote:> Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the 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/20190807/a78d2cdd/attachment.html>
Hans Wennborg via llvm-dev
2019-Aug-13 11:13 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 1 is here
Hi Neil, On Wed, Aug 7, 2019 at 4:40 PM Neil Nelson via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > I have here on Xubuntu 19.04 > > sha256sum clang+llvm-9.0.0-rc1-x86_64-pc-linux-gnu.tar.xz > 13a8a150127d0a515e229598a912dc4be779ebfe0b5c44fde5231617466265f1 > > from instructions on https://llvm.org/docs/ReleaseProcess.html under test-release.sh. > > Looks like it might be uploaded in relation to https://prereleases.llvm.org/9.0.0/#rc1 but how to do that is not immediately seen.Anton: can you help Neil get access to the release testers sftp?> The tail of the output gives > > -- Testing: 919 tests, 7 threads -- > Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. > Testing Time: 438.71s > Expected Passes : 919 > [100%] Built target check > # Packaging the release as clang+llvm-9.0.0-rc1-x86_64-pc-linux-gnu.tar.xz > ### Testing Finished ### > ### Logs: /home/nnelson/Documents/llvm-project-llvmorg-8.0.1-rc4/llvm/utils/release/rc1/logs > ### Errors: > [Release Phase3] check-all failed > [Release+Asserts Phase3] check-all failed > > No doubt there may be more information of use but where it may be, what you may want, is not clear.It would be interesting to see what the test failures are. Can you look in the Logs directory mentioned above and see which tests failed? Thanks, Hans> On 7/29/19 8:32 AM, Hans Wennborg via llvm-dev wrote: > > Hi everyone, > > 9.0.0-rc1 was just tagged from the release_90 branch at r367217 > (tagged as llvmorg-9.0.0-rc1 in the Git monorepo). > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc1 > > Binaries will be added as they become available. > > Please file bug reports for any issues you find as blockers of > https://llvm.org/PR42474 > > Release testers: please start your engines, run the script, share your > results, and upload binaries. > > Thanks, > Hans