summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-25 13:38:47 +0200
committerBruno Haible <bruno@clisp.org>2023-04-25 13:38:47 +0200
commit9c0e7adb118023cb12248ef035636db4f678c700 (patch)
treed63b4e893831b4d7af0e393abc2018936622d71f /ChangeLog
parent022714860f3cff7fea0a126659dd87d7ec3edbb8 (diff)
downloadgnulib-9c0e7adb118023cb12248ef035636db4f678c700.tar.gz
poll tests: Avoid test failure on native Windows.
* tests/test-poll.c (test_pipe): Disable the POLLHUP check also on native Windows. * doc/posix-functions/poll.texi: Mention also native Windows w.r.t. POLLHUP.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96ffb42285..1a980889b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2023-04-25 Bruno Haible <bruno@clisp.org>
+ poll tests: Avoid test failure on native Windows.
+ * tests/test-poll.c (test_pipe): Disable the POLLHUP check also on
+ native Windows.
+ * doc/posix-functions/poll.texi: Mention also native Windows w.r.t.
+ POLLHUP.
+
+2023-04-25 Bruno Haible <bruno@clisp.org>
+
dfa tests: Fix compilation error (regression 2023-04-22).
* tests/test-dfa-match-aux.c: Include unistd.h.
* modules/dfa-tests (Depends-on): Add unistd.