This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi Uli,
you're getting there;-). I've enabled the de_DE.437 test and it seems
to work!
But test4 fails:
libc/localedata:[134]$ /bin/sh -ev tst-locale.sh /usr/src/build-glibc/20000102-main/
[...]
test_locale IBM437 de_DE de_DE.437 mnemonic.ds
test_locale tests/test1.cm tests/test1.def test1 mnemonic.ds
test_locale tests/test2.cm tests/test2.def test2 mnemonic.ds
test_locale tests/test3.cm tests/test3.def test3 mnemonic.ds
test_locale tests/test4.cm tests/test4.def test4 mnemonic.ds
memory clobbered past end of allocated block
tst-locale.sh: line 5: 10251 Aborted I18NPATH=. ${common_objpfx}elf/ld.so --library-path $common_objpfx ${common_objpfx}locale/localedef --quiet -c -f $charmap -i $input --repertoire-map $rep ${common_objpfx}localedata/$out
Andreas
2000-01-22 Andreas Jaeger <aj@suse.de>
* localedata/tst-locale.sh: Enable test for de_DE.437.
--- localedata/tst-locale.sh.~1~ Sat Jan 22 18:02:11 2000
+++ localedata/tst-locale.sh Sat Jan 22 18:03:45 2000
@@ -1,6 +1,6 @@
#! /bin/sh
# Testing the implementation of localedata.
-# Copyright (C) 1998 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# Contributed by Andreas Jaeger, <aj@arthur.rhein-neckar.de>, 1998.
#
@@ -39,8 +39,6 @@
fi
}
-# I take this out for now since it is a known problem
-# (see [PR libc/229] and [PR libc/454]. --drepper
test_locale IBM437 de_DE de_DE.437 mnemonic.ds
test_locale tests/test1.cm tests/test1.def test1 mnemonic.ds
test_locale tests/test2.cm tests/test2.def test2 mnemonic.ds
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |