Disable another failing gnulib test, this time for s390x.
This commit is contained in:
parent
425eb25efe
commit
b1aec4ffd1
@ -214,8 +214,9 @@ rm $RPM_BUILD_ROOT%{python3_sitearch}/libhivexmod.la
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Disable some gnulib tests which fail on Arm and POWER (2020-07):
|
# Disable some gnulib tests which fail on Arm and POWER and S/390
|
||||||
for f in test-float test-perror2 test-strerror_r; do
|
# (2020-07, 2020-12):
|
||||||
|
for f in test-float test-perror2 test-pthread_sigmask1 test-strerror_r; do
|
||||||
pushd gnulib/tests
|
pushd gnulib/tests
|
||||||
make $f
|
make $f
|
||||||
rm -f $f
|
rm -f $f
|
||||||
|
Loading…
Reference in New Issue
Block a user