]> Savannah Git Hosting - gnulib.git/commitdiff
usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Jun 2024 12:21:57 +0000 (14:21 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Jun 2024 12:21:57 +0000 (14:21 +0200)
* modules/usleep-tests (Depends-on): Add test-xfail.
(Makefile.am): Don't test test-usleep on Cygwin.

ChangeLog
modules/usleep-tests

index 58fe6afdba2815a152e4abe941ed827ed3d5824d..7a38b7c689333cc9951718a427620ab14409a5d6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-06-08  Bruno Haible  <bruno@clisp.org>
+
+       usleep tests: Avoid failure due to known Cygwin 3.5.3 bug.
+       * modules/usleep-tests (Depends-on): Add test-xfail.
+       (Makefile.am): Don't test test-usleep on Cygwin.
+
 2024-06-08  Collin Funk  <collin.funk1@gmail.com>
 
        test-framework-sh: Don't leave temporary directories on NetBSD.
index 531c685eb5188880599f425ad5903dc4442e4600..f77ee418a99f4add97a9aaebdca69c68c5123de3 100644 (file)
@@ -5,9 +5,12 @@ tests/macros.h
 
 Depends-on:
 time-h
+test-xfail
 
 configure.ac:
 
 Makefile.am:
+if !OS_IS_CYGWIN
 TESTS += test-usleep
+endif
 check_PROGRAMS += test-usleep