Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-09-24 Thread Eric Blake
[adding cygwin] On 04/29/2013 04:23 PM, Paul Eggert wrote: > --- > + > + tests: don't assume getdtablesize () <= 1000 > + * modules/cloexec-tests: > + * modules/dup2-tests: > + * modules/dup3-tests: > + * modules/nonblocking-tests: > + * modules/posix_spawn_file_action

Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-06-11 Thread Daiki Ueno
Paul Eggert writes: > Thanks, I pushed the following to try to fix that. > Does it work for you now? Yes, all those 3 tests pass now. Thanks for the quick fix. Regards, -- Daiki Ueno

Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-06-11 Thread Paul Eggert
Thanks, I pushed the following to try to fix that. Does it work for you now? >From 342e81a945375561e6185e2ad724970b29a8129f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 11 Jun 2013 00:10:21 -0700 Subject: [PATCH] tests: port large-fd POSIX spawn tests to OS X Problem reported by Daiki U

Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-06-10 Thread Daiki Ueno
Hi, Paul Eggert writes: > + * 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 () <= 1000. Those changes are failing on Mac OS X: FAIL: te

Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-04-29 Thread Paul Eggert
On 04/29/13 15:51, Jim Meyering wrote: > Does this mean that you found a system on which it is larger, > and that this is addressing some test failures? It's possible, though not likely. It would explain the symptoms of one of the failed tests that Nelson H.F. Beebe reported: for diffutils: FAIL

Re: [PATCH] tests: don't assume getdtablesize () <= 10000000

2013-04-29 Thread Jim Meyering
Paul Eggert wrote: > +2013-04-29 Paul Eggert > + > + tests: don't assume getdtablesize () <= 1000 > + * modules/cloexec-tests: > + * modules/dup2-tests: > + * modules/dup3-tests: > + * modules/nonblocking-tests: > + * modules/posix_spawn_file_actions_addclose-tests: >

[PATCH] tests: don't assume getdtablesize () <= 10000000

2013-04-29 Thread Paul Eggert
--- ChangeLog | 23 +++ modules/cloexec-tests | 1 + modules/dup2-tests | 1 + modules/dup3-tests | 1 + modules/nonblocking-tests