annotate modules/vsnprintf-posix-tests @ 40196:e63f5d3edab5

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Update to match the recent changes.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:49:15 +0100
parents 400649d35651
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8365
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-vsnprintf-posix.c
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 tests/test-snprintf-posix.h
8763
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
4 tests/test-vsnprintf.c
13834
108bbfd6f03b frexp, tests: work around ICC bug with -zero
Eric Blake <eblake@redhat.com>
parents: 12496
diff changeset
5 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
6 tests/infinity.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: 12489
diff changeset
8 tests/signature.h
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12489
diff changeset
9 tests/macros.h
8365
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Depends-on:
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 stdint
10601
ca053fa79cd3 Use a more portable replacement expression for -0.0L.
Bruno Haible <bruno@clisp.org>
parents: 9854
diff changeset
13 float
8365
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 configure.ac:
15906
400649d35651 *printf-posix tests: Fix for platforms where 'long double' == 'double'.
Bruno Haible <bruno@clisp.org>
parents: 15595
diff changeset
16 AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
8763
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
17 AC_DEFINE([CHECK_VSNPRINTF_POSIX], 1,
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
18 [Define to 1 for strict checking in test-vsnprintf.c.])
8365
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
8763
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
21 TESTS += test-vsnprintf-posix test-vsnprintf
39bb5430fc0e Guard against vsnprintf implementations that mishandle a size=0 argument.
Bruno Haible <bruno@clisp.org>
parents: 8648
diff changeset
22 check_PROGRAMS += test-vsnprintf-posix test-vsnprintf
8365
108d466c6695 Tests for module 'vsnprintf-posix'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23