On 12/12/2011 09:44 PM, Paul Eggert wrote: > Thanks for the bug report -- I installed that fix into gnulib. > Thanks for putting this fix, Paul. I saw the commit : commit 473d6558d51b4bac87f853d32d1782228c92843a Author: Paul Eggert <egg...@cs.ucla.edu> Date: Mon Dec 12 08:13:33 2011 -0800
nonblocking 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 1100000. diff --git a/ChangeLog b/ChangeLog index 79cbf7e..107c12e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-12-12 Paul Eggert <egg...@cs.ucla.edu> + + nonblocking 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 1100000. Just wanted to tell you that this fix was for 'PPC' architecture, not MIPS as mentioned in the commit message and Changelog. Could you pls tweak both of these to reflect 'PPPC' in place of MIPS ? Thanks, -- Prerna Saxena Linux Technology Centre, IBM Systems and Technology Lab, Bangalore, India