-
Notifications
You must be signed in to change notification settings - Fork 696
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
detailed-0.9
test suites (always?) freeze
#1881
Comments
A small project that reproduces the issue is: https://github.com/coreyoconnor/cabal-issue-1810 (thanks!) |
I've noticed that the |
I'll try using |
@snoyberg |
@coreyoconnor Ah, your test runner has QuickCheck printing to |
@ttuegel That I did not know. Is this in the docs somewhere? I haven't seen this mentioned in either:
Easy enough to test: Modified the test project at To have QuickCheck not use stdout. These tests no longer freezes and pass as expected. Cool! This change also worked for the few vty tests tried. Looks like that is the issue then. Feel free to close. |
As reported by @coreyoconnor on issue #1810, the test runner for
detailed-0.9
tests always freezes. This is probably related to the issue withexitcode-stdio-1.0
tests freezing sometimes due to over-buffering of the test output. I'm opening a new issue because the problems are separate and I'm about to close the other issue.To reproduce: run
cabal test
in any package containing detailed test suites.The text was updated successfully, but these errors were encountered: