- 27 Mar, 2002 2 commits
- 25 Mar, 2002 1 commit
-
-
simonpj authored
rank-n tests
-
- 19 Mar, 2002 1 commit
-
-
simonmar authored
Add 64 to the list of arguments to the bit operations in this test.
-
- 18 Mar, 2002 20 commits
-
-
simonmar authored
Turn this .hi file into an .hi-boot file
-
simonmar authored
whoever wrote this test apparently got mixed up between '50' and '500', so add the missing imports and add {-# SOURCE #-} while I'm here.
-
simonmar authored
use {-# SOURCE #-} imports for the hand-written iface
-
simonmar authored
use {-# SOURCE #-} imports for the hand-written ifaces
-
simonmar authored
we don't support hand-written .hi files any more, so make this one an .hi-boot file.
-
simonmar authored
update expected output
-
simonmar authored
new-library update
-
simonmar authored
This test doesn't need to import PrelGHC at all
-
simonmar authored
PrelGHC ==> GHC.Prim
-
simonmar authored
update expected output
-
simonmar authored
restore a couple of '-package lang's that seem to have gone missing
-
simonmar authored
This test now aborts with a BlockedOnDeadMVar exception, not a deadlock.
-
simonmar authored
Add a test description
-
simonmar authored
update tests; cg029 moved to ccall/should_run, and cg030 is removed (test case is already covered by other tests in ccall).
-
simonmar authored
This test was previously codeGen/should_run/cg029, now updated to use the FFI and moved to the right place.
-
simonmar authored
update tests
-
simonmar authored
PrelGHC ==> GHC.Exts
-
simonmar authored
Passing a Float to a varargs C function isn't possible, so pass a Double instead.
-
simonmar authored
update tests
-
simonmar authored
update to use new libraries and non-deprecated features
-
- 13 Mar, 2002 1 commit
-
-
simonmar authored
Add test for passing float args to a C function through the FFI.
-
- 12 Mar, 2002 2 commits
- 08 Mar, 2002 3 commits
- 02 Mar, 2002 2 commits
- 22 Feb, 2002 1 commit
-
-
sewardj authored
new-library-ise
-
- 21 Feb, 2002 4 commits
- 18 Feb, 2002 2 commits
- 13 Feb, 2002 1 commit
-
-
simonmar authored
Check a difficult operator precedence case: (-3 **) where (**) is infixl 7 should be disallowed.
-