Disable some tests for the moment.
authorBruno Haible <bruno@clisp.org>
Wed, 30 May 2007 00:41:42 +0000 (00:41 +0000)
committerBruno Haible <bruno@clisp.org>
Wed, 30 May 2007 00:41:42 +0000 (00:41 +0000)
ChangeLog
tests/test-unistd.c

index 2e5d5a4..979aefc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-05-29  Bruno Haible  <bruno@clisp.org>
 
+       * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
+       for the moment.
+
+2007-05-29  Bruno Haible  <bruno@clisp.org>
+
        * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
        invocation.
        Reported by Eric Blake.
index 8b8fe8e..19d2bed 100644 (file)
@@ -31,8 +31,10 @@ uid_t t3;
 gid_t t4;
 off_t t5;
 pid_t t6;
+#ifdef TODO
 useconds_t t7;
 intptr_t t8;
+#endif
 
 int
 main ()