summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver
Commit message (Expand)AuthorAgeFilesLines
* Convert more helper functions to the new schemeIan Lynagh2013-02-111-2/+2
* Convert more helpers to the new schemeIan Lynagh2013-02-111-1/+1
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-1/+1
* dynamicToo001 is broken on Windows (#7665)Ian Lynagh2013-02-051-0/+1
* Fix shared001Ian Lynagh2013-02-031-1/+2
* Rename some tests to not start with a digitIan Lynagh2013-01-2536-29/+29
* Add a test for #7563Ian Lynagh2013-01-124-0/+12
* Fix typo in extension flagsSimon Peyton Jones2013-01-081-1/+1
* Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2013-01-081-1/+2
|\
| * EmptyCase is now an extension flag that GHC understands (but Cabal does not yet)Simon Peyton Jones2013-01-041-1/+2
* | Wibbles to error messages and tests, following ambiguity-check changesSimon Peyton Jones2013-01-081-0/+1
|/
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-141-5/+7
* Add a test for -dynamic-tooIan Lynagh2012-12-148-0/+71
* Follow changes in dependency generationIan Lynagh2012-11-022-4/+4
* Update T4437 following changes in Cabal's extensions listIan Lynagh2012-10-251-12/+2
* Testsuite fixes for when we only have dynamic librariesIan Lynagh2012-10-251-1/+1
* Add TypeHoles to the list of LANGUAGE extensions that GHC knows but Cabal doe...Simon Peyton Jones2012-09-281-1/+2
* A ton of error message wibblesSimon Peyton Jones2012-09-211-1/+0
* add a test for #7215Simon Marlow2012-09-053-0/+39
* accept output ("RULE might not fire" warning)Simon Marlow2012-08-231-0/+4
* Add test for #7130Paolo Capriotti2012-08-134-0/+12
* Add some NOINLINE pragmas to satisfy the (correct) "RULE may not fire" warningSimon Peyton Jones2012-07-231-2/+6
* update for MultiWayIf and LambdaCaseSimon Marlow2012-07-161-1/+3
* Add testcase for #7060Paolo Capriotti2012-07-133-0/+34
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-152-3/+3
* More Win64 test fixesIan Lynagh2012-05-081-1/+1
* Add new extension to the list pf GHC-only extensions.Iavor S. Diatchki2012-03-241-0/+1
* Raft of wibbles after refactoring type-class constraint errorsSimon Peyton Jones2012-03-091-2/+1
* accept outputSimon Marlow2012-03-016-10/+17
* Test changing the -main-is function name, not just the moduleSimon Marlow2012-02-272-0/+5
* objc-hi and objcpp-hi fail the ghci wayIan Lynagh2012-01-291-2/+8
* Use the new flag -XDataKindsJose Pedro Magalhaes2012-01-161-0/+1
* Wibble to recomp006 errorSimon Peyton Jones2012-01-161-9/+2
* Add InstanceSigs to GhcOnly flagsSimon Peyton Jones2011-12-131-0/+1
* Add CApiFFI to T4437Ian Lynagh2011-11-281-1/+2
* accept output ("Linking" message moved from stderr to stdout)Simon Marlow2011-11-212-1/+1
* Remove duplicated options from a testIan Lynagh2011-11-181-1/+1
* Filter -fforce-recomp out of TEST_HC_OPTS in the driver testsIan Lynagh2011-11-1815-108/+168
* Merge branch 'master' of http://darcs.haskell.org/testsuiteIan Lynagh2011-11-184-0/+50
|\
| * test for #3589Simon Marlow2011-11-184-0/+50
* | Add a test for T5198Ian Lynagh2011-11-183-0/+17
|/
* Define the GHC "compiler_always_flags" in make; fixes trac #5213Ian Lynagh2011-11-171-2/+2
* add test for #5584Simon Marlow2011-11-163-0/+11
* New kind-polymorphic coreJose Pedro Magalhaes2011-11-111-1/+2
* add test for #5614Simon Marlow2011-11-106-0/+58
* Add test for #437: recompilation bug with '-main-is'David Terei2011-11-096-0/+39
* Fix spacesInArgs(ghci). trac #5575Ian Lynagh2011-10-232-3/+1
* Revert "strip away quotes in the argument, hack to fix 5313(ghci)"Ian Lynagh2011-10-191-3/+1
* Merge branch 'master' of http://darcs.haskell.org/testsuiteIan Lynagh2011-10-191-1/+3
|\
| * strip away quotes in the argument, hack to fix 5313(ghci)Simon Marlow2011-10-191-1/+3