Cygwin: CI: cygstress: remove 'filerace', 'flock' and 'fork' from CI
authorChristian Franke <christian.franke@t-online.de>
Wed, 9 Jul 2025 13:04:50 +0000 (15:04 +0200)
committerChristian Franke <christian.franke@t-online.de>
Wed, 9 Jul 2025 13:09:58 +0000 (15:09 +0200)
The 'filerace' test may run longer than the watchdog timeout.
'flock' and 'fork' may leave processes behind for some unknown reason.

Signed-off-by: Christian Franke <christian.franke@t-online.de>
winsup/testsuite/stress/cygstress

index f1c1a8d112d10d1dfb8f65c3372dadb0aabe4424..9b3fa2c07311210f51c3efb8dac4aeeb2c11d430 100755 (executable)
@@ -138,12 +138,13 @@ stress_tests='
                             #   https://sourceware.org/pipermail/cygwin/2025-June/258386.html
                             # (fixed in Cygwin 3.7.0: lone high surrogate not encoded correctly)
   filename --filename-opts posix # WORKS,CI # restricts filenames to POSIX charset
-  filerace      # WORKS,CI
+  filerace      # heavy     # uses many [p]write() commands
+                            # TODO undecided: watchdog timeout may be too short
   flipflop      # WORKS
-  flock         # WORKS,CI
+  flock         # WORKS     # TODO undecided: "processes left" in some cases
   flushcache    # WORKS
   fma           # WORKS
-  fork          # WORKS,CI
+  fork          # WORKS     # TODO undecided: "processes left" in some cases
   forkheavy     # heavy     # forks until process table is full
   fp            # WORKS,CI
   fp-error      # WORKS,CI
This page took 0.044191 seconds and 5 git commands to generate.