summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/simplCore
Commit message (Collapse)AuthorAgeFilesLines
* Test Trac #5329Simon Peyton Jones2011-07-182-0/+131
|
* Accept wibble in core-syntax printingSimon Peyton Jones2011-07-183-12/+12
|
* Test Trac #5315Simon Peyton Jones2011-07-153-0/+91
|
* Trac change in ids assigned by specialiserSimon Peyton Jones2011-06-301-4/+4
|
* fix cleanup for T4903Simon Marlow2011-05-312-2/+2
|
* Merge remote branch 'origin/master' into ghc-genericsSimon Peyton Jones2011-05-263-162/+160
|\
| * accept outputSimon Marlow2011-05-252-160/+156
| |
| * fix test following changes to inlining heuristicsSimon Marlow2011-05-251-2/+4
| |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-genericsJose Pedro Magalhaes2011-05-129-176/+214
|\ \ | |/ | | | | | | | | | | | | Resolved conflicts: tests/ghc-regress/indexed-types/should_compile/T3017.stderr tests/ghc-regress/simplCore/should_compile/simpl016.stderr tests/ghc-regress/typecheck/should_compile/tc168.stderr tests/ghc-regress/typecheck/should_compile/tc231.stderr
| * Merge branch 'master' of http://darcs.haskell.org/testsuiteSimon Peyton Jones2011-05-111-1/+1
| |\
| | * Add -XDeriveDataTypeableSimon Peyton Jones2011-05-101-1/+1
| | |
| * | Remove control-MSimon Peyton Jones2011-05-111-13/+13
| | |
| * | Fix comments in testSimon Peyton Jones2011-05-091-4/+4
| | |
| * | Merge remote branch 'origin/master' into ghc-new-coSimon Peyton Jones2011-05-061-2/+2
| |\ \
| * | | Track error message changesSimon Peyton Jones2011-05-062-2/+5
| | | |
| * | | Test Trac #5168Simon Peyton Jones2011-05-062-0/+37
| | | |
| * | | Accept error message output changesSimon Peyton Jones2011-05-023-162/+160
| | | |
* | | | Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-genericsJose Pedro Magalhaes2011-05-101-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Add StandaloneDerivingSimon Peyton Jones2011-05-091-1/+1
| | |/ | |/|
* | | Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-genericsJose Pedro Magalhaes2011-05-041-2/+2
|\ \ \ | |/ / | | | | | | | | | Fixed conflicts: tests/ghc-regress/typecheck/should_compile/all.T
| * | Follow error message changesSimon Peyton Jones2011-05-041-2/+2
| |/
* | More adaptation of the testsuite to the ghc-generics changes.Jose Pedro Magalhaes2011-05-041-1/+1
| |
* | Adapt outputs for the fact that the hasGenerics field is gone.Jose Pedro Magalhaes2011-05-031-1/+1
| |
* | Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... ↵Jose Pedro Magalhaes2011-05-021-0/+6
| | | | | | | | | | | | as they were not intended for master." This reverts commit d2fab4d8c428fc0a3b0f8ad288fc50d8d6ef0950, because these changes were intended for this branch.
* | Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they ↵Jose Pedro Magalhaes2011-05-021-6/+0
| | | | | | | | were not intended for master.
* | Adapting the testsuite for the new generic deriving mechanism.Jose Pedro Magalhaes2011-04-281-0/+6
|/
* Add TEST_HC_OPTS to every Makefile invocation of TEST_HCSimon Peyton Jones2011-04-201-15/+15
| | | | | | | | | | | | | | | | | | | | | | | In the testsuite there are numerous Makefiles that invoke $(TEST_HC). But, unlike the tests invoked directly by the harness, they didn't pass -dno-debug-output, or $(EXTRA_HC_OPTS). This patch goes part-way towards the goal of making the two consistent: * Almost all invocations in the Makefiles now go '$(TEST_HC)' $(TEST_HC_OPTS) * In test.mk we initialise TEST_HC_OPTS = -dno-debug-output $(EXTRA_HC_OPTS) Still to come (I don't know how to do these) * The invocations of TEST_HC via cabal are not treated (eg cabal01, cabal04), and they should be * TEST_HC_OPTS should probably be initialised the same way as the Python script computes the flags to pass to the TEST_HC that it calls directly
* Replace simplrun006 with a less fragile perf test T149Ian Lynagh2011-04-173-53/+0
|
* Remove any mention of optc/profc from all.T filesMax Bolingbroke2011-04-022-13/+13
|
* Fix testsuite on 7.0 branchIan Lynagh2011-02-162-1/+78
|
* Test Trac #4957simonpj2011-02-153-0/+28
|
* Test Trac #4935simonpj2011-02-093-0/+41
|
* Remove the haskell98 dependency from more testsIan Lynagh2011-02-052-2/+2
|
* Remove the haskell98 dependency from various testsIan Lynagh2011-02-054-4/+4
|
* 7.0 branch updatesIan Lynagh2011-02-024-1/+228
|
* Test for strictness loss in FloatOutsimonpj2011-02-024-0/+56
| | | | | A bug in 6.12 meant loss of strictness on a floated binding. The HEAD is ok, but this test checks for regressions.
* Test Trac #4930simonpj2011-02-013-0/+44
|
* Test Trac #4908simonpj2011-02-013-0/+90
|
* Follow changes to optimised code after fixing Trac #4908simonpj2011-01-311-12/+12
|
* Better simlifier output following SpecConstr fixsimonpj2011-01-281-63/+22
|
* Test Trac #4918simonpj2011-01-265-0/+27
|
* Test Trac #4903simonpj2011-01-264-0/+77
|
* Redundant case is now eliminatedsimonpj2011-01-251-15/+1
|
* Massive bunch of changes to track my massive refactoring to the typecheckersimonpj2011-01-122-6/+6
|
* Add FlexibleInstances to tests that need itsimonpj2010-12-141-19/+54
|
* Accept core ppr wibbleBen Lippmeier2010-12-101-1/+2
|
* Test Trac #4814simonpj2010-12-023-0/+41
|
* Remove old stdout/stderr files for old GHCsIan Lynagh2010-11-201-28/+0
|
* Remove special results for old GHC versionsIan Lynagh2010-11-201-5/+2
|
* More LANGUAGE BangPatternssimonpj2010-11-121-1/+1
|