summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-22 13:56:55 +0200
committerBruno Haible <bruno@clisp.org>2023-04-22 13:56:55 +0200
commitf498e10db681dfe9061348820c67b6f80f161af5 (patch)
treef6449f06b1959989bb671dfc2494442e86e20055 /ChangeLog
parenteddc3474ec1fdd1856b24b37806bc92a700c0cb9 (diff)
downloadgnulib-f498e10db681dfe9061348820c67b6f80f161af5.tar.gz
posixtm tests: Avoid test failure on native Windows.
* tests/test-posixtm.c (T): On native Windows, disable test cases that would fail.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8631ac595..c021567ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2023-04-22 Bruno Haible <bruno@clisp.org>
+ posixtm tests: Avoid test failure on native Windows.
+ * tests/test-posixtm.c (T): On native Windows, disable test cases that
+ would fail.
+
+2023-04-22 Bruno Haible <bruno@clisp.org>
+
dfa tests: Fix test failure on mingw differently.
Suggested by Paul Eggert.
* tests/test-dfa-invalid-char-class.sh: Revert last change.