- 17 Jun, 2008 1 commit
-
-
Simon Marlow authored
-
- 04 Jun, 2008 1 commit
-
-
simonpj authored
-
- 28 May, 2008 1 commit
-
-
Simon Marlow authored
-
- 27 May, 2008 1 commit
-
-
Simon Marlow authored
-
- 23 Apr, 2008 1 commit
-
-
Ian Lynagh authored
-
- 25 Feb, 2008 1 commit
-
-
simonpj authored
-
- 17 Jan, 2008 1 commit
-
-
simonpj authored
-
- 15 Jan, 2008 1 commit
-
-
Ian Lynagh authored
-
- 05 Jan, 2008 1 commit
-
-
Ian Lynagh authored
-
- 20 Dec, 2007 1 commit
-
-
simonpj authored
-
- 15 Dec, 2007 1 commit
-
-
Ian Lynagh authored
Now instead of saying, e.g. namebase_if_compiler_lt('ghc','6.9', 'foo-6.8') you say if_compiler_lt('ghc','6.9', namebase('foo-6.8'))
-
- 14 Nov, 2007 1 commit
-
-
simonpj authored
-
- 19 Oct, 2007 1 commit
-
-
Ian Lynagh authored
-
- 26 Aug, 2007 1 commit
-
-
Ian Lynagh authored
#1384 = Exporting a module that isn't imported doesn't fail
-
- 16 Jun, 2007 1 commit
-
-
Ian Lynagh authored
-
- 27 May, 2007 1 commit
-
-
Ian Lynagh authored
This avoids version numbers of packages being in the output.
-
- 31 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 03 Jan, 2007 1 commit
-
-
simonpj authored
-
- 06 Sep, 2006 1 commit
-
-
simonpj authored
-
- 19 May, 2006 1 commit
-
-
simonpj authored
-
- 29 Jun, 2005 1 commit
-
-
simonpj authored
Add renamer test (ambiguos occurrence)
-
- 19 May, 2005 1 commit
-
-
simonmar authored
rnfail043: skip_if_no_ghci
-
- 03 May, 2005 1 commit
-
-
simonpj authored
Add a test for multiple local bindings with TH
-
- 09 Sep, 2004 1 commit
-
-
igloo authored
Testsuite cleaning.
-
- 25 May, 2004 1 commit
-
-
simonpj authored
Add test for decent failure on built-in syntax
-
- 20 Oct, 2003 1 commit
-
-
simonmar authored
Add test that generates strange duplicate error messages with GHC 6.2.
-
- 05 Nov, 2002 1 commit
-
-
simonpj authored
Add a modules test
-
- 26 Sep, 2002 1 commit
-
-
simonpj authored
update expected output
-
- 11 Sep, 2002 1 commit
-
-
simonpj authored
Add test for qualified instance method
-
- 20 Aug, 2002 1 commit
-
-
simonmar authored
Make rnfail037 into a multi-module test.
-
- 01 Aug, 2002 1 commit
-
-
simonmar authored
rnfail034 works, not sure why it was an expected failure
-
- 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.
-
- 02 Nov, 2001 1 commit
-
-
simonpj authored
Hiding non-existent entity is now an error; add rnfail038
-
- 16 Oct, 2001 1 commit
-
-
simonpj authored
Add a test I had hanging around; maybe merge to branch
-
- 20 Sep, 2001 1 commit
-
-
simonmar authored
Add rnfail035
-
- 28 Aug, 2001 5 commits
-
-
simonmar authored
Test that a qualified name can't be bound in a local binding group. Currently an expected failure because the error message is slightly wrong (has a duplicated "in").
-
simonmar authored
Test that using hiding on an unqualified import also hides the qualified name.
-
simonmar authored
Test that hiding works on a qualified import
-
simonmar authored
Add a test to make sure that qualified imports can be restricted to the specified entities.
-
simonmar authored
Add a test for unqualified imports bringing into scope qualified names.
-