annotate modules/sys_stat-tests @ 13837:d7a891a411c1

strtod: work around icc bug With optimization, ICC 10.0 mis-compiles 'cond ? -val : val' such that a val of 0.0 doesn't result in -0.0. * lib/strtod.c (minus_zero): Define to working value. (strtod): Use it to avoid icc bug. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Fri, 05 Nov 2010 08:30:27 -0600
parents d7eed0b7ef06
children 8897fe9c964d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8178
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Files:
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 tests/test-sys_stat.c
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Depends-on:
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 verify
13082
d7eed0b7ef06 Split C++ tests into separate tests modules.
Bruno Haible <bruno@clisp.org>
parents: 12970
diff changeset
6 sys_stat-c++-tests
8178
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 configure.ac:
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Makefile.am:
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 TESTS += test-sys_stat
1d1e68a12582 Tests for module 'sys_stat'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 check_PROGRAMS += test-sys_stat