hedgehogqa / haskell-hedgehog

Release with confidence, state-of-the-art property testing for Haskell.
677 stars 107 forks source link

Handle tests being killed by the RTS #183

Open yanok opened 6 years ago

yanok commented 6 years ago

Is possible to handle tests being killed with prog: <<loop>> by the RTS? Now Hedgehog just dies, but it would be great to report the input that causes the test to be killed and proceed with other tests. Right now looping tests cause thread blocked indefinitely in an MVar operation exception, so I guess it should be possible to handle it in some reasonable way.

thumphries commented 6 years ago

Seems reasonable to expect Hedgehog to handle this, so adding the bug label for now.