summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Wibbles to output regarding role annotations.Richard Eisenberg2013-10-239-68/+36
|
* Update tests to reflect new check for GeneralizedNewtypeDerivingRichard Eisenberg2013-10-2311-21/+23
|
* Add new test for the second round of #7667Richard Eisenberg2013-10-233-0/+14
|
* Add test for #8455.Richard Eisenberg2013-10-232-1/+7
|
* Test Trac #8470Simon Peyton Jones2013-10-232-0/+12
|
* Error message wibblesSimon Peyton Jones2013-10-233-18/+18
|
* Test Trac #8448Simon Peyton Jones2013-10-233-0/+10
|
* Don't run opt versions of DPH tests at allBen Lippmeier2013-10-239-112/+4
|
* Dial back -O level on DPH tests to speed them upBen Lippmeier2013-10-237-9/+9
| | | | The DPH backend library will be replaced, so there is no reason to slow down validate in order to test it.
* Test #8119Krzysztof Gogolewski2013-10-191-0/+1
|
* Test #8119Krzysztof Gogolewski2013-10-193-0/+8
|
* Flush stdout after printing in runIOJoachim Breitner2013-10-182-3/+5
| | | | as the docs of runIO tell me to.
* Update performance testsJan Stolarek2013-10-181-4/+6
| | | | Regressions in haddock for unknown reason
* Update performance test due to fix for #8456Jan Stolarek2013-10-181-8/+12
|
* T5313 now succeeds (Fixes: #7774)Joachim Breitner2013-10-181-2/+1
|
* Test Trac #8449Simon Peyton Jones2013-10-184-0/+25
|
* Added test for #7667.Richard Eisenberg2013-10-152-0/+9
|
* Test #8412 (again)Krzysztof Gogolewski2013-10-121-1/+1
| | | | I forgot to git add a file.
* Test #8412Krzysztof Gogolewski2013-10-122-0/+11
|
* Add a timeout for #8431Krzysztof Gogolewski2013-10-121-1/+1
|
* Test #8431Krzysztof Gogolewski2013-10-123-0/+4
|
* Test #8430Krzysztof Gogolewski2013-10-123-0/+9
|
* Update test-suite for new `array-0.5.0.0`Herbert Valerio Riedel2013-10-112-1/+2
|
* accept cgrun057(prof)Simon Marlow2013-10-111-3/+2
|
* don't need ghci_way_flags, the ghc package works all waysSimon Marlow2013-10-111-1/+1
|
* Test #8428Krzysztof Gogolewski2013-10-093-1/+24
|
* Wibble after typofixKrzysztof Gogolewski2013-10-092-2/+2
|
* Wibble to annfail10 due to Edward's changes.Austin Seipp2013-10-091-1/+1
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* concurrent/conc012: Pass RTS options to executable, not ghcBen Gamari2013-10-091-1/+3
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Error wibbles now that we print roles in :infoSimon Peyton Jones2013-10-089-25/+57
| | | | (We might want to revisit this.)
* More error-message wibblesSimon Peyton Jones2013-10-082-82/+21
|
* Change deprecated _scc_ to {-# SCC #-} (#8170)Krzysztof Gogolewski2013-10-051-2/+2
|
* Add tests for new TH #4124, #4128, #4170, #4364, #6062Krzysztof Gogolewski2013-10-056-0/+43
|
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-055-0/+18
| | | | | | More often than not the output of the performance tests is in the way, rather than helping. This allows the use of `make SKIP_PERF_TESTS=YES` to skip these tests. Fixes #8413
* Merge New Template Haskell branch.Geoffrey Mainland2013-10-0428-71/+40
|\
| * Peculiarly, we now pass this test on ghci.Geoffrey Mainland2013-10-041-1/+1
| |
| * Fix test wibble.Geoffrey Mainland2013-10-041-0/+1
| |
| * 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.
| * Update tests now that declaration splices are legal everywhere.Geoffrey Mainland2013-10-044-8/+4
| |
| * Fix test wibbles for new Template Haskell.Geoffrey Mainland2013-10-0413-63/+13
| | | | | | | | | | | | | | | | | | | | | | 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.
| * Adjust tests for new Template Haskell.Geoffrey Mainland2013-10-049-0/+22
|/ | | | | | | | | | | | | | From the new Template Haskell proposal at http://hackage.haskell.org/trac/ghc/blog/Template%20Haskell%20Proposal A declaration group is the chunk of declarations created by a top-level declaration splice, plus those following it, down to but not including the next top-level declaration splice. Then the type environment seen by reify includes all the declaration up to the end of the immediately preceding declaration block, but no more. This change adds '$(return [])' where necessary to allow following declarations to see (module-local) top-level definitions.
* Error messsage wibblificationSimon Peyton Jones2013-10-0434-141/+140
|
* Test Trac #8383Simon Peyton Jones2013-10-044-0/+15
|
* Fix a failing test.Iavor S. Diatchki2013-10-031-2/+2
| | | | | GHC.TypeLits does not export `Sing` anymore, so we just define it locally.
* Fixup basic type-lits test.Iavor S. Diatchki2013-10-032-43/+46
| | | | | | | | | There is still one more test that needs fixing: indexed-types/should_fail T7786 [stderr mismatch] (normal) I need to understand what is going on there, as it appears to be using the `Sing` constructors a bunch.
* New tests for #8368.Richard Eisenberg2013-10-035-0/+32
|
* Test Trac #8357Simon Peyton Jones2013-10-034-0/+40
|
* Trac #T7881 now works for hpc way againSimon Peyton Jones2013-10-031-1/+1
| | | | As a result of fixing Trac #8384
* Test Trac #8391Simon Peyton Jones2013-10-032-0/+12
|
* Test Trac #8392Simon Peyton Jones2013-10-035-0/+34
|