bench test for hGetLineUntilExitOrEOF
authorJoey Hess <joeyh@joeyh.name>
Wed, 18 Nov 2020 16:23:15 +0000 (12:23 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 18 Nov 2020 16:23:15 +0000 (12:23 -0400)
commit9af0000e0ff28c8eaae0ee1ce6838063d0a5ebef
treef7098b6c61dcfcf77a2d68bc690057560543bf41
parentaafae46bcbb2a9533364b65be5fc05b379898aa1
bench test for hGetLineUntilExitOrEOF

This seems to show that hWaitForInput does not seem to behave as
documented. It does not time out, so blocks forever in this situation.
This is with a 0 timeout and with larger timeouts. Unsure why, it looked
like it should work.
Utility/Process.hs
bench [new file with mode: 0755]
test.hs [new file with mode: 0644]