Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
Branch 'overlapping-tyfams' now includes:
58ed0ae... Accept error message changes
2c62b4f... Update performance figure
13ee7f6... Accept error message changes
5957802... Update perf test bounds
05ee370... Test Trac #7237
f66a982... Test Trac #5252 (again)
e20ff25... Test Trac #7224 and #7230
9c6bdcc... Test Trac #7238
deb6169... Add a test directory for ext-core, and test Trac #7239
73bcd7f... Merge branch 'master' of http://darcs.haskell.org/testsuite
bea2ea3... Raise T5837 bounds
f822dd0... Follow module removals in base
89d12b5... Update perf bounds
13acd2a... Update test output
0ec2356... Merge with master
5e861f4... A ton of error message wibbles
de338ff... use /bin/sh, not /bin/bash (#7244)
df807e6... Print stdout diff even if stderr diff alrady fails (#7247)
01a0722... test for #7227
2fc7e7c... Follow GHC change: No deprecated warnings for defining class
methods
ae076b7... Add a perf test for #7257
fbd0aaa... Failing (by timeout) tests for #367.
88d9bcb... Add support for per-test timeout adjustment
(timeout_multiplier), and tighten up #367 test.
3dcdae9... Tweak #367 tests to use -fno-omit-yields and expect passes.
bbea818... Add TypeHoles to the list of LANGUAGE extensions that GHC knows
but Cabal doesn't
0d9998b... Make the test output a bit more self-explanatory
a9cbd3e... Tons of error message wibbles
a0cfb7a... Wibbles
dc2fcea... Merge remote-tracking branch 'origin/master' into
tc-untouchables
f813e85... Add bunch of llvm ways for testing purposes.
6707283... Merge remote-tracking branch 'origin/master' into
tc-untouchables
875f496... Update max_bytes_used for haddock.Cabal on 64-bits
3771c7b... Two mor error message wibbles
869f516... Merge branch 'tc-untouchables'
a70cdae... We now have left/right coercions again, so T1999a passes
b11f209... Better perf
2c83286... Test Trac #7205
3aeae5f... Test Trac #5591
f8b2b8f... Test Trac #7278
19d638e... We weren't generating a stats file for tests that only had
stats_range_fields perf tests
8b6f360... Fix stdout for T7257
2fcec18... Wibble to perf range
fbe3120... T1969 was just failing the residency bound if its .hi file
existed
e00f71a... Test Trac #7272
848b138... Test Trac #7287
379f69d... Merge branch 'master' of http://darcs.haskell.org//testsuite
b88168c... Test Trac #7276
11cc379... Arrow wibbles
64529d6... Add a -static way, enabled only if dynlibs are used by default
cc30b0c... Fix the T5252 tests
ab3a373... Fix ghcilink002 and others when dynamic-by-default
2826d50... Fix a couple of tests when dynlibs-by-default is on
d0ca06c... Make some perf tests always use -static
f2bbb8d... Test Trac #7050
b572594... Error message wibbles now that we do less defaulting when there
are insolubles
8518ad7... I've changed the error reporting so that with
-fdefer-type-errors you get *all* type errors as warnings, rather than some
being suppressed
732afc6... Merge branch 'master' of http://darcs.haskell.org/testsuite
63465d1... Don't use the dyn way if we're dynamic by default
48714a8... Driver: Define have_shared_libs correctly
0b6faf9... Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite
77cd378... 2228 is broken on x86_64-unknown-linux
a87f1f0... Test Trac #7293
f2a617e... Test Trac #7294
87425b2... Test Trac #7280
48aef6b... Commit missing stderr file
97d1bbd... Update to new Cmm syntax
de2c3fe... Update to new Cmm syntax
dc9c5b1... update 64-bit values
418933b... Update 32-bit compiler perf stats
432a117... update 32-bit stats for T7257
ed13937... massive_array now passes on x86 (#7213)
f9c214a... Need to use high-level cmm here (fixes test on x86)
a351a67... Make it possible to test the generated assembly
1bad058... Use -shared for the prof ways
a009949... Whitespace only in dph/diophantine
d7eee67... Allow dph-classes-vseg-fast to run in parallel
ca851be... Add an outputdir test option
22cd987... Add 'high_memory_usage' as an alias for 'alone'
8f3da69... Copy the flag lists before altering them
2488049... Let the dph tests run in parallel
40b039b... Run all the 'alone' tests at the end of the testsuite run
1b96499... Add outputdir's for the dph-nbody tests
43e19d5... Add expected output for T7194
83c16e4... Add a test for T6161
66f65ac... Add a test for #6117
27417c8... GHC now treats ((->) t1 t2) just like (t1 -> t2), so we need to
obfuscate this test a bit
760016f... Better output
9ad3ea3... Test Trac #5751
fed779e... Test Trac #5913
739f06d... Test Trac #7321
43f5127... Test Trac #7312
ec1dc06... Update ghcpkg01 output
c0a6d0e... ghcilink001 is expected to fail when ghci is dynamic
a73a72c... ghcilink004 fails when ghci is dynamic (it tries to load a .a
file)
c81cd7a... Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite
e4de0a1... Fix memcpy when -fPIC is on
c681a30... Add a test for reloading a module in GHCi
e5ba875... print035(ghci) fails when ghci is dynamic
89e571e... The asm tests pass on Linux, but not OS X
3a31d1a... Tweak the 2228 config
7a7b121... Test Trac #7332
a002dc2... Replace Rank2Types and PolymorphicComponents by RankNTypes
75cb1a1... Improvements to kind error messages, mainly
4e5ca8d... Adapt to being a bit more picky about inference with GADTs
2d08853... Improved desugaring in TH for Rules
5725ac0... Adapt to fix in exprIsWorkFree
0dc6b51... Minor changes to tidying
f56ce83... Comments and consequential line number changes
68f8333... Check that existential data constructors can't be promoted
4cf1eb7... Better duplicate signature warnings
a972776... Kind error wibble
dc7ed4c... Test Trac #7338
f14b54b... bump stats for T1969 and T4801
671ccc5... Merge branch 'master' of http://darcs.haskell.org//testsuite
4d6eb50... widen the range of max_bytes_used for T1969, to reduce spurious
failures
3ae33a8... reduce stats for T1969/T4801 again; looks like the bump was due
to -fPIC
b58a676... add test for #7233
4514dcc... Merge branch 'master' of http://darcs.haskell.org//testsuite
0cb1cae... Testsuite fixes for when we only have dynamic libraries
0f271f0... Update T4437 following changes in Cabal's extensions list
5c6b1ea... Error message change for duplicate type signatures
08fad4c... Wibbles to type error messages
31c1199... Merge branch 'master' of http://darcs.haskell.org//testsuite
8613162... Test Trac #7328 and #7332
381d756... Another test for Trac #7338, duplicate type sigs
85826e3... Test Trac #7347
9149af8... Test Trac #7341
a55ea87... Test Trac #7276 (part 2)
8ce4851... Test Trac #7368
4bf1937... Test Trac #7354
c460f8b... Another test for Trac #7354
7a57e1a... Test Trac #7336
90033bb... Fix the have-we-got-vanilla-libraries test
65ab228... make it optional to have DynamicByDefault, to support older GHCs
23ad5a9... add test for #7319
03a016b... fix HAVE_VANILLA when we have both static profiling and vanilla
libs
46a856a... accept
eed0564... Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite
521472f... Use 'error "uk"' rather than 'undefined'
cc131a6... Improved performance bounds on 32-bit win
6b5c60f... Wibbles to error messages
5a5a1a4... Extend tc194 slightly
3fb0df4... Add error output (accidently omitted before)
53034d7... Merge branch 'master' of http://darcs.haskell.org//testsuite
a457a9d... Test Trac #7264
7185a1f... Test Trac #6069
67fe61a... Fix ghcpkg03, ghcpkg05 (we need to normalise the dynlib names)
7598acd... Modify T5130 so that it passes
fb35960... Merge branch 'master' of http://darcs.haskell.org/testsuite
1f90713... Fix error output
8dbf893... Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuite
487d3a1... Teat Trac #7220
c5b08f2... Merge branch 'master' of http://darcs.haskell.org/testsuite
64c5faf... Don't enable the "static" way if we don't have vanilla libraries
4a118b7... Add a test for CAPI wrapper functions
9a5acac... Follow changes in dependency generation
23e7a7e... Test Trac #7386
620dfc4... Test Trac #7384
caf1b28... Wibble to output
c97a836... Merge branch 'master' of http://darcs.haskell.org/testsuite
072c756... Remove duplicate test
711f424... Fix ghci058 on Windows
888daa5... Add if_compiler_debugged to testsuite driver
53741d2... update bounds
560f8cc... update 64-bit bounds
cacfd03... Test TypeHoles
f94cc48... Fix some tests
79475db... Fix safeHaskell/check/pkg01 tests
ed277e0... Fix Check09 test; it depended on the exact version number of
bytestring
813344e... Make the plugin tests standalone
c26ff1e... Remove the 'alone' modifier
6401a90... Test Trac #7422
8959351... Merge branch 'master' of http://darcs.haskell.org/testsuite
88dcff8... Add regression test for #7433
c79bf66... Merge branch 'master' into overlapping-tyfams
9c7080f... Updated stderr output on indexed-types tests
7f7f3a3... Test Trac #7438
683d36a... Make T7438 insensitive to the directory from which it is run
9e1a4d3... Test Trac #7410
c9d90c9... Accept error message improvement
9a35237... Test Trac #7451
2fca6b9... Merge branch 'master' of http://darcs.haskell.org/testsuite
7c49ca4... Test Trac #7404
e057afa... Test Trac #7408
7326c95... test for #7231
ddd1c8b... Add a test for #7453
c885df6... Merge branch 'master' into overlapping-tyfams
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc