haskell-socket icon indicating copy to clipboard operation
haskell-socket copied to clipboard

Fix tests on aarch64-darwin

Open Linschlager opened this issue 2 months ago • 0 comments

Currently, tests are failing on aarch64-darwin:

    connect to closed port on inetNone:                      FAIL
     Exception: eAddressFamilyNotSupported
     HasCallStack backtrace:
       collectBacktraces, called at libraries/ghc-internal/src/GHC/Internal/Exception.hs:169:13 in ghc-internal:GHC.Internal.Exception
       toExceptionWithBacktrace, called at libraries/ghc-internal/src/GHC/Internal/IO.hs:260:11 in ghc-internal:GHC.Internal.IO
       throwIO, called at ./Control/Concurrent/Async.hs:110:7 in tasty-1.5.3-D46fKdBDq7pJUpxxQtx5z0:Control.Concurrent.Async

Linschlager avatar Nov 16 '25 12:11 Linschlager