forked from pool/llvm14
Accepting request 1079673 from home:aaronpuchert:branches:devel:tools:compiler
- Ignore test failures on Leap 15.x ppc64le. OBS-URL: https://build.opensuse.org/request/show/1079673 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=48
This commit is contained in:
parent
0ff258a39b
commit
db6074bed8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 15 18:49:13 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
- Ignore test failures on Leap 15.x ppc64le.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 30 14:09:39 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
Sun Oct 30 14:09:39 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package llvm14
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -1336,6 +1336,12 @@ sed -i '1i; UNSUPPORTED: armv6\n; XFAIL: powerpc-' \
|
|||||||
%ifarch ppc64le
|
%ifarch ppc64le
|
||||||
# Sporadic failures, possibly races?
|
# Sporadic failures, possibly races?
|
||||||
rm ../test/tools/llvm-cov/{multithreaded-report,sources-specified}.test
|
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
|
%endif
|
||||||
python3 bin/llvm-lit -sv test/
|
python3 bin/llvm-lit -sv test/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user