Mercurial > hg > octave-kai > gnulib-hg
comparison modules/fprintf-posix-tests @ 14179:c8f2d55830b2
*printf-posix: Avoid test failures. Make tests work on MacOS X, Cygwin.
* tests/test-fprintf-posix3.c: Include "resource-ext.h".
(main): Perform test also when getrlimit and setrlimit don't exist or
when setrlimit of RLIMIT_DATA fails (like on Cygwin). Instead of
limiting the address space size using setrlimit, compare the address
space size before and after the the test.
* tests/test-dprintf-posix2.c: Likewise.
* tests/test-fprintf-posix3.sh: Update skip messages.
* tests/test-dprintf-posix2.sh: Likewise.
* modules/fprintf-posix-tests (Depends-on): Add get-rusage-as.
* modules/dprintf-posix-tests (Depends-on): Likewise.
Reported by Bruce Korb <bkorb@gnu.org> and
Gary V. Vaughan <gary@gnu.org>.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 18 Jan 2011 20:11:59 +0100 |
parents | 03aab12b3f15 |
children | 328819af1c02 |
comparison
equal
deleted
inserted
replaced
14178:bdfd0ba6ce2d | 14179:c8f2d55830b2 |
---|---|
10 tests/signature.h | 10 tests/signature.h |
11 tests/macros.h | 11 tests/macros.h |
12 | 12 |
13 Depends-on: | 13 Depends-on: |
14 stdint | 14 stdint |
15 get-rusage-as | |
15 | 16 |
16 configure.ac: | 17 configure.ac: |
17 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) | 18 AC_CHECK_FUNCS_ONCE([getrlimit setrlimit]) |
18 | 19 |
19 Makefile.am: | 20 Makefile.am: |