summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
Commit message (Collapse)AuthorAgeFilesLines
* Fix #8696 - don't generate static intra-package references.Austin Seipp2014-02-245-0/+15
| | | | | | | | | | See the comments in Packages.lhs and the ticket for some more explanation. This is a temporary fix while we consider a way to re-enable intra-package references in the mean time. Authored-by: Reid Barton <rwbarton@gmail.com> Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fix another failure.Austin Seipp2014-01-221-0/+0
| | | | | | Rather hilarious (and my fault.) Signed-off-by: Austin Seipp <austin@well-typed.com>
* Don't print roles for data instancesSimon Peyton Jones2014-01-171-1/+0
| | | | See Trac #8672
* Eta expand data family instances before printing themSimon Peyton Jones2014-01-174-0/+15
| | | | Fixes Trac #8674
* Fix ghciprog004 when built with ClangAustin Seipp2014-01-151-1/+1
| | | | | | Clang warns about implicit return values by default. Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fix T8172 for Win32 (again)Austin Seipp2014-01-141-3/+3
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add T8172 output for Win32Austin Seipp2014-01-141-0/+11
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Fix T3333Austin Seipp2014-01-141-1/+3
| | | | | | | Weak symbols work with the dynamic linker, not just the linux static linker (c.f. Mac OS X.) Signed-off-by: Austin Seipp <austin@well-typed.com>
* Test Trac #8649Simon Peyton Jones2014-01-103-0/+13
|
* Changes in error messages when fixing Trac #8649Simon Peyton Jones2014-01-096-29/+28
| | | | Mostly improvements, happily
* Add output for T8639Joachim Breitner2014-01-061-0/+8
| | | | (probably forgotten in [0a0ca809])
* Test Trac #8579Simon Peyton Jones2014-01-033-0/+8
|
* Test Trac #8640Simon Peyton Jones2014-01-033-0/+4
|
* Improved out-of-scope error for qualified names in GHCiSimon Peyton Jones2014-01-021-3/+1
|
* Test Trac #8639 (just the GHCi version)Simon Peyton Jones2014-01-024-0/+28
|
* Error wibbles while fixing #8607.Richard Eisenberg2013-12-261-1/+1
|
* Different quotes in error messages following lexer clean-upSimon Peyton Jones2013-12-053-4/+8
|
* Error message wibblesSimon Peyton Jones2013-11-221-1/+1
|
* Test Trac #8535Simon Peyton Jones2013-11-183-1/+8
|
* Increase coverage of #4175Patrick Palka2013-11-143-19/+37
|
* Wibbles following fix to Trac #8278Simon Peyton Jones2013-11-064-6/+22
| | | | | | The error message for ghci052 and ghci053 are (still) terrible, because there is shadowing going on in the interactive context. But that's a separate matter.
* Add test for #8485.Richard Eisenberg2013-10-293-0/+7
|
* Test Trac #3333Takano Akio2013-10-255-0/+19
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Test Trac #8469Simon Peyton Jones2013-10-235-1/+22
|
* Wibbles to output regarding role annotations.Richard Eisenberg2013-10-234-26/+4
|
* Error message wibblesSimon Peyton Jones2013-10-231-2/+2
|
* Error wibbles now that we print roles in :infoSimon Peyton Jones2013-10-085-5/+33
| | | | (We might want to revisit this.)
* Update test to reflect fix for #1201.Geoffrey Mainland2013-10-041-1/+1
| | | | | Splices are now run in the renamer instead of the type checker, so they only get run once.
* Fix test wibbles for new Template Haskell.Geoffrey Mainland2013-10-041-0/+6
| | | | | | | | | | | Because splices are now run in the renamer, we do not get the same error context as we would when running in the type checker. In most cases we get less context, and in some cases I have added additional context. Error messages should at least tell the user that an error occurred in a splice; dropping context beyond that point is not judged a great loss. Note that we may now report only one error when multiple errors were reported before because splices are now run in the renamer.
* Error messsage wibblificationSimon Peyton Jones2013-10-0415-44/+44
|
* Test Trac #8383Simon Peyton Jones2013-10-044-0/+15
|
* Test Trac #8357Simon Peyton Jones2013-10-034-0/+40
|
* Error message wibbles following ambiguity check changesSimon Peyton Jones2013-10-021-0/+2
|
* Further testsuite wibbles following changes to kind suppressionSimon Peyton Jones2013-10-021-2/+1
|
* Mark those tests which depend on libraries not built when cross-compilingReid Barton2013-10-011-1/+1
| | | | | | Issue #8393 Signed-off-by: Austin Seipp <austin@well-typed.com>
* Error message wibbles,unknown2013-10-011-23/+23
| | | | | | following a) suppressing kind foralls and arguments b) better fundep error messages
* Test Trac #8377Takano Akio2013-09-293-0/+16
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Follow changes in [12a8244/ghc-prim] (#7633)Herbert Valerio Riedel2013-09-182-0/+10
|
* Adjust test suite to new Language Pragma warnignsJoachim Breitner2013-09-143-5/+5
| | | | (this is related to #3647)
* Error message wibblesSimon Peyton Jones2013-09-102-6/+6
| | | | | | | | | | | | Almost all are re-orderings of relevant-binding output Relevant bindings include + m :: Map (a, b) elt (bound at T3169.hs:12:17) + b :: b (bound at T3169.hs:12:13) lookup :: (a, b) -> Map (a, b) elt -> Maybe elt (bound at T3169.hs:12:3) - b :: b (bound at T3169.hs:12:13) - m :: Map (a, b) elt (bound at T3169.hs:12:17)
* Test Trac #8215Simon Peyton Jones2013-09-032-0/+3
|
* Add test-case for #8172Herbert Valerio Riedel2013-08-273-0/+19
| | | | Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Add regression test for #8113Herbert Valerio Riedel2013-08-243-0/+40
| | | | Depends on fix in 3229eadbff857b110f20ffddb80d5f7abd5d7216 to pass
* The linker can still be used when DYNAMIC_GHC_PROGRAMS=YESSimon Marlow2013-08-221-2/+1
|
* Fix test for #8116.Austin Seipp2013-08-162-2/+2
| | | | | | | | | This caused a failure on some 32bit builds due to floating point (in)accuracy. But Complex is already strict in both its components, and we really just want to know the code works, so an easier solution is to simply use `seq` to force evaluation. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Add a regression test (see #8116)Austin Seipp2013-08-143-1/+4
| | | | Signed-off-by: Austin Seipp <aseipp@pobox.com>
* Test kind inference for closed type families/T7939.Richard Eisenberg2013-06-273-4/+52
|
* Updates to support closed type families.Richard Eisenberg2013-06-212-55/+47
|
* Fix some testsuite cleaning; part of #7941Ian Lynagh2013-06-141-1/+1
|
* Test Trac #7894Simon Peyton Jones2013-06-073-0/+4
|