[commit: testsuite] ghc-generics's head updated: Add tests for deriving Generic1. (654c986)
José Pedro Magalhães
jpm at cs.uu.nl
Thu Jul 28 15:45:41 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
Branch 'ghc-generics' now includes:
7006f8e... test +RTS -G1 for the codeGen/should_run tests
187bae1... Add "LANGUAGE DatatypeContexts" pragmas to some tcfail tests
4ee0a7e... Add "LANGUAGE DatatypeContexts" pragmas to some tests
5cbde60... Remove datatype contexts from readFail001
4750db2... Add "LANGUAGE DatatypeContexts" pragmas to some tests
9e84b26... ghci008: accept output: types no longer have datatype contexts
588d371... Accept changed output for a couple ghc-pkg tests
cec2c3f... add tibbe's perf regression test for #4978
110d2c1... fix test following changes to inlining heuristics
e61034a... accept output
79281d4... Add filtering and accept output for ghcpkg01
76f8b27... Don't hide test commands when running make by hand
51b3747... Fix 3307 for people who don't have the en_US.UTF-8 locale
72822b7... Fix 3307 and environment001
b1948ff... Merge remote branch 'origin/master' into ghc-generics
40ee042... Update tests for generics
318481e... Mark T3064, IndTypesPerf, and T4801 as expected-broken pending attention to Trac #5224
6560613... GShow fails for now (#5227)
fa85978... Always run cgrun068
5bd8f1c... Add test for new ghc mem* prim ops
f484e0c... fix cleanup for T4903
b482443... IndTypesPerf and T4801 are temporarily unbroken (#5227)
338021f... Remove an out-of-date comment
f471c1b... adjust values for T4801 on 32-bit
9b7ff20... T4978 seems to allocate about as much on 32-bit as on 64-bit, so update the values. I'm not sure why this is - perhaps all the allocation is ByteArray# or something? I checked the Core and it looks reasonable.
1657f58... Adding test T5236 from Trac
cc2a168... Mark GShow1 as "normal", since #5227 has been fixed.
e564f52... Merge branch 'master' of http://darcs.haskell.org/testsuite
2e7a10a... Test Trac #5246
4f2b7e0... Tweak test 3307
766819d... Add some ASCII output to 3307
56ba87a... 3307 is broken on Windows (#5253)
11200b2... Ignore .tix files
1c72f4d... Test Trac #5252
2ca9e3a... Test Trac #2436
09edb03... Less UNPACKing in GHCi (Trac #5252)
828c102... Ignore .stackdump files
d0bfe5c... Part of test for Trac #5252
a891897... Tweak UNPACK pramgma test
59154d2... Merge branch 'master' of http://darcs.haskell.org/testsuite
1ecf259... Test Trac #5211
ec748e3... Test Trac #5217
3e2f258... Test case for canonicalization bug.
9381ced... Merge branch 'master' of http://darcs.haskell.org/testsuite
01c9b2f... Add test for unrolling memcpy/memset in the x86 backend
cd8ee75... Fix bug in mutlisrc compile not picking up compilation errors.
b2ccc52... Merge branch 'master' of http://darcs.haskell.org/testsuite
e3c6d37... Show directories in testsuite summary; partially fixes #5024
59f87c9... Follow DatatypeContexts deprecation
143fc5b... Remove the tcrun007 test
f530b45... Update output for recomp007
1665f0c... Test 'gadt/termination' passes#
7ba31b7... Test Trac #5037
29ee54c... When tests return 'fail', return a 'reason' too
471c18f... Print the reason tests fail in the testsuite summary (#5024)
150c607... Add a simple test for ticket #1595.
a418912... Merge branch 'master' of http://darcs.haskell.org/testsuite
765b725... Merge branch 'master' of http://darcs.haskell.org/testsuite
d4598a8... Merge branches 'master' and 'master' of ssh://darcs.haskell.org/home/darcs/testsuite
c7f744b... Add test for byte array copy primops
8e54960... Adapt DPH tests to recent changes in the DPH libraries.
cb54013... Accidentally tracked some binaries. Now added them to '.gitignore.
7c2dbcc... Fix up testsuite for SafeHaskell
debecdd... Test Trac #5051
5a5fbfd... Comments, plus Unix file conventions
78b297b... Accept error message changes after removal of silent superclass parameters
83872a6... Add tests for superclass equalities
e7731a4... InstEqContext and InstEqContext3 both pass now (superclass equalities work)
3d87781... Test Trac #3018
fbe52c3... Semi-fix 4006 on msys
0c6fa4f... Expect 4006 to fail on msys
c7b96c9... Improve a comment
364e01a... Update Windows output for ghcpkg0[35]
3ce070a... Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/testsuite
45d1350... Tweak environment001
6900c19... Fix dph-words. sliceP no wants its second argument to be the slice length.
7fa5750... Merge branch 'master' of http://darcs.haskell.org/testsuite
3b98409... Merge branch 'master' of http://darcs.haskell.org/testsuite
8076337... Fix 3307 on Windows
11bea5c... Turn the #5030 test into a performance test
1e1c8aa... Add a perf test for #5205
54c3ef4... Remove a commented out import
487b38a... Fix tcrun006 and tcrun029 (they need DatatypeContexts)
66c3414... slightly reduce the lower bound for peak_megabytes_allocated for T4801, I saw one failure here.
0df0ed3... omit conc016(threaded2), it gives nondeterministic results
33f38c1... Fix spurious failure in ghcpkg05 in the nightly build
497352a... remove datatype context
1b03240... T3064 is no longer expected_broken(5224), and adjust the ranges (downwards)
e9b95e9... Another variant of hashStr, this one caught a Hoopl bug.
1a758ec... T3064, T3294: update 32-bit values (downwards)
2cecdca... add a test for stack pointer alignment (see #5250)
90f9260... Add .gitignore
cde65cc... Plugin tests
1b1c65d... Add another test of home-package plugins
144f5bc... Add another home-package-plugin test
5f0f9c1... Add expected-fail test showing plugin linking is faulty
6bcbb94... Test Trac #5283
a54b867... Trac change in ids assigned by specialiser
4ad8e3f... Test Trac #1595
b194037... Fix validate failures with more quoting
33450ff... plugins01 fixes
56e3194... Remove GenDeprecated test
77b28e5... Skip optllvm
4ff43d6... remove optllvm from other_ways (it is already automatically added to run_ways, having it in other_ways just causes strange effects)
5ba6997... Add test for #5129
9fbdfb2... Improvements to testsuite to allow more complex tests
52a77f2... Add tests for Safe Haskell
1f40cdc... Pass defaultLogAction to defaultErrorHandler in annrun01
6be5743... Rename T1595 because there is T1595 in typecheck/should_fail already
bd1fac9... Fix some issues with safe haskell tests
a63d7f5... Clean .comp.stats files
4b0b4a6... Mark tests which depend on random
ed5d8db... Accept output for a few dph tests
10c655d... Update tests for new InterruptibleFFI extension
2e00424... Add some more safe haskell tests
d602f2b... fix up existing Dynamic/Typeable tests and add a few more
8b16277... update following changes to tyConString
a04e3fd... add test for #5243
8e093e4... Fixes to safe haskell tests when run with THREAD
78564a2... Update safe haskell tests after removal of SafeLanguage
74e1e9b... Formatting wibble
401ecbe... More THREAD fixes to safe haskell tests
295d3f3... Handle missing stderr files
437b5a2... TH doesn't work in a stage 1 compiler
91dc0cf... Make and use a req_interp helper
0ab64d4... Remove used of python 2.5 feature
8c43b94... test for #5313
76822fb... Fix some (significant!) white space
19e5dcf... T3064 sometimes uses a little less memory
84a826d... Test Trac #5315
116d8d0... Stop CheckA and CheckB sharing a source file
3aa5763... Test Trac #5300
0c90770... Accept wibble in core-syntax printing
ca050ba... Merge branch 'master' of http://darcs.haskell.org/testsuite
1a4e4d1... Test Trac #5329
229faa0... Fix a driver problem with older versions of python
c1d0a6f... Add a test for #5332 (unboxed singleton tuples and TH)
52e044c... When the output files differ, present the diffs between the *actual* output, not the normalised output. The latter may have newlines removed, making the diff unreadable. I broke this recently, but it was only working by accident, now it is working by design (and is commented, to boot).
67266eb... fix 5313(threaded2)
d808d99... Add a test for #481
6c381a1... fix 5313 when BINDIST=YES (need some quoting)
1d51b67... Test Trac #5334, #5331
866d05f... Merge branch 'master' of http://darcs.haskell.org/testsuite
d30e930... add test for #5314
63582f5... fix a bug in displaying diffs when there is no expected output
1c353a7... Move tests from tests/ghc-regress/* to just tests/*
98fdf56... Update some more files for ghc-regress removal
95b7c91... Remove old darcs file
9a347ad... Add tests for Safe Haskell Typeable instances feature
2a1073b... Use mutlimod not '--make' in all.T
9b56134... Follow output wibbles
c797419... Add InterruptibleFFI extension
d9edf31... accept output
0f903bd... T3064: widen the expected results again.
c610050... Test Trac #5290
8eda816... Test Trac #5303
e1bc5e3... Monir tweaks to annrun01
5462837... dph-diophantine-opt fails for the same reason as dph-diophantine-fast (#5065)
5ec4d3a... Accept plugins04 output
6210836... Test Trac #5287
0c3676c... Merge branch 'master' of http://darcs.haskell.org/testsuite
11493c2... Improved error report
466e95e... Ooops, I messed up the stderr file for T5287; this fixes it
70ef015... Add a test for Integer constant folding
5cc6914... Accept EvalTest output (change of whitespace)
10b04df... Merge branch 'master' of http://darcs.haskell.org/testsuite
fa7c86b... Test unresolved infix expressions and patterns
805e87c... Slightly reduced compiler allocation in T3294
f01c533... Different order of -ddump-simpl definitions
b11fab2... Simplify TH_unresolvedInfix2
3454467... Test Trac #5342
b98ca82... Track error changes resulting from fix to #5281
7a07888... Test Trac #5281
b0a3d74... Tiny increase in compiler allocation
654c986... Add tests for deriving Generic1.
More information about the Cvs-ghc
mailing list