changeset 8901:220e79620e7a

Disable some tests for the moment.
author Bruno Haible <bruno@clisp.org>
date Wed, 30 May 2007 00:41:42 +0000
parents 091317d1e8eb
children eb07e44564a4
files ChangeLog tests/test-unistd.c
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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
--- a/tests/test-unistd.c
+++ b/tests/test-unistd.c
@@ -31,8 +31,10 @@
 gid_t t4;
 off_t t5;
 pid_t t6;
+#ifdef TODO
 useconds_t t7;
 intptr_t t8;
+#endif
 
 int
 main ()