- 29 Apr, 2014 1 commit
-
-
Simon Marlow authored
The new stg_gc_prim_p_ll stack frame was missing an info table. This is a regression since 7.6, because this stuff was part of a cleanup that happened in 7.7.
-
- 09 Apr, 2014 1 commit
-
-
Edward Z. Yang authored
check_stdout(f) allows you to override the test framework's diff based output checking with another mechanism. f is a function which takes two arguments: the first is the filename containing the observed stdout, the second is the normaliser that would have been applied (in case you want to read, normalise, and then do something.) Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 07 Mar, 2014 1 commit
-
-
Joachim Breitner authored
-
- 01 Mar, 2014 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 27 Feb, 2014 1 commit
-
-
Simon Marlow authored
See documentation for details.
-
- 02 Dec, 2013 1 commit
-
-
Joachim Breitner authored
this tries to imporve upon 435c5955359d6e46a2fb905231678ac37ac0e71a.
-
- 21 Nov, 2013 1 commit
-
-
Simon Marlow authored
-
- 28 Oct, 2013 1 commit
-
-
Austin Seipp authored
It's not standard and fails to build on Darwin due to this. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 25 Oct, 2013 2 commits
-
-
aljee@hyper.cx authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
aljee@hyper.cx authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 02 Oct, 2013 1 commit
-
-
rwbarton authored
Issue #8393 Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 23 Sep, 2013 1 commit
-
-
Simon Marlow authored
-
- 17 Sep, 2013 4 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>
-
Edward Z. Yang authored
Fixes HostOS bug, where the define was not being set. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Edward Z. Yang authored
Added a new test Makefile variable $(dllext), which is instantiated to .dll or .so or .dylib depending on your platform. Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 16 Sep, 2013 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 14 Sep, 2013 5 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>
-
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>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 13 Sep, 2013 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 08 Sep, 2013 1 commit
-
-
Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
- 04 Sep, 2013 1 commit
-
-
Simon Marlow authored
-
- 22 Aug, 2013 5 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
I think the change in optimisation levels due to d0608373 had the side effect of not inlining atomic_inc(), which together with the broken way the test was set up made it fail.
-
Simon Marlow authored
-
thoughtpolice authored
This is because dynamic GHCi can't load archive files, and linker_unload explicitly does this via loadArchive(). Signed-off-by:
Austin Seipp <aseipp@pobox.com>
-
Simon Marlow authored
-
- 21 Aug, 2013 1 commit
-
-
rrnewton authored
-
- 07 Jul, 2013 2 commits
-
-
ian@well-typed.com authored
-
ian@well-typed.com authored
-
- 02 Jul, 2013 1 commit
-
-
Simon Marlow authored
-
- 10 May, 2013 1 commit
-
-
Simon Marlow authored
-
- 17 Apr, 2013 3 commits
-
-
ian@well-typed.com authored
This makes the test run alone, to increase the chance of a multi-CPU race happening.
-
ian@well-typed.com authored
-
This test differes slightly from the code in the ticket, but the simplification betters the chances of seeing the error. Instead of looking for the error with an additional tranaction, when error appears only one `reset` can complete and the other is blocked on STM raising an exception.
-
- 15 Mar, 2013 1 commit
-
-
ian@well-typed.com authored
-