From 07a3879bd1dd37cee495fbba8f08bbef63132c47 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 30 May 2007 00:41:42 +0000 Subject: [PATCH] Disable some tests for the moment. --- ChangeLog | 5 +++++ tests/test-unistd.c | 2 ++ 2 files changed, 7 insertions(+) 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 () -- 2.11.0