- 31 Jul, 2002 1 commit
-
-
simonpj authored
Update expected output
-
- 29 Jul, 2002 3 commits
- 24 Jul, 2002 1 commit
-
-
simonmar authored
Update expected output after recent changes to Read: - spaces around '=' in record fields - (-a) % b is now printed correctly MERGE TO STABLE
-
- 23 Jul, 2002 6 commits
-
-
sof authored
skip win32001 under Win32 also
-
sof authored
make it compile
-
sof authored
Add comments explaining why we on purpose force net001 and net002 to fail under Win32, but don't cover up the failure in the testscript.
-
sof authored
mingw32/win32: tweak back to life
-
sof authored
unused
-
simonpj authored
Add deriving record show test
-
- 22 Jul, 2002 1 commit
-
-
simonmar authored
Add test for List.sortBy being a stable sort.
-
- 19 Jul, 2002 2 commits
- 16 Jul, 2002 1 commit
-
-
simonmar authored
#include "Rts.h" so that this compiles (it shouldn't be required though)
-
- 15 Jul, 2002 2 commits
-
-
simonmar authored
Turns out that we *did* have a test that would have shown up the DsForeign bug (rev. 1.70 of ghc/compiler/deSugar/DsForeign.lhs) but it was disabled because it didn't quite work with the current test framework. I've hacked the framework a bit and hopefully knocked the test into shape so we shouldn't get the same problem again. MERGE TO STABLE after testing in HEAD
-
simonmar authored
Put the source file *before* any extra options for this test on the command line. That way we can compile extra files that depend on things created by compiling the original source (eg. _stub files for multi-file FFI tests).
-
- 12 Jul, 2002 1 commit
-
-
ken authored
update expected output (which was wrong)
-
- 10 Jul, 2002 2 commits
- 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