This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

iconvdata/tst-iconv7 test failure


Hi;

Head of glibc repository's test suite fails with iconvdata/tst-iconv7 (introduced with [1]) like following;

buildhouse build # ./testrun.sh iconvdata/tst-iconv7
wrong first conversion


This breakge seems caused by lack of de_DE.UTF-8 locale in system,

From iconvdata/tst-iconv7.c;

[...]
static int
do_test (void)
{
  setlocale (LC_ALL, "de_DE.UTF-8");
[...]



So installing "de" locale package makes this test success

buildhouse build # pisi it glibc-locales-de
Paket(ler)in toplam boyu: 88.00 KB
Paket glibc-locales-de, pardus-2008 deposunda bulundu
glibc-locales-de-2.7_20080112- (88.0 KB)100%      0.00 --/- [--:--:--] [bitti]
glibc-locales-de paketi, versiyon 2.7_20080112, sÃrÃm 26, inÅa 1 kuruluyor
glibc-locales-de paketinin dosyalarÄ arÅivden ÃÄkartÄlÄyor
glibc-locales-de paketi yapÄlandÄrÄlÄyor
glibc-locales-de paketi yapÄlandÄrÄldÄ
glibc-locales-de paketi kuruldu

buildhouse build # ./testrun.sh iconvdata/tst-iconv7
buildhouse build # 

But i wonder is this desired behaviour of test suite and i'm missing something?

[1] 
commit 184174462050148d7298fe46cee341cb7a7b6377
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Wed Jan 9 20:03:22 2008 +0000

    Test for transliteration using iconv for stateful encoding.

Cheers
-- 
S.ÃaÄlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/

Linux is like living in a teepee. No Windows, no Gates and an Apache in house!


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]