[MLton-commit] r7320

Wesley Terpstra wesley at mlton.org
Wed Oct 28 08:45:31 PST 2009


Skip those regressions which hang on hurd.
When bug #551470 is fixed, these exclusions can hopefully be removed.


----------------------------------------------------------------------

U   mlton/trunk/bin/regression

----------------------------------------------------------------------

Modified: mlton/trunk/bin/regression
===================================================================
--- mlton/trunk/bin/regression	2009-10-28 16:24:49 UTC (rev 7319)
+++ mlton/trunk/bin/regression	2009-10-28 16:45:30 UTC (rev 7320)
@@ -156,6 +156,14 @@
                 ;;
                 esac
         ;;
+        hurd)
+                # Work-around hurd bug (http://bugs.debian.org/551470)
+                case "$f" in
+                mutex|prodcons|signals|signals2|suspend|timeout)
+                        continue
+                ;;
+                esac
+        ;;
         mingw)
                 case "$f" in
                 cmdline|command-line|echo|filesys|posix-exit|signals|signals2|socket|suspend|textio.2|unixpath|world*)




More information about the MLton-commit mailing list