annotate modules/cloexec-tests @ 17935:0ad1f4c9eed5 default tip

tests: support stderr verification with returns_() * tests/init.sh (returns_): Disable tracing for this wrapper function, so that stderr of the wrapped command is unchanged, allowing for verification of the contents.
author Pádraig Brady <P@draigBrady.com>
date Mon, 16 Feb 2015 17:20:39 +0000
parents 160b88fd4691
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12390
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
1 Files:
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
2 tests/test-cloexec.c
12496
a48d3d749ca5 Refactor common macros used in tests.
Bruno Haible <bruno@clisp.org>
parents: 12398
diff changeset
3 tests/macros.h
12390
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
4
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
5 Depends-on:
12398
8700bea78e67 cloexec: preserve text vs. binary across dup_cloexec
Eric Blake <ebb9@byu.net>
parents: 12390
diff changeset
6 binary-io
17384
160b88fd4691 tests: don't assume getdtablesize () <= 10000000
Paul Eggert <eggert@cs.ucla.edu>
parents: 15752
diff changeset
7 getdtablesize
15752
b86e9061a6d0 New module 'msvc-nothrow'. Makes _get_osfhandle safe on MSVC 9.
Bruno Haible <bruno@clisp.org>
parents: 12496
diff changeset
8 msvc-nothrow
12390
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
9
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
10 configure.ac:
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
11
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
12 Makefile.am:
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
13 TESTS += test-cloexec
f203ad5f7ea8 cloexec: add dup_cloexec
Eric Blake <ebb9@byu.net>
parents:
diff changeset
14 check_PROGRAMS += test-cloexec