Add a couple of missing tests for EAGER_BLACKHOLE
authorSimon Marlow <marlowsd@gmail.com>
Mon, 23 Aug 2010 10:46:54 +0000 (10:46 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 23 Aug 2010 10:46:54 +0000 (10:46 +0000)
commitfd316eba4747cf8bb9381e06c7afc3c024e1e5c1
treef0c88c9a695b1d708a779545a6e5ea5d87b454a1
parenteff182c31745b958d627d4feb1e53c09298c6836
Add a couple of missing tests for EAGER_BLACKHOLE
This was leading to looping and excessive allocation, when the
computation should have just blocked on the black hole.

Reported by Christian Höner zu Siederdissen <choener@tbi.univie.ac.at>
on glasgow-haskell-users.
rts/Messages.c
rts/Threads.c