- 20 Sep, 2013 6 commits
-
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Simon Peyton Jones authored
-
Joachim Breitner authored
Select verbosity with "make VERBOSE=n". Options so far: n=0: No per-test output n=1: Only failing test results n=2: As above, plus progress information (names of all tests) n=3: As aobve, plus commands called. Default currently is n=3, although n=2 might be a nicer default.
-
Joachim Breitner authored
-
- 18 Sep, 2013 9 commits
-
-
Jan Stolarek authored
-
Jan Stolarek authored
Accidentally broken by my last commit
-
Jan Stolarek authored
-
Jan Stolarek authored
-
Herbert Valerio Riedel authored
-
Herbert Valerio Riedel authored
-
twanvl authored
-
Herbert Valerio Riedel authored
As a side-effect, the new `{-# MINIMAL #-}` facility (see #7633) changes the existing separate warnings for each missing method declaration: {{{ No explicit method or default declaration for ‛+’ In the instance declaration for ‛Num T’ }}} to a single warning per class of the following form: {{{ No explicit implementation for ‛+’, ‛*’, ‛abs’, ‛signum’, and ‛fromInteger’ In the instance declaration for ‛Num T’ }}} This commit adapts the reference output files in the testsuite to follow this change in GHC's warnings messages. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
Richard Eisenberg authored
-
- 17 Sep, 2013 7 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Joachim Breitner authored
But seems to be fixed in head already.
-
Joachim Breitner authored
Expand 'bytes allocated' allowed in haddock.base, and update error messages.
-
Joachim Breitner authored
This closes #3389, and makes the testsuite go through again.
-
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 2 commits
-
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
- 15 Sep, 2013 5 commits
-
-
parcs authored
-
parcs authored
-
Austin Seipp authored
Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Austin Seipp authored
This includes: * Adding a test for bswap16 with a low byte >= 128 * Also test the byteSwapN functions from GHC.Word, tested both INLINE and not INLINE, so we test both independent parts: the compilation of base, and the backend compiling the code *using* base. * Fix the usage of byteSwapN# primitives in the test, by masking off * the higher bits when storing the results in Word16/Word32. Thanks to Reid Barton for the investigation. Authored-by:
Reid Barton <rwbarton@gmail.com> Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
Duncan Coutts authored
Essentially the same tests as for the existing ByteArray# ones. Signed-off-by:
Austin Seipp <austin@well-typed.com>
-
- 14 Sep, 2013 6 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Joachim Breitner authored
(this is related to #3647)
-
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 4 commits
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@mit.edu>
-
Joachim Breitner authored
Also see http://ghc.haskell.org/trac/ghc/wiki/NewtypeWrappers
-
Herbert Valerio Riedel authored
-
Iavor S. Diatchki authored
-
- 12 Sep, 2013 1 commit
-
-
Jan Stolarek authored
This test is a bit speculative, because I can't reproduce problem on my machine. Still, it should work because it produces the same Cmm that originally caused the problem.
-