From: Bruno Haible Date: Wed, 30 May 2007 00:41:42 +0000 (+0000) Subject: Disable some tests for the moment. X-Git-Tag: cvs-readonly~317 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=07a3879bd1dd37cee495fbba8f08bbef63132c47;p=gnulib.git Disable some tests for the moment. --- diff --git a/ChangeLog b/ChangeLog index 2e5d5a4a7..979aefc56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-05-29 Bruno Haible + * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t + for the moment. + +2007-05-29 Bruno Haible + * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN invocation. Reported by Eric Blake. diff --git a/tests/test-unistd.c b/tests/test-unistd.c index 8b8fe8e96..19d2bed5b 100644 --- a/tests/test-unistd.c +++ b/tests/test-unistd.c @@ -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 ()