-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: cabal-testsuite tests fail with "double directory" #8883
Comments
High priority IMHO. Even if it's just that some tests are expected to trash the store, but they are not properly isolated, we need to weed them out. It can also be an actual bug. Either way, disabling our CI is a tragedy that will lead to other serious bugs introduced undetected. |
I have this bug on my machine running with ghc 9.2.8 and cabal 3.10.1.0. Can I help you debug this somehow? Every test that imports System.Directory in the cabal-testsuite does not work for me |
I've now stolen your ticket title and description, so we can safely close this now. :) |
Only good things get stolen, so I'm happy! |
perhaps fix for haskell#8858 and haskell#8883
perhaps fix for haskell#8858 and haskell#8883
It was observed earlier on Windows:
but since GHC 9.6.1 it plagues the other platforms too. Here's one recent CI run.
Due to this error I had to disable
cabal-testsuite
altogether for 9.6.1 in #8840.The text was updated successfully, but these errors were encountered: