annotate modules/vsprintf-posix-tests @ 17448:b3516a31a386

regex: port to --with-included-regex --enable-gcc-warnings non-threaded * lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid gcc warnings in the non-threaded case. Reported by Charlie Brown in <http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Jul 2013 11:35:01 -0700
parents 400649d35651
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8372
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-vsprintf-posix.c
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-sprintf-posix.h
13834
108bbfd6f03b frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents: 12496
diff changeset
4 tests/minus-zero.h
15595
328819af1c02 Support for MSVC compiler: Avoid division by a literal 0.
Bruno Haible <bruno@clisp.org>
parents: 13834
diff changeset
5 tests/infinity.h
9854
baba3b346ab2 Use macros NaNf, NaNd, NaNl instead of NAN.
Bruno Haible <bruno@clisp.org>
parents: 9850
diff changeset
6 tests/nan.h
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
7 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
8 tests/macros.h
8372
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 stdint
10601
ca053fa79cd3 Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents: 9854
diff changeset
12 float
8372
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
15906
400649d35651 *printf-posix tests: Fix for platforms where 'long double' == 'double'.
Bruno Haible <bruno@clisp.org>
parents: 15595
diff changeset
15 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
8372
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Makefile.am:
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 TESTS += test-vsprintf-posix
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 check_PROGRAMS += test-vsprintf-posix
94c5f157e65c Tests for module 'vsprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20