Skip to content
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

Fix non-termination in QuickCheck tests #18

Open
JustusAdam opened this issue Oct 23, 2018 · 0 comments
Open

Fix non-termination in QuickCheck tests #18

JustusAdam opened this issue Oct 23, 2018 · 0 comments
Labels

Comments

@JustusAdam
Copy link
Member

When running the quick check tests for aeson en/decoding of OutGraph as well as the tests for the dflang pretty printer/parser the execution can end up in what seems like an endless loop (high CPU usage, but no progress is being made).

My suspicion is that this is as a result of a poorly implemented arbitrary function in Ohua.Types.Arbitrary.

Interestingly enough it seems when compiling with profiling support and running with -xc it does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant