]> Savannah Git Hosting - gnulib.git/commitdiff
nonblocking tests: Fix test failure on Linux/IA-64.
authorBruno Haible <bruno@clisp.org>
Sat, 1 Oct 2011 09:23:31 +0000 (11:23 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 1 Oct 2011 09:23:31 +0000 (11:23 +0200)
* tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/IA-64]:
Set to 270000.

ChangeLog
tests/test-nonblocking-pipe.h

index a07066905399aac1305e91fe3ebc80cac41fa5cf..5c31c251a8f39e92b3cbce8efbc02da490b0f94a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-01  Bruno Haible  <bruno@clisp.org>
+
+       nonblocking tests: Fix test failure on Linux/IA-64.
+       * tests/test-nonblocking-pipe.h (PIPE_DATA_BLOCK_SIZE) [Linux/IA-64]:
+       Set to 270000.
+
 2011-10-01  Bruno Haible  <bruno@clisp.org>
 
        mkfifoat tests: Fix a test failure on mingw.
index 5e93199875633a3a0dd06eed044b71983ca4bfbc..6a13f6bf4ecb43039e0df19e24abde39e4e908e1 100644 (file)
@@ -22,6 +22,7 @@
 
      Linux                           >= 63489
      Linux/SPARC                     >= 126977
+     Linux/IA-64                     >= 253953
      FreeBSD, OpenBSD, MacOS X       >= 65537
      AIX                             >= 32769
      HP-UX                           >= 8193
@@ -32,7 +33,7 @@
      Cygwin                          >= 65537
      native Win32                    >= 4097 (depends on the _pipe argument)
  */
-#if defined __osf__
+#if defined __osf__ || (defined __linux__ && defined __ia64__)
 # define PIPE_DATA_BLOCK_SIZE 270000
 #elif defined __linux__ && defined __sparc__
 # define PIPE_DATA_BLOCK_SIZE 140000