Re: [PATCH] Allow tests/test-nonblocking-pipe.sh test to pass on PowerPC.

2011-12-13 Thread Prerna Saxena
On 12/13/2011 10:40 PM, Paul Eggert wrote: > On 12/12/11 21:52, Prerna Saxena wrote: >> Could you pls tweak both of these to reflect 'PPPC' in place of MIPS ? > > Sorry about the typo. I fixed the ChangeLog to say PPC. > I'd rather not futz with the old commi

Re: [PATCH] Allow tests/test-nonblocking-pipe.sh test to pass on PowerPC.

2011-12-12 Thread Prerna Saxena
tests: Fix test failure on Linux/MIPS. Suggested by Prerna Saxena in <http://lists.gnu.org/archive/html/bug-gnulib/2011-12/msg00080.html>. * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/PPC64]: Set to 110. diff --git a/ChangeLog b/ChangeLog index 79cbf7e..10

[PATCH] Allow tests/test-nonblocking-pipe.sh test to pass on PowerPC.

2011-12-12 Thread Prerna Saxena
From: Prerna Saxena Date: Mon, 12 Dec 2011 16:00:04 +0530 Subject: [PATCH] Allow tests/test-nonblocking-pipe.sh test to pass on PowerPC. On PowerPC, pipe_max_size is 1048576 bytes. At present, tests/test-nonblocking-pipe fails for a blocking write and non-blocking read case. This is because the