Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package llvm14 for openSUSE:Factory checked in at 2023-04-16 16:07:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/llvm14 (Old) and /work/SRC/openSUSE:Factory/.llvm14.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "llvm14" Sun Apr 16 16:07:09 2023 rev:13 rq:1079674 version:14.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/llvm14/llvm14.changes 2022-11-01 13:40:18.771176196 +0100 +++ /work/SRC/openSUSE:Factory/.llvm14.new.19717/llvm14.changes 2023-04-16 16:07:32.336977325 +0200 @@ -1,0 +2,5 @@ +Sat Apr 15 18:49:13 UTC 2023 - Aaron Puchert <[email protected]> + +- Ignore test failures on Leap 15.x ppc64le. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ llvm14.spec ++++++ --- /var/tmp/diff_new_pack.uO37BD/_old 2023-04-16 16:07:34.216988161 +0200 +++ /var/tmp/diff_new_pack.uO37BD/_new 2023-04-16 16:07:34.220988185 +0200 @@ -1,7 +1,7 @@ # # spec file for package llvm14 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -1336,6 +1336,12 @@ %ifarch ppc64le # Sporadic failures, possibly races? rm ../test/tools/llvm-cov/{multithreaded-report,sources-specified}.test +%if 0%{?suse_version} <= 1500 +# On Leap, libstdc++'s std::call_once throws an std::system_error (what(): Unknown error -1). +rm -r ../test/tools/llvm-{cov,profdata} +# Doesn't match expectations. +rm ../test/tools/llvm-reduce/operands-skip.ll +%endif %endif python3 bin/llvm-lit -sv test/
