[commit: testsuite] ghc-new-co's head updated: Error message wibbles (cf30eb8)

Simon Peyton Jones simonpj at microsoft.com
Fri Feb 17 18:36:02 CET 2012


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

Branch 'ghc-new-co' now includes:

     9e6e6b0... Revert "Revert commits 53b30fac9fc30d9d85cc... and c8244f5cd31774de2e39... as they were not intended for master."
     6389981... Add expected output for these tests.
     9463770... Adapt outputs for the fact that the hasGenerics field is gone.
     127c35e... More tests for the new generic deriving mechanism.
     fe5511f... Adapt the testsuite to the recent ghc-generics changes.
     5591080... More adaptation of the testsuite to the ghc-generics changes.
     bdad395... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     e895cd0... Move tests out of h98; directory now removed
     44372d7... Moved tests out of tests/libraries
     9dc2b7c... Adapt the testsuite to the renaming of `Representable0` to `Generic`.
     acec65d... Rename the generics tests. Add a test for the deprecation of -XGenerics.
     0f9ae8c... add a test for #5149
     c9d7308... handle spaces in $(TEST_HC) properly
     94aa59a... update some 32-bit results (we got better!)
     b17231f... Adapt to the improved error output.
     aef8ac5... Track monad-comp error message changes
     3404241... Merge branch 'master' of http://darcs.haskell.org/testsuite
     163ea99... New coercion rep breaks 'T1999a' and 'termination'
     841617f... Compiler is faster on T3064
     e89aa83... Fix comments in test
     4bd5b08... Merge branch 'ghc-new-co'
     8a83877... Adapt testsuite output to the new deriving error messages.
     8948d4f... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     dbe20c9... Add StandaloneDeriving
     c82ae61... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     aa8edc1... Add -XDeriveDataTypeable
     7e0b441... test Float properties too (#5178)
     1ee923c... accept output
     2b1b582... Accept output for dynamic001
     0449754... Fix annrun01; follow changes in GHC API
     a9b6a46... - remove threaded2_qw way, the -qw flag has been a no-op for a while - add the threaded2_hT way, for testing +RTS -N -hT (#5127) - enable threaded2_hT for concprog002, to test for #5127
     c9782fc... Update syntax for records in GADT syntax
     0690429... Remove control-M
     a515f2b... Merge branch 'master' of http://darcs.haskell.org/testsuite
     bb52551... Small diagnostic print changes
     2ca9c9f... Trac #4370 is fixed, so all these work now
     3869449... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     0885f92... dos2unix on these two files.
     7af721a... Another test case to tickle a new codegen bug.
     6a5525b... massive_array: -dynamic not necessary.
     859f6c8... Tests for the PEP383 functionality and bugs it fixes
     4b0894a... Test #2245
     bd2ebae... Expanded .gitignore
     43c7e17... Accept improved error message for ds022, following FloatingLit change
     decc77b... Ignore files generated while running tests
     db60d4c... Mark num009 as expect_broken on OS X
     d227d20... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     946afa7... Update encoding002 given that we use private-use characters and //ROUNDTRIP
     ff0e6b0... Avoid roundtripping characters in encoding001
     7bd5f07... More tests and wibbles in existing tests.
     8e2601a... Merge branch 'master' of http://darcs.haskell.org/testsuite
     dc1d249... Change to the 0xEF80..0xEFFF private-use range for //ROUNDTRIP
     508d58b... Adding -fcontext-stack flag option to SlowComp. Compiles in under a second now (fixes #5030) but needs large context stack.
     6804d94... Merge branch 'master' of http://darcs.haskell.org/testsuite
     7338cda... Add test for array copy/clone primops
     27a6ce9... Add stress test for array copy/clone primops
     279dd43... SlowComp needs a reqlib('mtl')
     18cce11... Merge branch 'master' of http://darcs.haskell.org/testsuite into ghc-generics
     6cf1b13... Add a new test to test for a strange error when missing FlexibleContexts.
     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
     26c608a... Fix dph-diophantine (#5065)
     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
     5ffdc40... Error message wibbles
     a67505b... Mark plugins06 as passing (using reinitiliazeGlobals)
     f63bd3f... Error message wibble (fixes #5351)
     f2b3b9b... Merge branch 'master' of http://darcs.haskell.org/testsuite
     50413ab... Fix integerConstantFolding on 32bit platforms
     51e564e... Whitespace only
     1e41eea... Error message changes due to pretty-printing of provenances
     d83dc6a... Error message wibbles due to reordering constraints (the DPH problem)
     b5e96e0... Simplified API for GHC.setContext
     7653ace... Merge branch 'master' of http://darcs.haskell.org/testsuite
     09dc8fb... Improved error message
     ce8c4df... Tiny increase in allocation for T3064
     08cae64... Test Trac #5359
     00adef5... Test Trac #5358
     7693408... Test Trac #5306
     3df087c... Test Trac #5362
     549e55c... Merge branch 'master' of http://darcs.haskell.org/testsuite
     8a6fea4... Spelling suggestion has changed
     1890017... Unique-name wibbles in SpecConstr
     02ae782... Different order in generated export list
     57e2b37... Test Trac #5147
     cd6f11c... Add a test for #481
     4c9d76d... support globbing in extra_clean([...])
     8ad82a0... add a test for #5289, and various other GHCi linking scenarios
     846bc29... Fix a framework failure on Windows when accepting output, and allow accepting output when the output file does not exist (it is now created).
     5b5f8e8... bump alloc limit for T3064
     a35da01... Dot-ghci needs to be ignored.
     761b583... Remove recomp009 from tests/ghc-regress/driver, it's now in tests/driver
     27b10ab... We now need DebuggerUtils for dataConInfoPtrToName
     0a0a9b3... Test Trac #5372
     ed9fe8d... Merge branch 'master' of http://darcs.haskell.org/testsuite
     70ab311... Test Trac #5095
     c57f7af... fix an unexpected pass
     95782fa... add some more reqlib('random')s
     d30552f... Test 5250 is an expected failure for optllvm due to #4211
     0ffbe99... Don't specify -fasm in massive_array.hs
     0883e9b... Fix test 5149 on an unreg compiler
     1e4004e... Disable outofmem for OS X
     bea1187... Fix remaining test failures on OS X/x86_64
     fbf7779... add a perf test for the parser/lexer
     03de503... Bump 32-bit allocation limit for T3064
     f9339c9... Accept error message changes
     93d139f... Merge branch 'master' of http://darcs.haskell.org/testsuite
     3adbbde... Test Trac #5379
     41c5796... Accept output (one more for #5379)
     bf9adb0... Testcase for objective-c++ compilation (trac #5150)
     a6adee7... Move objcpp-hi files out of ghc-regress/
     07dd177... Add extra cleaning
     c6d6218... Rename files and fix cleaning for GEq1
     78e071e... Add more cleaning
     4cd1a76... Add support for checking whether files are written by more than one test
     cdede81... Test Trac #5385
     fd6d87e... Merge branch 'master' of http://darcs.haskell.org/testsuite
     bfd4058... Accept error message wibble
     df5f448... remove duplicate test (driver/recomp009 is the same test, from #481)
     0a9c123... Fix race condition with SafeLang15
     68d29fd... Fix silly mistake with SafeLang15
     0b3e5bc... Use True/False rather than 1/0 for opts.alone
     fcdb020... Fix up Safe Haskell tests for recent ghc changes.
     23965ee... Update ghcpkg01 for changes to safe haskell
     57027d9... Add test for #5402
     490a6ef... adjust 32-bit stats for parsing001
     68e7087... Tests for Trac #5404 and #5410
     882e43e... Partial fix to a test-framework crash affecting #5313
     6c0a697... Merge branch 'master' of http://darcs.haskell.org/testsuite
     73085b0... Accept changed output (resulting from fix to #5410)
     d339313... Test Trac #1897
     5b5ac3a... Test Trac #5032
     c91cd81... tc168 is supposed to fail with an ambiguity check
     04e1152... Error message change
     414ac28... Add some new code to T2693
     3c20afc... Remove ambiguous defn (now rightly rejected) from T3346
     0f8de47... Test Trac #2357
     f728a6a... Add missing stderr files
     2f4d133... Add test for popCnt# primop
     be8b8c5... dph/quickhull: Import vectorised Double
     2afdb7c... .gitignore
     9eababb... Fix Python crash caused by quoting problem in test for #5313
     d971504... Add debugllvm target
     2ccedae... Formatting fixes
     6ba352e... Accept output changes (related to patch for #5417)
     8cf7516... Merge branch 'master' of http://darcs.haskell.org/testsuite
     0b2a565... Test Trac #5417
     3835041... Wibbles to accommodate TH changes (Trac #4429, #5406)
     bad37dc... Accept benign changes to stderr after removing a hack in the type checker that affects dictionary order
     1644ace... Merge /Users/benl/devel/testsuite/roldugin/testsuite
     26299bc... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d264743... Follow ghc-prim changes
     f9add25... accept output
     1461942... Fix incorrect test
     ab9b891... Accept error message wibbles
     395a9c5... Update error messages; and SimpleFail10 now passes
     087abfd... Test #4429, #5406
     a21d3e2... Add a test for ":show imports"
     a11fac2... add a test for #4988
     ba4579c... accept the correct output
     b941a0a... Merge branch 'master' of http://darcs.haskell.org/testsuite
     e5b6614... Test Trac #5439
     ed4d172... Fix some more race issues with safe tests.
     2f6aa54... Improve the check-files-written testsuite driver functionality
     3415ed0... Remove ^Ms from ghci025.script
     ae48ac8... Stop ghci025 sharing files with prog001
     1c81d8a... Tweak the outofmem and outofmem2 tests
     34ca6ad... Stop BadImport03 using BadImport02's sources
     148afd7... Check explicitly for writes to ghci_history
     304fc89... Use -fno-ghci-history when running tests
     ed6426f... Test Trac #5434 and #5452
     ed76186... Error message wibbles
     11b9722... Don't use qualified names in in binding positions
     702700b... Merge branch 'master' of http://darcs.haskell.org/testsuite
     5f32273... Error message wibbles
     1d7e95c... Change test, now that imported data families don't get implicitly exported
     f589a4d... Test Trac #5424
     49bec93... Trailing Whitespace
     ae389cd... Fixed imports
     a468fd0... Improve the check-files-written testsuite driver code
     3adfd51... Improve check-files-written mode
     8a61582... Tweak the shadow test
     01eee6b... Fix some written-but-not-cleaned files
     ec05661... Fix some more written-but-not-cleaned files
     459f737... Fix some more written-but-not-cleaned files
     0c5c068... Tweak openFile003
     9c647ba... Use ReadMode in finalization001
     4278580... Whitespace only in encoding001.hs
     a0f0beb... Fix some more written-but-not-cleaned files
     a27f2ed... Test Trac #5453
     a345dd2... Test Trac #5458
     f731a87... Merge branch 'master' of http://darcs.haskell.org/testsuite
     b7d7794... Whitespace only
     fb462ca... Fix typo (TT5458 -> T5458)
     86b3aaa... Test Trac #5455
     cd727ff... Reduce context stack max depth, to avoid validate running out of memory
     0551f7e... Wibbles for Trac #5455 test
     c4af4fa... Fix some more written-but-not-cleaned files
     806374e... Fix some more written-but-not-cleaned files
     2f262d7... Don't clean tests that we aren't running
     16c5c0d... Fix some more written-but-not-cleaned files in driver/
     7e21855... Fix some more written-but-not-cleaned files
     49ac52c... Add a Makefile
     810860e... Fix some more written-but-not-cleaned files
     0f66046... Fix some more written-but-not-cleaned files
     13c24ae... Fix some more written-but-not-cleaned files
     ac153aa... Clean more in the plugin tests
     446bdf9... Clean more stuff in the safeHaskell tests
     4754da5... Test the ConstraintKind extension and related changes
     3ee5684... Test abstracting over a type variable of kind Constraint
     55c7ab7... Make the test nicer, now that associated types can mention type variables not in the class
     47ac738... ConstraintKind -> ConstraintKinds
     8b971c7... Test Trac #5441
     8acdfa2... Test associated type defaults
     da86648... Merge branch 'master' of http://darcs.haskell.org/testsuite
     e807408... Accept increase in T3294 allocation
     c37e9c7... Tweak tcrun043 to test constraint tuple codegen
     87d9c75... Merge branch 'no-pred-ty'
     b2edda8... Bump T3294 a bit higher again due to high variance
     723804d... Test irreducible-evidence self-interactive
     ee78629... Test #5481
     f796f0f... Add a test for #3103
     d673c4c... Add a test for #3743
     41df3ad... Fix arith013 following integer-gmp changes
     74b0e23... Tweak EvalTest to be less sensitive to whitespace changes
     962a432... Test Trac #3592
     cede5cb... Test Trac #5478
     b42571d... Accept error message change
     ab0d209... Improved debugger output
     e0130b6... Test Trac #5490
     488cd4a... Merge branch 'master' of http://darcs.haskell.org/testsuite
     89bb5d4... Add a test for Integer literals in interface files
     b22a770... T4239 now passes
     e626744... Update T4801 bounds
     e73d520... Add missing file
     04fc7b8... Rejig how performance test stats are stored
     6c06117... Add amd64/OS X specific stats to the T4801 test
     967d417... Merge branch 'master' of mac:ghc/git/val64/testsuite
     73d2c7b... Test cases for GHCi data, class, etc.
     7743d94... add test for a bug with :force
     6f2bc1e... update error messages
     7fea3c4... bump max_bytes_used for T3294
     e82472f... Remove quotes from echo'd comments in GHCi script
     d29666f... Fix #5436 by using 'recover' on handle EOF
     06429f4... Revert "Remove quotes from echo'd comments in GHCi script"
     149ee3e... Merge branch 'master' of http://darcs.haskell.org/testsuite
     0437c0b... Attempt to fix decodingerror002 test for non-UTF8 locales
     2f52323... Don't use "with lock" syntax in the driver
     37686d3... Test some more Integer constant foldings
     9c6f0a5... Fix ghci038 on Windows
     c181404... Tell python to let us use the "with X:" syntax
     673b434... Update test output following change to associated type synonym default kind-checking time
     a878e51... Add test that caused <<loop>> before fix to associated type defaults
     6d8546d... Fix decodingerror002 on Windows
     48d8363... Make T4437 more thorough, and update it
     ff4263e... Add tests for NoTraditionalRecordSyntax
     d93aa59... Wibbles to error messages following fix to Outputable.quotes
     7b35ba0... Test Trac #5515
     403bb18... T5481 should jolly well fail
     cb76297... Test Trac #5513
     60c264f... Accept error message wibble
     5159aff... Test Trac #5508
     75dae52... Test Trac #5514
     e19ec33... Add test case for #5204.
     663e6e4... Add a test for #5430
     a93fcc9... Add some tests for handling of FFI types
     bcbed05... Add a test for newtypes and the FFI
     2ab4055... Add another case to cc015
     7acbfcd... Add a couple more cases to ccfail004
     77e12e0... More cc015 cases
     a518185... Add a test for types of GHC FFI primitive imports
     71ed5be... Add a test highlighting a messy case for FFI type errors
     12a8a4c... Accept type error message changes
     32ce153... Add a test for dynCompileExpr
     e4bc0bd... Tweak ghci032
     0476cf2... Driver: define config.libdir for tests to use
     914623c... Run the dynCompileExpr test all ways
     320cc4e... add a test for foreign imports in GHCi
     41b33ce... Update perf bounds for OS X x86
     95dd586... Fix #4264 on OS X
     d7728d8... Add a test for the output of -ddump-deriv.
     60b026c... Add a test for #5373 (-rtsopts, dynamic libs and OSX / Windows)
     9096095... add test for #5425
     5d4ee37... make the test fail if the sleep doesn't get interrupted (#5471)
     e9c719a... Improve test T5373
     b380cf0... Merge branch 'master' of mac:ghc/git/val32/testsuite
     f8b8096... Have multi[src,mod] test ways clean up after themselves.
     1c48c38... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d980682... Whitespace only in cgrun044.hs
     c5ef31f... Fix some tests following the removal of Num's superclasses
     566e092... Reduce T4801 bounds on amd64/Linux
     a6102f8... Fix more tests following the removal of Num's superclasses
     9dd5d0e... Merge branch 'master' of mac:ghc/git/val32/testsuite
     d8047dc... Follow removal of Eq and Show superclasses from Num
     47f0d9a... update tests for safe haskell changes
     b34d300... Change Safe Haskell tests for new -fpackage-trust flag
     1963804... add test for #5545
     2a62681... use "-osuf p.o" instead of "-osuf p_o", to test #5554
     4918c2f... Catch any uncaught exceptions in test_common_work
     180fc6c... Get rid of the multisrc* test types
     dac5424... generalise cmd_prefix to a general function to transform the command
     13a4962... add a test for #5558
     7ac387e... Merge branch 'master' of http://darcs.haskell.org/testsuite
     4ac1e56... Fix passing spaces to tests on Windows, and add a test for it
     5223d4a... Simplify the 5313 test definition
     b0bc66c... add missing file
     b11859c... follow removal of RunFailed in the GHC API
     755ca94... disable profilng ways (GHC cannot interpret code with profiling)
     2751789... strip away quotes in the argument, hack to fix 5313(ghci)
     00aa664... Merge branch 'master' of http://darcs.haskell.org/testsuite
     9f75c59... Revert "strip away quotes in the argument, hack to fix 5313(ghci)"
     32e8869... Test for misplaced SPECIALISE instance signature
     8cc3f7d... Fix T5331; it had a misplaced signature
     76e428c... Test Trac #5533
     84e2075... Test Trac #5557
     b3f6f53... Wibble to error message
     a0f1542... Test Trac #5549
     f979b4e... Test Trac #5570
     5d088ec... Merge branch 'master' of http://darcs.haskell.org/testsuite
     bb1cff1... Add new tests for relaxed superclass cycle check
     809e016... Fix old tests for new superclass cycle error message
     11db2b3... Test Trac #5573
     aeb8eb3... Test Trac #5566
     8acc919... Fix spacesInArgs(ghci). trac #5575
     fe04622... Merge branch 'master' of http://darcs.haskell.org/testsuite
     95763c0... Improved error meesage
     2fb703c... Accept better perf on Windows
     402adb1... Accept improved stats in T4801
     fbf4be8... Add test for T5581
     d6c0987... test for #5564
     105758e... fix test wrapper for 5558
     7ce2824... Add a couple of hsc2hs tests
     6f7285c... Test :kind and :kind! commands
     950322e... Merge branch 'master' of http://darcs.haskell.org/testsuite
     96b98d4... Merge branch 'master' of http://darcs.haskell.org/testsuite
     65c0876... Merge branch 'master' of http://darcs.haskell.org/testsuite
     222d64b... Update T4801 bounds for x86 (based on OS X values)
     2641d5b... Merge branch 'master' of mac:ghc/git/val32/testsuite
     6b7b66a... The hsc2hs tests now pass on Windows, and 3929 is closed
     4866871... Modify and add a bunch of new tests for Safe Haskell changes
     365fbb0... Add more Safe Haskell tests for new design
     039d367... More fixes to Safe Haskell test for design changes
     da0a8de... More updates to Safe Haskell tests
     edf4eb6... Remove cabal02
     a52f72c... Fix test T5373 for +RTS/rtsopts changes
     ef55fb6... Test for #5589.
     daf6921... Test Trac #5592
     896fda7... Test 5250 works on LLVM now.
     74683ca... Merge branch 'master' of http://darcs.haskell.org/testsuite
     2095a11... make cg057 compile
     345539b... profasm does not require the NCG any more
     5a30e0d... add an unoptimised profiled way ('prof')
     f715e86... code for comparing profile outputs
     1ecff42... some more profiling tests
     8618af3... print032 is not broken any more
     2c731e8... accept (better) output
     f40c222... Add test for a bug in the byte code generator
     5d6ba12... follow changes in Core: Note -> Tick
     e2298b6... Update GenDerivOutput output
     3556bf0... Add a test for #5603
     ac3ca49... Don't give normalised diff output
     bca39ff... Add a test for #5380
     a30ef3b... Add a test for #5267
     bb6389b... Add a test for TH's qAddDependentFile
     7565885... Add a test for trac #5423
     3bb64ba... only add -fno-ghci-history if GHC >= 7.3
     ce693f6... test for #5421
     c118fa3... Add missing file
     5e46853... add test for #5594
     3b1a9aa... update to use HsFFI.h (was using the old Rts.h API)
     a2a0911... dph-diophantine-fast(normal) fails (#5613)
     1008641... Update Mixed01 for new output
     197887b... Follow API changes in DPH tests
     416c1be... ghci038 is expect_broken(5289) on Windows
     ca7979b... fix test on Windows
     dc03259... allow error message normalisation to be customised
     8afe8e5... normalise slashes in error messages
     9f1420c... mark 5250 as expect_fail on Windows
     4e1a51b... add test for #5611
     aa4cf15... shouldn't fail the test if we are accepting output
     3f4f18b... add test for #5559 (unicode cost-centre names)
     d90154a... Add test case T4491 for #4491.
     597334b... Make cgrun059 code slightly clearer
     f3aa71e... Update Safe Haskell test to include recomp checks
     fb847d9... Tabs -> Spaces
     2f4383d... Fix dph-smvm
     0a09d7c... Merge ../../hack/testsuite
     c92cb3f... Add test for #437: recompilation bug with '-main-is'
     8f722ff... Add tests for #5054
     2c9637b... Be explicit about the package exposing D.A.P.Unlifted
     112bd86... For DPH tests, -fdph-* -> -package dph-*
     eecf833... clean some extra files here
     0966849... add test for #5614
     891065b... Whitespace in dph/smvm/dph-smvm.T
     f896a43... Add package dph-prim-par because dph-smvm needs D.A.P.Unlifted too
     77ad4b3... New kind-polymorphic core
     fae9c70... Expect T3330c to pass again
     4ce9f92... Add expected failure output for tc167
     9c6161b... Increase allocation limit for T3064 a bit
     0d28d10... Import Constraint to use it
     d9381b8... Follow dph package name changes
     3f5a092... push the (now correct) output
     b28d9eb... expect failure for 'profasm' too
     0a7cd20... Reduce this test case further.  There looks to be something suspicious going on, perhaps a general bug related to .hs-boot files, we should really look at this.
     1ae2f14... omit prof/dyn ways
     d14a5cd... remove accidentally-left-in debugging output
     d71c537... update results (and add an expected failure) for the ioprof test
     59dbed7... cgrun057: accept output and mark as non-broken (#948)
     c03e812... cleaning of testsuite
     ccedf63... add test for #5626
     82aa075... Test Trac #5628
     3affe82... fix up 5054 test
     dc9ee57... tweak readme
     de50777... Trac #5603 is fixed
     b172b48... Merge branch 'master' of http://darcs.haskell.org/testsuite
     56a2e02... Accept error message wobbles
     8f2f883... Test Trac #5625
     8c59c29... Test Trac #5587
     b6e5cac... Wibble in T3234 output; this one is rather wobbly
     5f29222... Fix meaning of the only_ways field (fixed cgrun057(normal) in validate)
     2d4d9a2... Set -no-hs-main if the test is not Haskell code
     5c28e08... enable RTS opts for GHC 7.3+
     d33b867... add test for #5584
     a9bac00... T5373 is now expected to pass on mingw32/darwin
     fbcc443... add req_shared_libs and use it
     de7a0e5... Fix T4464 for the new way of handling main() and -rtsopts
     142444c... Error message modifications for the new constraint solver.
     fc80ad1... Merge branch 'master' of http://darcs.haskell.org/testsuite
     264d778... Add the right stderr file to T5625
     f492a98... add test for #5238
     c842ce2... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d784b31... Reducing the context stack for this file, which was looping anyway, to make it fail sooner when we run the testsuite. Due to modifications in rewriting we run out or context stack more slowly than before. Perhaps something to come back to at some point.
     b7ad47d... Merge branch 'master' of http://darcs.haskell.org/testsuite
     1a34c03... Remove executable mode from some files
     31fdead... Add kind polymorphism tests
     d168009... Add kind annotations
     6b9f082... Update outputs
     1dd4dd9... Update outputs (error message locations)
     7d56ae3... Add Safe Haskell tests for new '-fwarn-safe', '-fwarn-unsafe' and '-fno-safe-infer' flags.
     d60b11c... Merge branch 'master' of http://darcs.haskell.org/testsuite
     0bde104... Reduce allocation bound for T5030
     5f5403a... Merge branch 'master' of http://darcs.haskell.org/testsuite
     3857074... New test 'dph-classes'
     8c20682... Test Trac #5597
     e4e9dc4... Missed zero in tests for T5030
     c32f136... Update test suite following the removal of the default grouping clause from the SQL-like comprehension notation
     ff280a1... Make this test not require the stm package
     c9819d4... Add a test for #5327
     72117cb... Add missing $(TEST_HC_OPTS) in tests
     65c0119... Define the GHC "compiler_always_flags" in make; fixes trac #5213
     a9d02b3... test for #3589
     01b735e... Add a test for T5198
     9c16644... Merge branch 'master' of http://darcs.haskell.org/testsuite
     fc71627... Filter -fforce-recomp out of TEST_HC_OPTS in the driver tests
     cafbe34... Remove duplicated options from a test
     e0e9d3f... Update encoding002 for lone-surrogates
     dc2a21e... Add tests for T4474
     a20ef03... Define 32bit expected values for T4474*
     cdc28b6... CPUTime001 has moved to base/tests
     364c75a... Move lib/Char tests to base/tests
     8975070... Move testsuite/tests/lib/Data.Fixed test to base/tests
     2de7870... Move testsuite/tests/lib/Show to base/tests
     b83bcb6... Move testsuite/tests/lib/Numeric to base/tests
     de72818... Fix typo
     1554fe9... Move hash001 to base/tests
     9f0fbe2... Move lexNum to base/tests
     76fd9aa... Move Data.List tests to base/tests
     a3e6aad... Move ix001 to base/tests
     67d1803... Move lib/System tests to base/tests
     6d60428... Move ioref001 to base/tests
     568f428... Remove posix001
     ff84085... Enable and fix the posix* tests
     183dc5d... Mostly fix posix005. Complete fix blocked on #5648.
     94a9607... Enable and fix posix006
     330460c... Remove posix007
     11e9597... Remove posix008
     9e47e59... Remove old .stdout files
     af32066... Fix and reenalbe posix009
     b4b2f77... Fix and enable posix010
     2c697fb... Remove posix011
     1dee9e5... Remove posix012
     6f5f64c... Remove posix013
     b5ee036... Fix and enable posix014
     453cd27... Remove sockets tests
     d57e7bb... add test for #5644
     a5bae4f... Simple test for PolyKinds inference
     8f2915e... Update outputs after renaming the ? and ?? kinds
     d0a14b0... accept output ("Linking" message moved from stderr to stdout)
     b0a8b2f... accept output
     4d39beb... clean up test failures
     ab1a521... test SCC with omitted quotes
     bca9767... add test scc004 which is expect_broken(#5654)
     2d037a7... Test Trac #5655
     52e7b67... accept output
     3a53961... Test case for #5643
     71ca58f... Test for #5237
     d218663... Test vectorisation of type classes some more
     486ec3b... fix this test (need to use reservedSignals)
     ac8ec81... Update output
     4b32a83... Update outputs
     b02e48f... Remove GenBigTypes test
     56df55e... dph-classes wibble
     f6f2038... Expect 3307 and environment001 to fail on msys; fixes trac #5599
     b82ab6d... Error message shuffling.
     3e9afab... Add CApiFFI to T4437
     e2147b8... Error message shuffling.
     eacd73a... Add a test by Julien
     700f295... Another PolyKinds test
     02de519... Decrease max bytes allocated limit of T3064
     c921302... defined prof_ways, threaded_ways and opt_ways automatically
     d8513f0... simplify using prof_ways
     5018489... T3103 is expect_broken for optllvm too
     dfdb979... test for GHC.Exts.currentCallStack
     e1d86b9... callstack001 requires profiling
     e8e6faf... Follow error message changes
     7cc9f79... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d82365b... Test Trac #5631
     ac55c8f... Test Trac #5001
     7af4ba8... Test Trac #5625
     c98a1bb... Ignore IDLE in .prof.sample (fix spurious profthreaded failures)
     8ce7a87... accept output
     a243e90... #5371 is now fixed, re-enable ghcilink{001,004} on mingw32
     c7f3881... Test for Debug.Trace.traceStack and GHC.Stack.whoCreated
     17d7c5d... skip posix003 on Windows
     2a39b8f... posix009: omit threaded ways
     cec7971... callstack001: add -fno-state-hack to get consistent output
     e92b106... Update adding source locations to cost centres.
     2cb6f4b... Test Trac #5595
     468aab3... T4120 passes now!  Hooray
     99cfb6a... Track error message changes
     0476b8d... Merge branch 'master' of http://darcs.haskell.org/testsuite
     105d9d1... Add note the T3016 also tests #5652
     b1dbcfb... Merge branch 'master' of http://darcs.haskell.org/testsuite
     eb3af13... Add tests for trac #5486 and #5681.
     cb91760... Fix debugllvm WAY
     06bca96... Accept output for callstack002
     6ee126f... posix004(threaded2) and posix014(threaded2) pass now
     56a34a9... T5030 has improved; update boundaries
     39ee88d... Tests for primtypes 'ArrayArray#' and 'MutableArrayArray#'
     57f7d62... plugins05, plugins06: expect fail for dyn and profiling ways
     bd0df1c... add test from #5363
     0c34f8b... add a perf regression test for #783
     e3ffcfc... dph: follow changes in unlifted API
     b5f86bc... dph: duplicate copy tests as vseg tests
     d26f043... dph: rename test file
     dfeb0b1... dph: add nbody test
     6306f3d... dph: drop optimisation level for some tests to speed up validate
     29e8f38... dph: multi-file tests must be set to alone to avoid build races
     480fe47... Test Trac #5676, and wibble to error message on mod45
     5280cfd... Test Trac #5686
     623fe51... Test Trac #5689
     3e7720a... Mark dph-diophantine (#5613) as fixed
     8740690... Wibble to error message for deriving( Functor )
     2b2e9be... Add InstanceSigs to GhcOnly flags
     55fbd94... accept
     5fe8eb5... add a test for #4018
     c981d72... Move T4113 to libraries/directory/tests (#4480)
     7be9b31... Get the value of $(AR) from ghc --info
     8842213... Merge branch 'master' of http://darcs.haskell.org/testsuite
     7106f75... .gitignore
     c1e6bcc... Add a test for a memory allocation bug in the RTS flag handling.
     3131b9a... Tests for T5684. They won't fail necessarily in 7.2.1 because there was yet another bug (related to lazyness) but if the T5684 bug appears again in HEAD then it will be revealed by this test (because I also fixed the lazyness bug as well).
     a842b7e... Merge branches 'master' and 'master' of darcs.haskell.org:/srv/darcs/testsuite
     2ce7a24... dph: add alone flags to fix build race
     94ebbb0... Testing vectorisation of superclasses
     8556be4... add a test for setNumCapabilities
     9990a40... accept output
     e74ad53... fix $(HAVE_PROFILING) on Windows
     57766ee... add 32-bit output
     5470b9c... Test Trac #5657
     a3e1187... Update Safe Haskell tests
     af5a802... Error change following up kind constraint solving modificatios.
     4341b73... More Safe Haskell tests
     0ff326e... Test Trac #5712
     3aa59bb... Test Trac #5719
     b9cced4... Minor wibbles to error messages, as a result of fiddling with the handling of default declarations
     485c179... Adjust test to handling of unit unboxed tuple
     69d6a42... Test Trac #5700
     974cdfa... Merge branch 'master' of http://darcs.haskell.org/testsuite
     0252d5e... Performance test for Trac #5321
     bbe7143... Test Trac #5721
     b9c2c43... Test Trac #4310
     b22f9a8... Error message wibbles for new CoAxiom story
     42958a6... Adapt test output to reflect better -ddump-deriv output
     0fa4600... add test for #5747
     42b3c45... Count the number of tests that failed due to reqlib()
     e422120... setnumcapabilities001 requires the parallel package
     15d657d... Don't add threaded2_hT unless we have threaded and SMP support
     34a98a8... Skip setnumcapabilities001 if we don't have SMP support
     62b973c... widen the boundaries for space_leak_001 (fixes failure when unregisterised)
     2128679... Test Trac #5759
     19545e4... Merge branch 'master' of http://darcs.haskell.org/testsuite
     b5b8d17... Add quot and rem to the integerConstantFolding test
     40bb395... add reqlib('random')
     12284e5... widen max_bytes_used for T4801
     33b028b... widen peak_megablocks_allocated for T4801 (64bit/Linux)
     fbb1f16... Lots of error message wibbling, following the major TcErrors refactoring
     8cc7d30... Merge branch 'master' of http://darcs.haskell.org/testsuite
     7f24386... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d8877bc... Test Trac #5658b
     50dbd6d... Update .gitignore to include generated test files
     180857e... More .gitignore updates.
     f76da05... Fix T5430, make output independent of user timezone
     026fba4... Update error message
     7c8031d... Add {double,float}FromInteger to the integerConstantFolding test
     94d3e96... Add encodeInteger{Double,Float} to the integerConstantFolding test
     f7fd2eb... Update tests after instances are moved out of Control.Monad.Instances
     9fff56c... Adapt 'dph-classes' to class support in dph-lifted-vseg
     d7cb49b... Adapt DPH tests to classes in the DPH library
     e8145e1... Add Defer02.stdout
     478e70f... Merge branch 'master' of http://darcs.haskell.org/testsuite
     7e94e01... Wibble to recomp006 error
     37a7f7f... Use the new flag -XDataKinds
     82a5fc7... Parse the ghc --info values using a Haskell program, and cache the results
     0114212... The LLVM backend now only works with 2.9+, don't try it if we have 2.7
     b68f2c9... Test Trac #5745
     5304364... Adapt test output
     dd31f20... Revert "The LLVM backend now only works with 2.9+, don't try it if we have 2.7"
     b5fd784... Test Trac #5776
     ba1c4ad... Merge branch 'master' of http://darcs.haskell.org/testsuite
     e79f0da... Add normalise_exe for removing ".exe" extensions in output on Windows
     96a84f7... 3429: We should be using +RTS -C0.001 not +RTS -i0.001
     50a9c42... Skip conc036 entirely (see comments)
     9903acb... foreignInterruptible: expect_fail on Windows
     03abc7c... Expect failure for numrun012(ghci) on Windows
     dcdbb96... fix (non-fast) validate
     89cce01... Add stderr for warning (arising from Trac #5779)
     af9159e... Merge branch 'master' of http://darcs.haskell.org/testsuite
     a084bab... Update .gitignore.
     b6b39d7... Add test for #5785.
     cfbb60a... Test Trac #5742
     4a0d6d3... Merge branch 'master' of http://darcs.haskell.org/testsuite
     20cadb4... Add missing stdout for T5742
     7f4f3e3... accept output
     0e6bd04... Mark dph-diophantine-copy-opt as broken (#5817)
     24ea6da... Add a test for the integerToInt/smallInteger rule
     4419d2f... Generalise the integerToInt_smallInteger test (now fromToInteger)
     a44ad50... Add a perf test for #5536
     7a14730... Add a perf test for #5642
     47015c7... mod175 now passes: #437 is fixed
     92068cc... objc-hi and objcpp-hi fail the ghci way
     8fbc7e6... Fix mod175: Tell make to be quiet
     6248b20... Make TH_Depends more portable
     6c6583d... Tweak TH_Depends
     5fb9263... Make posix003 a little more portable
     9fd62d3... Test Trac #5798
     98cac0b... dph-diophantine is fixed
     a7e178b... Add dph-nbody test with the dph-lifted-copy library
     92ba301... Test Trac #5792
     f0b85aa... Remove the Data.ByteString tests; part of #1161
     94d56b4... Remove the tests/lib/PrettyPrint tests; part of #1161
     129e4e8... Text.Printf tests have moved to base; part of #1161
     a2f9964... Move lib/Time tests into the old-time package
     063958e... Remove Regex tests; part of #1161
     a42b59d... A couple of compiler performance tests have improved :-)
     e2cd616... Minor wibbles in error message ordering
     5b91935... Merge branch 'master' of http://darcs.haskell.org/testsuite
     5ce8ef1... Add test for 'distrust-all-packages' flag
     9cecb04... Add some safe haskell test for '-trust' flag.
     d4b72c8... Don't use TOP_ABS in Makefile rules
     54f9694... Filter colons out of ghc-config-mk
     e6b176b... Remove some Makefile debugging code
     c09cb96... Accept error message changes in response to Trac #5860
     8f5f014... Test Trac #5820
     dbc5516... Merge branch 'master' of http://darcs.haskell.org/testsuite
     7d64580... Merge branch 'master' of http://darcs.haskell.org/testsuite
     d0a6538... Add some tests for ghci under -XSafe
     c6aae5d... Update gitignore
     41ec63b... Add stdout for T5820
     2602c41... test #5836
     58a5b8b... Fix up safe haskell test outputs
     660844f... Make the compiler_always_flags modifiable on a per-test basis
     d183af3... Allow perf bounds to be specified as base + percentage deviation
     aee36f1... Disable -dcore-lint for compiler perf tests
     4857e8b... fix failure in apirecomp001 (IIModule type changed)
     0b38330... update max_bytes_used for T1969
     52e2a3a... add req_smp
     677dc3a... update output
     cf30eb8... Error message wibbles



More information about the Cvs-ghc mailing list