- 11 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 25 Jan, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 08 Oct, 2012 1 commit
-
-
Simon Marlow authored
-
- 18 Sep, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 03 Sep, 2012 1 commit
-
-
Simon Marlow authored
-
- 20 Jul, 2011 1 commit
-
-
dterei authored
-
- 28 Jun, 2011 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 13 May, 2011 2 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 04 May, 2011 1 commit
-
-
dterei authored
-
- 16 Apr, 2011 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 02 Apr, 2011 1 commit
-
-
batterseapower authored
-
- 06 Jul, 2010 1 commit
-
-
Simon Marlow authored
-
- 27 Feb, 2010 1 commit
-
-
Ian Lynagh authored
-
- 14 Oct, 2009 1 commit
-
-
Simon Marlow authored
-
- 24 Aug, 2009 1 commit
-
-
Simon Marlow authored
-
- 19 Aug, 2009 1 commit
-
-
Ian Lynagh authored
-
- 17 Jun, 2009 1 commit
-
-
Simon Marlow authored
-
- 09 Jun, 2009 1 commit
-
-
Ian Lynagh authored
-
- 30 Jul, 2008 1 commit
-
-
Simon Marlow authored
-
- 21 Dec, 2007 1 commit
-
-
simonpj authored
Its really a testsuite-framework bug that these mentions of 'opt' have lingered so long. They should have been rejected as a non-existent way.
-
- 28 Nov, 2007 1 commit
-
-
Simon Marlow authored
-
- 06 Jun, 2006 1 commit
-
-
Simon Marlow authored
-
- 09 Jan, 2006 1 commit
-
-
simonmar authored
add a cmm lint failure
-
- 09 Nov, 2004 1 commit
-
-
ross authored
mark GHC-specific tests
-
- 01 Jul, 2003 1 commit
-
-
simonpj authored
Add cg004
-
- 05 Sep, 2002 1 commit
-
-
simonmar authored
regression test for SourceForge bug #604849
-
- 31 Jul, 2002 1 commit
-
-
simonmar authored
Revamp the testsuite framework. The previous framework was an experiment that got a little out of control - a whole new language with an interpreter written in Haskell was rather heavyweight and left us with a maintenance problem. So the new test driver is written in Python. The downside is that you need Python to run the testsuite, but we don't think that's too big a problem since it only affects developers and Python installs pretty easily onto everything these days. Highlights: - 790 lines of Python, vs. 5300 lines of Haskell + 720 lines of <strange made-up language>. - the framework supports running tests in various "ways", which should catch more bugs. By default, each test is run in three ways: normal, -O, and -O -fasm. Additionally, if profiling libraries have been built, another way (-O -prof -auto-all) is added. I plan to also add a 'GHCi' way. Running tests multiple ways has already shown up some new bugs! - documentation is in the README file and is somewhat improved. - the framework is rather less GHC-specific, and could without much difficulty be coaxed into using other compilers. Most of the GHC-specificness is in a separate configuration file (config/ghc). Things may need a while to settle down. Expect some unexpected failures.
-
- 20 Sep, 2001 1 commit
-
-
sewardj authored
Add test for cgIdInfo assert fail.
-
- 20 Jun, 2001 1 commit
-
-
sewardj authored
Complete the codeGen tests.
-