forked from pool/gettext-runtime
Accepting request 100174 from Base:System
Disable randomly failing tests. (forwarded request 100077 from a_jaeger) OBS-URL: https://build.opensuse.org/request/show/100174 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gettext-runtime?expand=0&rev=34
This commit is contained in:
commit
84c1e18bbf
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gettext-csharp
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gettext-java
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 15:57:24 UTC 2012 - aj@suse.de
|
||||
|
||||
- Disable tests test-readlink and test-areadlink since they
|
||||
fail randomly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 13:37:28 UTC 2012 - aj@suse.de
|
||||
|
||||
- Remove cvs, not used anymore since 0.18.1 in our build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 2 14:24:27 CEST 2011 - dmueller@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gettext-runtime
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -73,7 +73,7 @@ Authors:
|
||||
License: LGPL-2.1+
|
||||
Summary: Tools for Native Language Support (NLS)
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}, cvs
|
||||
Requires: %{name} = %{version}
|
||||
PreReq: info
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -119,7 +119,6 @@ export CXXFLAGS="$CFLAGS -Dgcc_is_lint"
|
||||
OPTS="--disable-openmp"
|
||||
%endif
|
||||
%configure --enable-shared $OPTS
|
||||
|
||||
make %{?_smp_mflags} GMSGFMT=../src/msgfmt
|
||||
# use texinfo.tex supplied by the system (texinfo)
|
||||
# make -C gettext-tools/doc gettext.pdf
|
||||
@ -160,6 +159,11 @@ echo ".so man3/dgettext.3" > dcgettext.3
|
||||
# s390s fails this test,
|
||||
# Starting test_recursive_lock ...test-lock: pthread_mutex_lock.c:66: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
|
||||
|
||||
# These fails randomly, remove them from Makefile
|
||||
sed -i -e 's/test-areadlink\$(EXEEXT) //g' \
|
||||
-e 's/test-readlink\$(EXEEXT) //g' \
|
||||
gettext-tools/gnulib-tests/Makefile
|
||||
|
||||
make check || {
|
||||
%ifarch s390x
|
||||
echo "got this during mbuild testing on s390x (on both times which make check ran):"
|
||||
|
Loading…
Reference in New Issue
Block a user