Mercurial > hg > octave-kai > gnulib-hg
annotate modules/vasnprintf-posix-tests @ 14335:413f5a66c55a
Avoid setlocale bugs in tests.
* modules/btowc (Dependencies): Add setlocale.
* modules/c-strcase (Dependencies): Likewise.
* modules/mbmemcasecmp (Dependencies): Likewise.
* modules/mbmemcasecoll (Dependencies): Likewise.
* modules/mbrtowc (Dependencies): Likewise.
* modules/mbscasecmp (Dependencies): Likewise.
* modules/mbscasestr (Dependencies): Likewise.
* modules/mbschr (Dependencies): Likewise.
* modules/mbscspn (Dependencies): Likewise.
* modules/mbsinit (Dependencies): Likewise.
* modules/mbsncasecmp (Dependencies): Likewise.
* modules/mbsnrtowcs (Dependencies): Likewise.
* modules/mbspbrk (Dependencies): Likewise.
* modules/mbspcasecmp (Dependencies): Likewise.
* modules/mbsrchr (Dependencies): Likewise.
* modules/mbsrtowcs (Dependencies): Likewise.
* modules/mbsspn (Dependencies): Likewise.
* modules/mbsstr (Dependencies): Likewise.
* modules/nl_langinfo (Dependencies): Likewise.
* modules/quotearg (Dependencies): Likewise.
* modules/unicase/locale-language (Dependencies): Likewise.
* modules/unicase/ulc-casecmp (Dependencies): Likewise.
* modules/unicase/ulc-casecoll (Dependencies): Likewise.
* modules/unigbrk/ulc-grapheme-breaks (Dependencies): Likewise.
* modules/unistdio/u8-vasnprintf (Dependencies): Likewise.
* modules/unistdio/u16-vasnprintf (Dependencies): Likewise.
* modules/unistdio/u32-vasnprintf (Dependencies): Likewise.
* modules/unistdio/ulc-vasnprintf (Dependencies): Likewise.
* modules/uniwbrk/ulc-wordbreaks (Dependencies): Likewise.
* modules/vasnprintf-posix (Dependencies): Likewise.
* modules/wcrtomb (Dependencies): Likewise.
* modules/wcsnrtombs (Dependencies): Likewise.
* modules/wcsrtombs (Dependencies): Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 12 Feb 2011 19:09:23 +0100 |
parents | 05717fb89fa4 |
children | 328819af1c02 |
rev | line source |
---|---|
8336
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-vasnprintf-posix.c |
8401
7296f61797cf
Test for internationalization of module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
8336
diff
changeset
|
3 tests/test-vasnprintf-posix2.sh |
7296f61797cf
Test for internationalization of module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
8336
diff
changeset
|
4 tests/test-vasnprintf-posix2.c |
13841
05717fb89fa4
vasnprintf: Support I flag on glibc systems.
Bruno Haible <bruno@clisp.org>
parents:
13834
diff
changeset
|
5 tests/test-vasnprintf-posix3.c |
13834
108bbfd6f03b
frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents:
12775
diff
changeset
|
6 tests/minus-zero.h |
9854
baba3b346ab2
Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents:
9850
diff
changeset
|
7 tests/nan.h |
12496
a48d3d749ca5
Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents:
10935
diff
changeset
|
8 tests/macros.h |
8401
7296f61797cf
Test for internationalization of module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
8336
diff
changeset
|
9 m4/locale-fr.m4 |
10935
b8b471b7c90f
codeset.m4 is required by locale-fr.m4.
Bruno Haible <bruno@clisp.org>
parents:
10601
diff
changeset
|
10 m4/codeset.m4 |
8336
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 Depends-on: |
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 stdint |
10601
ca053fa79cd3
Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents:
9854
diff
changeset
|
14 float |
14335
413f5a66c55a
Avoid setlocale bugs in tests.
Bruno Haible <bruno@clisp.org>
parents:
13841
diff
changeset
|
15 setlocale |
8336
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 configure.ac: |
8401
7296f61797cf
Test for internationalization of module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
8336
diff
changeset
|
18 gt_LOCALE_FR |
7296f61797cf
Test for internationalization of module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
8336
diff
changeset
|
19 gt_LOCALE_FR_UTF8 |
8336
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
493708637f61
Tests for module 'vasnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 Makefile.am: |
13841
05717fb89fa4
vasnprintf: Support I flag on glibc systems.
Bruno Haible <bruno@clisp.org>
parents:
13834
diff
changeset
|
22 TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh test-vasnprintf-posix3 |
12775
03aab12b3f15
Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
Bruno Haible <bruno@clisp.org>
parents:
12496
diff
changeset
|
23 TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' |
13841
05717fb89fa4
vasnprintf: Support I flag on glibc systems.
Bruno Haible <bruno@clisp.org>
parents:
13834
diff
changeset
|
24 check_PROGRAMS += test-vasnprintf-posix test-vasnprintf-posix2 test-vasnprintf-posix3 |