forked from pool/gettext-runtime
Accepting request 85851 from Base:System
- Test suite hangs in qemu-arm due to bugs in the emulator workaround this issue. (forwarded request 85848 from elvigia) OBS-URL: https://build.opensuse.org/request/show/85851 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=28
This commit is contained in:
commit
4fdaba54df
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 1 02:00:30 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Test suite hangs in qemu-arm due to bugs in the emulator
|
||||||
|
workaround this issue.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 7 10:36:22 CET 2011 - meissner@suse.de
|
Fri Jan 7 10:36:22 CET 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -154,6 +154,8 @@ echo ".so man3/dgettext.3" > dcgettext.3
|
|||||||
%check
|
%check
|
||||||
# s390s fails this test,
|
# s390s fails this test,
|
||||||
# Starting test_recursive_lock ...test-lock: pthread_mutex_lock.c:66: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
|
# Starting test_recursive_lock ...test-lock: pthread_mutex_lock.c:66: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
|
||||||
|
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
make check || {
|
make check || {
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
echo "got this during mbuild testing on s390x (on both times which make check ran):"
|
echo "got this during mbuild testing on s390x (on both times which make check ran):"
|
||||||
@ -164,6 +166,7 @@ make check || {
|
|||||||
exit 5
|
exit 5
|
||||||
%endif
|
%endif
|
||||||
}
|
}
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user