summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix result001Ian Lynagh2013-02-112-1/+5
|
* print020 now passesIan Lynagh2013-02-111-1/+1
|
* Update print020 expected outputIan Lynagh2013-02-111-2/+2
|
* HappyTest needs MagicHashIan Lynagh2013-02-111-1/+1
|
* Add expected warnings for print020Ian Lynagh2013-02-111-0/+31
|
* Convert more helper functionsIan Lynagh2013-02-113-4/+4
|
* Rename some numeric tests: nnnn -> TnnnnIan Lynagh2013-01-254-4/+4
|
* Test Trac #7386Simon Peyton Jones2012-11-064-0/+15
|
* acceptSimon Marlow2012-10-301-2/+2
|
* Merge branch 'master' of http://darcs.haskell.org//testsuiteSimon Peyton Jones2012-10-191-1/+4
|\
| * print035(ghci) fails when ghci is dynamicIan Lynagh2012-10-131-1/+4
| |
* | Minor changes to tidyingSimon Peyton Jones2012-10-193-8/+8
| |
* | Replace Rank2Types and PolymorphicComponents by RankNTypesSimon Peyton Jones2012-10-194-4/+4
|/
* A ton of error message wibblesSimon Peyton Jones2012-09-213-1/+3
| | | | | | Notably * Showing relevant bindings * Not suggesting add instance (Num T); see Trac #7222
* Adapt tests to the removal of the MR in GHCiPaolo Capriotti2012-09-0317-22/+22
|
* Add tests for deriving Generic1Jose Pedro Magalhaes2012-06-212-3/+3
| | | | Most of these tests were written by Nicolas Frisby.
* Update test output for mdo changes (Trac #4148)Simon Peyton Jones2012-06-122-6/+0
|
* Merge remote-tracking branch 'origin/unboxed-tuple-arguments2'Paolo Capriotti2012-06-055-20/+48
|\
| * Testsuite update for unboxed tuples in argumentsMax Bolingbroke2012-05-155-20/+48
| | | | | | | | We are careful to test slow calls and RtClosureInspect, as well as standard fast calls
* | Follow the move of Word from base to ghc-primIan Lynagh2012-05-222-5/+7
|/
* Add combined_output option.Paolo Capriotti2012-04-231-6/+6
| | | | | | | | | Added an option to combine stdout and stderr into a single file. This is useful for ghci scripts that produce interleaved errors and normal output. Also modified check_stderr_ok so that it normalizes stderr in the same way as compile tests.
* Raft of wibbles after refactoring type-class constraint errorsSimon Peyton Jones2012-03-093-10/+19
| | | | ...in response to Trac #5858
* update outputSimon Marlow2012-02-161-1/+1
|
* Lots of error message wibbling, following theSimon Peyton Jones2012-01-127-18/+20
| | | | major TcErrors refactoring
* accept (better) outputSimon Marlow2011-11-022-4/+4
|
* print032 is not broken any moreSimon Marlow2011-11-022-6/+6
|
* update error messagesSimon Marlow2011-09-2110-24/+24
|
* Improved debugger outputSimon Peyton Jones2011-09-1419-87/+71
| | | | | | | It turns out that the new treatment of Integer literals means that the debugger can see an Integer value more often than before (it's a value not a thunk). That improves the debugger output; hence all these diffs.
* Fix some more written-but-not-cleaned filesIan Lynagh2011-09-066-2/+4
|
* Error message wibblesSimon Peyton Jones2011-09-022-2/+2
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-20209-0/+2639