summaryrefslogtreecommitdiff
path: root/libraries/base/tests/T8089.hs
Commit message (Collapse)AuthorAgeFilesLines
* Testsuite: simplify T8089 (#8089)Thomas Miedema2015-07-201-29/+1
| | | | | | | The previous implementation wasn't working for the `ghci` test way, causing a fulltest failure. Differential Revision: https://phabricator.haskell.org/D1075
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-0/+32
Summary: My previous attempt to fix the new coercion bug introduced by my fix actually just reverted back to the *old* bug. This time it should properly handle all three size scenarios. Signed-off-by: Merijn Verstraaten <merijn@inconsistent.nl> Test Plan: validate Reviewers: dfeuer, austin, hvr Reviewed By: austin, hvr Subscribers: thomie, carter, simonmar Differential Revision: https://phabricator.haskell.org/D407 GHC Trac Issues: #8089