- 08 Jul, 2007 7 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 07 May, 2007 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 05 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 12 Jan, 2007 1 commit
-
-
Ian Lynagh authored
-
- 11 Dec, 2006 1 commit
-
- 13 Oct, 2006 1 commit
-
-
Ian Lynagh authored
-
- 04 May, 2006 1 commit
-
-
simonpj authored
-
- 10 Jan, 2006 2 commits
- 25 Oct, 2005 1 commit
-
-
simonmar authored
add LANGUAGE pragma tests
-
- 10 Aug, 2005 1 commit
-
-
simonmar authored
turn off orphan instance warnings
-
- 09 May, 2005 1 commit
-
-
simonmar authored
update output
-
- 04 Jan, 2005 1 commit
-
-
simonpj authored
Add orphan-instance warning message
-
- 12 Nov, 2004 1 commit
-
-
ross authored
Documented bugs in Hugs: mod154 module M where != module M(module M) where read023 Just.let x=id in x read033 1.0e+x read034 (3 + 4 +) read021 empty file tc084 monomorphism restriction and defaulting tc096 monomorphism restriction and defaulting Also omitted tc144 for Hugs, because it loops.
-
- 09 Nov, 2004 1 commit
-
-
ross authored
Rename several .stderr files to .stderr-ghc, because in each case the output consists of GHC-only warnings.
-
- 04 Oct, 2004 1 commit
-
-
simonpj authored
Update expected output
-
- 03 Sep, 2004 1 commit
-
-
simonmar authored
accept output
-
- 24 Feb, 2004 1 commit
-
-
simonmar authored
line comment test.
-
- 09 Jan, 2004 1 commit
-
-
simonmar authored
update output
-
- 10 Dec, 2003 1 commit
-
-
simonmar authored
Update some of the test output following introduction of accurate source locations in error messages. More updates to follow.
-
- 12 Nov, 2003 1 commit
-
-
simonmar authored
Add test for '\xa0', the ISO8859-1 non-breaking space character.
-
- 10 Sep, 2003 1 commit
-
-
simonmar authored
accept output
-
- 19 Mar, 2003 1 commit
-
-
simonmar authored
Add missing test
-
- 17 Mar, 2003 1 commit
-
-
simonmar authored
Add test for lexing '9e2'.
-
- 01 Oct, 2002 1 commit
-
-
simonpj authored
Update expected output
-
- 19 Sep, 2002 2 commits
- 19 Aug, 2002 1 commit
-
-
simonmar authored
Move two multi-module tests into their own directories and make them proper multi-module tests rather than ordered single-module tests. The previous hack broke down when the profiling way was added.
-
- 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.
-
- 13 Feb, 2002 1 commit
-
-
simonmar authored
Section precedence test
-
- 11 Feb, 2002 1 commit
-
-
simonmar authored
Add regression test for lexer bug when parsing "1.0e+x".
-
- 21 Dec, 2001 1 commit
-
-
simonmar authored
Add test for record declaration with zero fields.
-
- 10 Dec, 2001 1 commit
-
-
simonpj authored
Add a lexical comment test
-