summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-04-29 15:21:40 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2013-04-29 15:22:03 -0700
commitf8a3550c9b4cea9cccb72d9ba09fce1aebd1a146 (patch)
tree936f82375e7271f71079c4d04f3285b40c71adf7 /modules
parent72c63c089365640c7f1acd97fb72ee26932ac2b3 (diff)
downloadgnulib-f8a3550c9b4cea9cccb72d9ba09fce1aebd1a146.tar.gz
tests: don't assume getdtablesize () <= 10000000
* modules/cloexec-tests: * modules/dup2-tests: * modules/dup3-tests: * modules/nonblocking-tests: * modules/posix_spawn_file_actions_addclose-tests: * modules/posix_spawn_file_actions_adddup2-tests: * modules/posix_spawn_file_actions_addopen-tests: * modules/unistd-safer-tests: Depend on the getdtablesize module. * tests/test-cloexec.c: * tests/test-dup-safer.c: * tests/test-dup2.c: * tests/test-dup3.c: * tests/test-fcntl.c: * tests/test-nonblocking.c: * tests/test-posix_spawn_file_actions_addclose.c: * tests/test-posix_spawn_file_actions_adddup2.c: * tests/test-posix_spawn_file_actions_addopen.c: Don't assume getdtablesize () <= 10000000.
Diffstat (limited to 'modules')
-rw-r--r--modules/cloexec-tests1
-rw-r--r--modules/dup2-tests1
-rw-r--r--modules/dup3-tests1
-rw-r--r--modules/nonblocking-tests1
-rw-r--r--modules/posix_spawn_file_actions_addclose-tests1
-rw-r--r--modules/posix_spawn_file_actions_adddup2-tests1
-rw-r--r--modules/posix_spawn_file_actions_addopen-tests1
-rw-r--r--modules/unistd-safer-tests1
8 files changed, 8 insertions, 0 deletions
diff --git a/modules/cloexec-tests b/modules/cloexec-tests
index 524716c92e..d11fbd144f 100644
--- a/modules/cloexec-tests
+++ b/modules/cloexec-tests
@@ -4,6 +4,7 @@ tests/macros.h
Depends-on:
binary-io
+getdtablesize
msvc-nothrow
configure.ac:
diff --git a/modules/dup2-tests b/modules/dup2-tests
index 7893b85aa8..dea1bb1452 100644
--- a/modules/dup2-tests
+++ b/modules/dup2-tests
@@ -7,6 +7,7 @@ Depends-on:
binary-io
close
fcntl-h
+getdtablesize
msvc-nothrow
open
diff --git a/modules/dup3-tests b/modules/dup3-tests
index 03f1cad5e4..7d52771730 100644
--- a/modules/dup3-tests
+++ b/modules/dup3-tests
@@ -4,6 +4,7 @@ tests/signature.h
tests/macros.h
Depends-on:
+getdtablesize
msvc-nothrow
open
close
diff --git a/modules/nonblocking-tests b/modules/nonblocking-tests
index b84a32713f..e6cb591aac 100644
--- a/modules/nonblocking-tests
+++ b/modules/nonblocking-tests
@@ -4,6 +4,7 @@ tests/macros.h
Depends-on:
close
+getdtablesize
pipe-posix
nonblocking-pipe-tests
nonblocking-socket-tests
diff --git a/modules/posix_spawn_file_actions_addclose-tests b/modules/posix_spawn_file_actions_addclose-tests
index 716ddb2e84..848accedfc 100644
--- a/modules/posix_spawn_file_actions_addclose-tests
+++ b/modules/posix_spawn_file_actions_addclose-tests
@@ -4,6 +4,7 @@ tests/signature.h
tests/macros.h
Depends-on:
+getdtablesize
posix_spawn_file_actions_init
configure.ac:
diff --git a/modules/posix_spawn_file_actions_adddup2-tests b/modules/posix_spawn_file_actions_adddup2-tests
index 32e0fe55ec..f504892e4b 100644
--- a/modules/posix_spawn_file_actions_adddup2-tests
+++ b/modules/posix_spawn_file_actions_adddup2-tests
@@ -4,6 +4,7 @@ tests/signature.h
tests/macros.h
Depends-on:
+getdtablesize
posix_spawn_file_actions_init
configure.ac:
diff --git a/modules/posix_spawn_file_actions_addopen-tests b/modules/posix_spawn_file_actions_addopen-tests
index d866c02c70..fbe7943d49 100644
--- a/modules/posix_spawn_file_actions_addopen-tests
+++ b/modules/posix_spawn_file_actions_addopen-tests
@@ -4,6 +4,7 @@ tests/signature.h
tests/macros.h
Depends-on:
+getdtablesize
posix_spawn_file_actions_init
configure.ac:
diff --git a/modules/unistd-safer-tests b/modules/unistd-safer-tests
index cd2bbcd34a..c1c09dbc91 100644
--- a/modules/unistd-safer-tests
+++ b/modules/unistd-safer-tests
@@ -8,6 +8,7 @@ cloexec
close
dup
fd-safer-flag
+getdtablesize
msvc-nothrow
stdbool