Hans Wennborg via llvm-dev
2019-Aug-14 08:14 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 2 is here
Hello everyone, 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 Binaries will be added as they become available. The tag went in roughly one week behind schedule (see "Upcoming Releases" at https://llvm.org), but there are still two weeks left to the planned release date. Please file bug reports for any issues you find and mark them blocking https://llvm.org/PR42474 Please also look at the blockers and see if there's anything you can help with -- there are several bugs which lack traction at the moment. Release testers: please start your engines, run the script, share your results, and upload binaries. Many thanks, Hans
Hans Wennborg via llvm-dev
2019-Aug-14 08:17 UTC
[llvm-dev] [9.0.0 Release] Release Candidate 2 is here
On Wed, Aug 14, 2019 at 10:14 AM Hans Wennborg <hans at chromium.org> wrote:> Release testers: please start your engines, run the script, share your > results, and upload binaries.Windows is ready: $ sha256sum LLVM-9.0.0-rc2-win*.exe f07bd586c77420bd5904a7abbb2d26700907603e69ab4373868280866ed63b92 LLVM-9.0.0-rc2-win32.exe b19df257535d510a671a82fc4e006441c45c223724b2d44a8a1763ac55181089 LLVM-9.0.0-rc2-win64.exe They were built with attached batch file. Thanks, Hans -------------- next part -------------- A non-text attachment was scrubbed... Name: build_llvm_900-rc2._bat_ Type: application/octet-stream Size: 5716 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190814/063c364d/attachment.obj>
Diana Picus via llvm-dev
2019-Aug-15 08:18 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
Hi, Uploaded ARM and AArch64: a01381f8ca747af06cae4e9ae216ec5d1d4e0482a36193428907c714c02f227d clang+llvm-9.0.0-rc2-aarch64-linux-gnu.tar.xz 5cdadf2986f9957873256bab54bebb42f96295740e7c96cb5e8646b3bd61cf5d clang+llvm-9.0.0-rc2-armv7a-linux-gnueabihf.tar.xz ARM is ok, AArch64 still has PR42841. Cheers, Diana On Wed, 14 Aug 2019 at 10:17, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > On Wed, Aug 14, 2019 at 10:14 AM Hans Wennborg <hans at chromium.org> wrote: > > Release testers: please start your engines, run the script, share your > > results, and upload binaries. > > Windows is ready: > > $ sha256sum LLVM-9.0.0-rc2-win*.exe > f07bd586c77420bd5904a7abbb2d26700907603e69ab4373868280866ed63b92 > LLVM-9.0.0-rc2-win32.exe > b19df257535d510a671a82fc4e006441c45c223724b2d44a8a1763ac55181089 > LLVM-9.0.0-rc2-win64.exe > > They were built with attached batch file. > > Thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Sylvestre Ledru via llvm-dev
2019-Aug-16 09:23 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
Le 14/08/2019 à 10:14, Hans Wennborg via Release-testers a écrit :> Hello everyone, > > 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. > In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag.[...]> Release testers: please start your engines, run the script, share your > results, and upload binaries.Bonjour, One severe regression on Debian on libc++ on mips* https://bugs.llvm.org/show_bug.cgi?id=43011 Simon found the regressor! Besides that, we look good. I will try to get a rebuild of the Debian archive with this version. Sylvestre
Dimitry Andric via llvm-dev
2019-Aug-17 09:32 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
On 14 Aug 2019, at 10:14, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> > 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. > In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag.For this rc, I only needed one patch, from: * 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 (118): 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 :: 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-type.cpp LLDB :: SymbolFile/DWARF/find-basic-variable.cpp LLDB :: tools/lldb-mi/breakpoint/break-insert-enable-pending.test LLDB :: tools/lldb-mi/data/data-info-line.test LLDB :: tools/lldb-mi/exec/exec-continue.test LLDB :: tools/lldb-mi/exec/exec-finish.test LLDB :: tools/lldb-mi/exec/exec-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 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 ThreadSanitizer-x86_64 :: signal_sync2.cc XRay-x86_64-freebsd :: TestCases/Posix/fork_basic_logging.cc libFuzzer :: initialize.test libFuzzer :: merge-sigusr.test libFuzzer :: msan.test libc++ :: std/language.support/support.runtime/ctime.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/compare.pass.cpp libc++ :: std/localization/locale.categories/category.collate/locale.collate.byname/transform.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/get_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_fr_FR.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_ru_RU.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/put_long_double_zh_CN.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/curr_symbol.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp libc++ :: std/localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_monthname_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.get.byname/get_one_wide.pass.cpp libc++ :: std/localization/locale.categories/category.time/locale.time.put.byname/put1.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/grouping.pass.cpp libc++ :: std/localization/locale.categories/facet.numpunct/locale.numpunct.byname/thousands_sep.pass.cpp libc++ :: std/re/re.alg/re.alg.match/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.match/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.match/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.match/extended.pass.cpp libc++ :: std/re/re.alg/re.alg.search/awk.pass.cpp libc++ :: std/re/re.alg/re.alg.search/basic.pass.cpp libc++ :: std/re/re.alg/re.alg.search/ecma.pass.cpp libc++ :: std/re/re.alg/re.alg.search/extended.pass.cpp libc++ :: std/re/re.traits/lookup_collatename.pass.cpp libc++ :: std/re/re.traits/transform_primary.pass.cpp libc++ :: std/utilities/time/date.time/ctime.pass.cpp libc++abi :: thread_local_destruction_order.pass.cpp libunwind :: libunwind_01.pass.cpp libunwind :: unw_getcontext.pass.cpp lldb-Suite :: functionalities/breakpoint/global_constructor/TestBreakpointInGlobalConstructor.py lldb-Suite :: functionalities/breakpoint/require_hw_breakpoints/TestRequireHWBreakpoints.py lldb-Suite :: functionalities/deleted-executable/TestDeletedExecutable.py lldb-Suite :: functionalities/memory-region/TestMemoryRegion.py lldb-Suite :: functionalities/tail_call_frames/thread_step_out_or_return/TestSteppingOutWithArtificialFrames.py lldb-Suite :: functionalities/target_create_deps/TestTargetCreateDeps.py lldb-Suite :: functionalities/thread/state/TestThreadStates.py lldb-Suite :: functionalities/watchpoint/multiple_hits/TestMultipleHits.py lldb-Suite :: functionalities/watchpoint/step_over_watchpoint/TestStepOverWatchpoint.py lldb-Suite :: lang/c/conflicting-symbol/TestConflictingSymbol.py lldb-Suite :: settings/TestSettings.py lldb-Suite :: tools/lldb-vscode/attach/TestVSCode_attach.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setExceptionBreakpoints.py lldb-Suite :: tools/lldb-vscode/breakpoint/TestVSCode_setFunctionBreakpoints.py lldb-Suite :: tools/lldb-vscode/launch/TestVSCode_launch.py lldb-Suite :: tools/lldb-vscode/stackTrace/TestVSCode_stackTrace.py lldb-Suite :: tools/lldb-vscode/step/TestVSCode_step.py lldb-Suite :: tools/lldb-vscode/variables/TestVSCode_variables.py lldb-Unit :: tools/lldb-server/tests/./LLDBServerTests/StandardStartupTest.TestStopReplyContainsThreadPcs 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 : 63327 Passes With Retry : 1 Expected Failures : 251 Unsupported Tests : 3855 Unresolved Tests : 2 Unexpected Passes : 7 Unexpected Failures: 118 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 :: 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/forward-declarations.s LLDB :: SymbolFile/NativePDB/disassembly.cpp LLDB :: SymbolFile/NativePDB/global-classes.cpp LLDB :: tools/lldb-mi/breakpoint/break-insert-enable-pending.test LLDB :: tools/lldb-mi/breakpoint/break-insert.test LLDB :: tools/lldb-mi/data/data-info-line.test LLDB :: tools/lldb-mi/exec/exec-finish.test LLDB :: tools/lldb-mi/exec/exec-step-instruction.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 : 60368 Passes With Retry : 1 Expected Failures : 245 Unsupported Tests : 2443 Unresolved Tests : 2 Unexpected Passes : 8 Unexpected Failures: 211 Uploaded: SHA256 (clang+llvm-9.0.0-rc2-amd64-unknown-freebsd11.tar.xz) = 0b162e70e4b837e9458b03a3b3c60c5b292a0d9dbe719a61cb5bbaec8d0aadb4 SHA256 (clang+llvm-9.0.0-rc2-i386-unknown-freebsd11.tar.xz) = 620af75809973ac64a59713861a3c8074c4327457e2d35b49eb1a3ab2a8cccf7 -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/20190817/90cb99b0/attachment.sig>
Bernhard Rosenkraenzer via llvm-dev
2019-Aug-17 14:38 UTC
[llvm-dev] ?==?utf-8?q? [Release-testers] [9.0.0?==?utf-8?q? Release] Release Candidate 2 is here
Hi, I've updated the main toolchain in OpenMandriva cooker and ran a mass rebuild - looking good so far on aarch64, armv7hnl, x86_64, i686 and znver1. The only serious issue we've run into so far is that clang crashes when trying to build current firefox on x86_64. Will put up a bug report later. There's a few bootstrapping issues on RISC-V, seemingly related to clang's version of stddef.h somehow getting in the include path while building with gcc - but that may well be a bug in our packaging, won't report a bug until we've investigated this further. FAILED: tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o /usr/bin/g++ -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Itools/clang/lib/Tooling -I/builddir/build/BUILD/llvm-9.0.0-20190814/clang/lib/Tooling -I/builddir/build/BUILD/llvm-9.0.0-20190814/clang/include -Itools/clang/include -I/usr/include/libxml2 -Iinclude -I/builddir/build/BUILD/llvm-9.0.0-20190814/llvm/include -I/builddir/build/BUILD/llvm-9.0.0-20190814/clang/lib/Headers -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -march=rv64imafdc -mabi=lp64d -O3 -fpic -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fuse-ld=bfd -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++1y -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -fno-common -Woverloaded-virtual -fno-strict-aliasing -Os -fomit-frame-pointer -pipe -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fstack-protector-strong --param=ssp-buffer-size=4 -march=rv64imafdc -mabi=lp64d -O3 -fpic -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fuse-ld=bfd -MD -MT tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o -MF tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o.d -o tools/clang/lib/Tooling/CMakeFiles/obj.clangTooling.dir/ArgumentsAdjusters.cpp.o -c /builddir/build/BUILD/llvm-9.0.0-20190814/clang/lib/Tooling/ArgumentsAdjusters.cpp In file included from /usr/include/c++/9.2.0/bits/cxxabi_init_exception.h:38, from /usr/include/c++/9.2.0/bits/exception_ptr.h:38, from /usr/include/c++/9.2.0/exception:143, from /usr/include/c++/9.2.0/new:40, from /builddir/build/BUILD/llvm-9.0.0-20190814/llvm/include/llvm/Support/Compiler.h:19, from /builddir/build/BUILD/llvm-9.0.0-20190814/llvm/include/llvm/Support/Casting.h:17, from /builddir/build/BUILD/llvm-9.0.0-20190814/clang/include/clang/Basic/LLVM.h:21, from /builddir/build/BUILD/llvm-9.0.0-20190814/clang/include/clang/Tooling/ArgumentsAdjusters.h:19, from /builddir/build/BUILD/llvm-9.0.0-20190814/clang/lib/Tooling/ArgumentsAdjusters.cpp:14: /builddir/build/BUILD/llvm-9.0.0-20190814/clang/lib/Headers/stddef.h:22:19: error: missing binary operator before token "(" 22 | #if !__has_feature(modules) | ^ ttyl bero On Wednesday, August 14, 2019 10:14 CEST, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote:> Hello everyone, > > 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. > In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. > > Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 > > Binaries will be added as they become available. > > The tag went in roughly one week behind schedule (see "Upcoming > Releases" at https://llvm.org), but there are still two weeks left to > the planned release date. > > Please file bug reports for any issues you find and mark them blocking > https://llvm.org/PR42474 Please also look at the blockers and see if > there's anything you can help with -- there are several bugs which > lack traction at the moment. > > Release testers: please start your engines, run the script, share your > results, and upload binaries. > > Many thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
Marshall Clow via llvm-dev
2019-Aug-18 04:42 UTC
[llvm-dev] [cfe-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
On Fri, Aug 16, 2019 at 2:23 AM Sylvestre Ledru via cfe-dev < cfe-dev at lists.llvm.org> wrote:> > > Le 14/08/2019 à 10:14, Hans Wennborg via Release-testers a écrit : > > Hello everyone, > > > > 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. > > In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. > [...] > > Release testers: please start your engines, run the script, share your > > results, and upload binaries. > > Bonjour, > > One severe regression on Debian on libc++ on mips* > https://bugs.llvm.org/show_bug.cgi?id=43011 > > Simon found the regressor! > > Besides that, we look good. I will try to get a rebuild of the Debian > archive with this version. >I'll have this fixed by Monday at the latest. (probably tomorrow) -- Marshall -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190817/a930ac84/attachment.html>
Brian Cain via llvm-dev
2019-Aug-18 16:47 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
When I built rv2 for SLES11 linux I saw the same phase 2/3 mismatch. Is that expected? On Wed, Aug 14, 2019, 3:15 AM Hans Wennborg via Release-testers < release-testers at lists.llvm.org> wrote:> Hello everyone, > > 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. > In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. > > Source code and docs are available at > https://prereleases.llvm.org/9.0.0/#rc2 > > Binaries will be added as they become available. > > The tag went in roughly one week behind schedule (see "Upcoming > Releases" at https://llvm.org), but there are still two weeks left to > the planned release date. > > Please file bug reports for any issues you find and mark them blocking > https://llvm.org/PR42474 Please also look at the blockers and see if > there's anything you can help with -- there are several bugs which > lack traction at the moment. > > Release testers: please start your engines, run the script, share your > results, and upload binaries. > > Many thanks, > Hans > _______________________________________________ > Release-testers mailing list > Release-testers at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190818/641076f0/attachment.html>
Hans Wennborg via llvm-dev
2019-Aug-20 10:21 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
Hi Bernhard, On Sat, Aug 17, 2019 at 4:30 PM Bernhard Rosenkraenzer <bero at lindev.ch> wrote:> The only serious issue we've run into so far is that clang crashes when trying to build current firefox on x86_64. Will put up a bug report later.Did you get a chance to file that bug report yet? Thanks, Hans
Hans Wennborg via llvm-dev
2019-Aug-20 10:26 UTC
[llvm-dev] [Release-testers] [9.0.0 Release] Release Candidate 2 is here
No, there should be no mismatch now. Maybe you ended up using a version of test-release.sh that doen't have the fixes? On Sun, Aug 18, 2019 at 6:47 PM Brian Cain <brian.cain at gmail.com> wrote:> > When I built rv2 for SLES11 linux I saw the same phase 2/3 mismatch. Is that expected? > > On Wed, Aug 14, 2019, 3:15 AM Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> Hello everyone, >> >> 9.0.0-rc2 was tagged yesterday from the release_90 branch at r368683. >> In the Git monorepo it's available as the llvmorg-9.0.0-rc2 tag. >> >> Source code and docs are available at https://prereleases.llvm.org/9.0.0/#rc2 >> >> Binaries will be added as they become available. >> >> The tag went in roughly one week behind schedule (see "Upcoming >> Releases" at https://llvm.org), but there are still two weeks left to >> the planned release date. >> >> Please file bug reports for any issues you find and mark them blocking >> https://llvm.org/PR42474 Please also look at the blockers and see if >> there's anything you can help with -- there are several bugs which >> lack traction at the moment. >> >> Release testers: please start your engines, run the script, share your >> results, and upload binaries. >> >> Many thanks, >> Hans >> _______________________________________________ >> Release-testers mailing list >> Release-testers at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers