projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7797a
)
Disable some tests for the moment.
author
Bruno Haible
<bruno@clisp.org>
Wed, 30 May 2007 00:41:42 +0000
(
00:41
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 30 May 2007 00:41:42 +0000
(
00:41
+0000)
ChangeLog
patch
|
blob
|
history
tests/test-unistd.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 2e5d5a4a7ea9dbc66f85a0831ee41eb3915298d0..979aefc564950256c5e89cfe988d8f633611ccc0 100644
(file)
--- 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
diff --git
a/tests/test-unistd.c
b/tests/test-unistd.c
index 8b8fe8e96d9e4792a388cc94a419ff02ceb1bf33..19d2bed5bf6d1960e92ca42fafb6a0fa3eecd2c3 100644
(file)
--- 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 ()