- 27 Jun, 2007 1 commit
-
-
Simon Marlow authored
-
- 06 Jul, 2007 1 commit
-
-
Ian Lynagh authored
os.spawnv is broken on non-cygwin Windows (looks like it goes via a shell).
-
- 23 Jun, 2007 1 commit
-
-
Ian Lynagh authored
The user001 test in the unix package can fail when stdin comes from a file.
-
- 13 Jun, 2007 1 commit
-
-
Simon Marlow authored
-
- 06 Jun, 2007 1 commit
-
-
simonpj authored
-
- 05 May, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
Fixes some framework failures.
-
- 04 May, 2007 1 commit
-
-
Ian Lynagh authored
-
- 16 Apr, 2007 1 commit
-
-
Ian Lynagh authored
-
- 13 Apr, 2007 2 commits
-
-
Ian Lynagh authored
When working on a new foo extension, you can now put your tests in the testsuite, set ProjectTags=-foo in mk/build.mk and skip_unless_tag('foo') in the tests.
-
Ian Lynagh authored
-
- 01 Apr, 2007 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 30 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 05 Mar, 2007 1 commit
-
-
Ian Lynagh authored
-
- 28 Feb, 2007 1 commit
-
-
Simon Marlow authored
-
- 21 Feb, 2007 1 commit
-
-
Simon Marlow authored
This means we can put package-specific tests in the repository for the package, rather than putting them in the testsuite. There should be a .T file to go with the tests, in the same way as for other tests in the testsuite (but this could be in addition to a standalone test driver that works with Cabal's 'setup test').
-
- 06 Feb, 2007 1 commit
-
-
Ian Lynagh authored
-
- 02 Feb, 2007 1 commit
-
-
Simon Marlow authored
Fixes the testsuite on Cygwin/MSYS using Cygwin Python. I hope it hasn't broken it using the native Python... if it has, we'll need to revisit. I can't see a good reason for the quotes, anyway.
-
- 31 Jan, 2007 1 commit
-
-
Ian Lynagh authored
-
- 16 Jan, 2007 1 commit
-
-
Simon Marlow authored
-
- 08 Jan, 2007 1 commit
-
-
Simon Marlow authored
-
- 05 Jan, 2007 1 commit
-
-
Simon Marlow authored
-
- 19 Dec, 2006 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 15 Dec, 2006 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 14 Dec, 2006 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Simon Marlow authored
-
- 09 Dec, 2006 1 commit
-
-
Ian Lynagh authored
-
- 18 Sep, 2006 1 commit
-
-
ravi@bluespec.com authored
-
- 25 Oct, 2006 1 commit
-
-
andy@galois.com authored
-
- 13 Oct, 2006 1 commit
-
-
Ian Lynagh authored
-
- 17 Sep, 2006 1 commit
-
-
brianlsmith authored
This patch is based on a similar one "Enable timeout in Windows and don't require cygwin python" by Esa Ilari Vuokko. It seems like timeout is always built on Windows so I rearranged the logic there to make the code clearer, Esa's patch required the user to uncomment the MinGW-specific logic in order for it to work; this patch does not have the MinGW-specific logic commented out. I tested this on the trunk in Ubuntu 6.06 on i686 (VMWare). I tested this on the trunk and ghc-6.6 branch on Windows i686.
-
- 10 Sep, 2006 2 commits
-
-
Ian Lynagh authored
As well as being generally a good idea, os.access('foo') seems to return true if foo.exe exists on Windows.
-
Ian Lynagh authored
-
- 30 Aug, 2006 1 commit
-
-
Simon Marlow authored
-
- 29 Aug, 2006 2 commits
-
-
Ian Lynagh authored
I had to pull the global classes and instances out into their own module as there was a catch-22: testlib needed to know if threading was enabled, but we don't know that until we have gone through the argument, but going through the arguments required changing things like config in testlib.
-
Ian Lynagh authored
-