- 07 Sep, 2006 1 commit
-
-
rl@cse.unsw.edu.au authored
-
- 10 Sep, 2006 4 commits
-
-
Ian Lynagh authored
-
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
-
Ian Lynagh authored
-
- 08 Sep, 2006 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 09 Sep, 2006 1 commit
-
-
Don Stewart authored
-
- 08 Sep, 2006 3 commits
- 07 Sep, 2006 10 commits
-
-
simonpj authored
-
simonpj authored
-
Ian Lynagh authored
-
simonpj authored
-
simonpj authored
-
simonpj authored
-
simonpj authored
I'm not entirely sure of this bang-kind stuff, but in so far as it works at all, this test is fine. I guess I should look at the bang-kind stuff again, as soon as the FC branch becomes the HEAD
-
Simon Marlow authored
The artificial loop wasn't running for long enough for a context switch to happen, so the finalizer wasn't getting to run early enough.
-
simonpj authored
-
simonpj authored
-
- 06 Sep, 2006 2 commits
- 05 Sep, 2006 3 commits
-
-
Simon Marlow authored
-
simonpj authored
-
Simon Marlow authored
-
- 04 Sep, 2006 1 commit
-
-
Simon Marlow authored
-
- 01 Sep, 2006 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 31 Aug, 2006 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 30 Aug, 2006 5 commits
-
-
Simon Marlow authored
threadDelay is not interruptible on Windows with the threaded RTS. Work around it in conc014, conc015 and conc017, and add a new test for this specific failure, and mark it as an expected failure for the relevant cases.
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
This means the testsuite works by default even if you have Python 2.2, but will fail with Python 2.2 if you set THREADS.
-
- 29 Aug, 2006 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
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.
-