summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Test Trac #7931Simon Peyton Jones2013-05-273-0/+9
|
* Test Trac #7939Simon Peyton Jones2013-05-274-0/+16
|
* Improve test T7916Simon Peyton Jones2013-05-241-0/+6
|
* Test Trac #7924Simon Peyton Jones2013-05-223-0/+23
|
* Test Trac #7916Simon Peyton Jones2013-05-222-0/+10
|
* Update output for T2604Jose Pedro Magalhaes2013-05-211-2/+2
|
* Add test for T5863Jose Pedro Magalhaes2013-05-213-0/+25
| | | | | As apparently there is already a test named T5863, I named this one T5863a.
* Test deriving Typeable for promoted data constructors with AutoDeriveTypeableJose Pedro Magalhaes2013-05-211-1/+4
|
* Add stderr outputSimon Peyton Jones2013-05-211-1/+10
|
* We no longer quantify over an entirely-unused existential type variableSimon Peyton Jones2013-05-212-2/+2
|
* Improved error messageSimon Peyton Jones2013-05-214-0/+5
|
* Add a test for 2 trailing commas in the module export listIan Lynagh2013-05-193-0/+6
|
* Merge branch 'master' of http://darcs.haskell.org/testsuiteIan Lynagh2013-05-178-4/+63
|\
| * Make the test actually test the bug!Simon Peyton Jones2013-05-161-1/+1
| | | | | | | | (Thanks to Martijn for correcting this oversight.)
| * Test Trac #7906Simon Peyton Jones2013-05-153-0/+10
| |
| * Wibble to simplifier outputSimon Peyton Jones2013-05-151-1/+1
| |
| * Test Trac #7891 and #7903Simon Peyton Jones2013-05-153-0/+43
| |
| * Improved compiler performance! Reason unknown, but hey, it's good newsSimon Peyton Jones2013-05-151-3/+9
| |
* | Make test cleaning a little more consistentIan Lynagh2013-05-171-4/+6
|/
* Update test for application of (->) to Int#Simon Peyton Jones2013-05-152-7/+6
|
* Test Trac #7892Simon Peyton Jones2013-05-153-0/+10
|
* Test Trac #7888Simon Peyton Jones2013-05-152-0/+12
|
* Test Trac #7268Simon Peyton Jones2013-05-152-0/+12
|
* Better error messageSimon Peyton Jones2013-05-151-2/+2
|
* Wibbles to error messagesSimon Peyton Jones2013-05-152-6/+5
|
* Update test now that undefined has an OpenKind forallSimon Peyton Jones2013-05-152-4/+7
|
* Test Trac #7910Simon Peyton Jones2013-05-153-1/+19
|
* Change how we detect what library ways are availableIan Lynagh2013-05-121-4/+4
| | | | | | | | | | | | | We used to use the base package to do the detection. However, base has extra-lib-dirs: @ICONV_LIB_DIRS@ in base.buildinfo.in, which means that if ICONV_LIB_DIRS is set then the package config will have library-dirs: [...]base/dist-install/build /path/for/iconv and, as paths may be double quoted and contains spaces, this makes it a little tricky to extra the path that we want to look in (the first path). We therefore now use the ghc-prim package, which has no such complication.
* Add a test for #7373Ian Lynagh2013-05-109-0/+72
|
* Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YESIan Lynagh2013-05-101-3/+3
| | | | | | | We were checking paths with if [ -f '"/path/to/Prelude"' ] i.e. the " quotes were being quoted by the ' quotes. Now we just use " quotes (which come from the ghc-pkg output).
* Tidy up the driver slightlyIan Lynagh2013-05-101-1/+1
|
* unbreak tests (removal of block/unblock)Simon Marlow2013-05-109-19/+17
|
* Add a test for shutting down a process with in-calls in progressSimon Marlow2013-05-103-0/+18
|
* Add test for T7878Jose Pedro Magalhaes2013-05-095-1/+22
|
* Adjust tests to match -funbox-small-strict-fields changeJohan Tibell2013-05-032-17/+14
| | | | | | | | | One adjustment is to the core output of some tests (false positive). The other adjustment is due to higher allocation when (now) unboxed values are put into a polymorphic data structure. This is a problem with polymorphic data structures in general (e.g. it happens in Java too) and not about having unboxed fields per say.
* Test Trac #7865Simon Peyton Jones2013-05-034-0/+38
|
* Wibble to error messageSimon Peyton Jones2013-05-031-2/+2
|
* Test Trac #7875Simon Peyton Jones2013-05-032-0/+33
|
* Test Trac #7873Simon Peyton Jones2013-05-023-0/+13
|
* Test Trac #7872Simon Peyton Jones2013-05-023-0/+10
|
* Test Trac #7861Simon Peyton Jones2013-05-024-0/+16
|
* Test Trac #7869Simon Peyton Jones2013-04-303-0/+32
|
* Test Trac #7856Simon Peyton Jones2013-04-293-0/+31
|
* Test Trac #7851Simon Peyton Jones2013-04-293-0/+15
|
* Test Trac #7778Simon Peyton Jones2013-04-293-0/+10
|
* Wibbles to error messages, following the fix for Trac #7851Simon Peyton Jones2013-04-2979-377/+205
| | | | | | | | In effect, the error context for naked variables now takes up a "slot" in the context stack; but it is often empty. So the context stack becomes one shorter in those cases. I don't think this matters; indeed, it's aguably an improvement. Anyway that's why so many tests are affected.
* dynamicToo002 now passesIan Lynagh2013-04-261-2/+1
|
* More dynamic-too testsIan Lynagh2013-04-263-21/+41
|
* Update Cabal perf expected values following Cabal updateIan Lynagh2013-04-261-1/+2
|
* Fix the dynamicToo002 testIan Lynagh2013-04-262-14/+14
|