[MLton-commit] r7477

Matthew Fluet fluet at mlton.org
Mon Jun 7 14:31:56 PDT 2010


Socket regression on Cygwin appears to fail in the same way as on OpenBSD.  Perhaps due to a misuse of the socket API.
----------------------------------------------------------------------

U   mlton/trunk/bin/regression

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

Modified: mlton/trunk/bin/regression
===================================================================
--- mlton/trunk/bin/regression	2010-06-07 20:22:37 UTC (rev 7476)
+++ mlton/trunk/bin/regression	2010-06-07 21:31:55 UTC (rev 7477)
@@ -151,7 +151,7 @@
         case `host-os` in
         cygwin)
                 case "$f" in
-                socket|textio.2)
+                textio.2)
                         continue
                 ;;
                 esac




More information about the MLton-commit mailing list