- 08 Jul, 2002 3 commits
-
-
simonmar authored
FreeBSD-specific test output (mainly just different default buffer sizes).
-
simonmar authored
Solaris-specific versions of stdout for these tests (the default block size differs on Solaris, which means that Show-ing a Handle gives slightly different output). The Solaris build should have zero unexpected test failures now.
-
simonmar authored
Skip test ffi005 due to non-portability
-
- 02 Jul, 2002 1 commit
-
-
simonmar authored
update expected output (which was wrong)
-
- 28 Jun, 2002 1 commit
-
-
sof authored
conc021: update expected output and exit code
-
- 27 Jun, 2002 2 commits
-
-
ken authored
Fix 32-bit assumption: Int is not CInt
-
simonmar authored
Finally fix foreign export and foreign import "wrapper" so that exceptions raised during the call are handled properly rather than causing the RTS to bomb out. In particular, calling System.exitWith in a foreign export will cause the program to terminate cleanly with the desired exit code. All other exceptions are printed on stderr (and the program is terminated). Details: GHC.TopHandler.runMain is now called runIO, and has type IO a -> IO a (previously it had type IO a -> IO (), but that's not general enough for a foreign export). The stubs for foreign export and forein import "wrapper" now automatically wrap the computation in runIO or its dual, runNonIO. It turned out to be simpler to do it this way than to do the wrapping in Haskell land (plain foreign exports don't have wrappers in Haskell).
-
- 21 Jun, 2002 5 commits
- 20 Jun, 2002 1 commit
-
-
simonpj authored
Add test for instance decl context validity
-
- 19 Jun, 2002 4 commits
- 18 Jun, 2002 3 commits
- 17 Jun, 2002 2 commits
- 14 Jun, 2002 1 commit
-
-
simonpj authored
Tiny Makefile tidy-up
-
- 08 Jun, 2002 2 commits
- 07 Jun, 2002 5 commits
-
-
simonpj authored
negated parameters fixed; should dsrun009 should pass now
-
simonpj authored
Use let syntax for implicit params
-
simonpj authored
Use let syntax instead of with for implicit params
-
simonpj authored
Replace bogus error with the real thing
-
simonpj authored
Add an array read and show test
-
- 05 Jun, 2002 1 commit
-
-
simonpj authored
Update expected results
-
- 03 Jun, 2002 1 commit
-
-
simonmar authored
Add test for hGetLine on file without a final '\n'.
-
- 28 May, 2002 2 commits
- 27 May, 2002 3 commits
- 19 May, 2002 1 commit
-
-
panne authored
conc005 is based on the old concurrent package, so imports and compiler flags had to be tweaked. Is this test still needed?
-
- 17 May, 2002 1 commit
-
-
simonmar authored
Add test for correct 'negate' handling (currently an expected failure).
-
- 10 May, 2002 1 commit
-
-
simonpj authored
More tests for type validity
-