From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11089 invoked by alias); 15 Jul 2005 09:58:27 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 11066 invoked by uid 22791); 15 Jul 2005 09:58:27 -0000 Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Fri, 15 Jul 2005 09:58:27 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id E8B1D12A87 for ; Fri, 15 Jul 2005 11:58:20 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.44) id 1DtMxS-0003ss-P7 for libc-hacker@sources.redhat.com; Fri, 15 Jul 2005 11:58:14 +0200 From: Andreas Jaeger To: Glibc hackers Subject: Fix debug testcases Date: Fri, 15 Jul 2005 09:58:00 -0000 Message-ID: User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.5-b18 (linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2005-07/txt/msg00028.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 1669 Running the glibc CVS testsuite I noticed that a number of the debug tests failed. The problem was the the de_DE.UTF-8 locale was not found. We should pass it - as we do in other tests - via the environment. The appended patch let's me pass all tests. Ok to commit? Andreas 2005-07-15 Andreas Jaeger * debug/Makefile (tst-lfschk3-ENV): New, set locale. (tst-lfschk2-ENV): New. (tst-lfschk1-ENV): New. (tst-chk3-ENV): New. (tst-chk2-ENV): New. (tst-chk1-ENV): New. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: debug/Makefile --- debug/Makefile 13 Jul 2005 06:09:13 -0000 1.27 +++ debug/Makefile 15 Jul 2005 09:56:49 -0000 @@ -54,6 +54,13 @@ CFLAGS-pread64_chk.c =3D -fexceptions -fas CFLAGS-recv_chk.c =3D -fexceptions -fasynchronous-unwind-tables CFLAGS-recvfrom_chk.c =3D -fexceptions -fasynchronous-unwind-tables =20 +tst-chk1-ENV =3D LOCPATH=3D$(common-objpfx)localedata +tst-chk2-ENV =3D LOCPATH=3D$(common-objpfx)localedata +tst-chk3-ENV =3D LOCPATH=3D$(common-objpfx)localedata +tst-lfschk1-ENV =3D LOCPATH=3D$(common-objpfx)localedata +tst-lfschk2-ENV =3D LOCPATH=3D$(common-objpfx)localedata +tst-lfschk3-ENV =3D LOCPATH=3D$(common-objpfx)localedata + tests =3D backtrace-tst tst-chk1 tst-chk2 tst-chk3 \ tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk =20 --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQBC14i2OJpWPMJyoSYRAvPeAJ0RxHSS98pwKCQTm06PHDU1A9SjGwCeMj79 cXzno2sksrEoP06rLazQVDo= =AKZN -----END PGP SIGNATURE----- --=-=-=--