[commit: testsuite] master: Update Safe Haskell tests for changed format. (f4121f3)

2012-04-10 Thread David Terei
vid Terei Date: Tue Apr 10 10:46:56 2012 -0700 Update Safe Haskell tests for changed format. >--- tests/safeHaskell/check/Check09.stderr |3 ++- tests/safeHaskell/ghci/p11.stderr |3 ++-

[commit: testsuite] ghc-7.4: Update safe haskell tests for change output formatting (f139794)

2012-04-06 Thread Paolo Capriotti
vid Terei Date: Tue Apr 3 12:35:46 2012 -0700 Update safe haskell tests for change output formatting tests/safeHaskell/check/pkg01/ImpSafe01.stderr |3 ++- tests/safeHaskell/check/pkg01/ImpSafeOnly03.stderr |3 ++- tests/safeHaskell/flags/SafeFlags17.stderr |3 ++- te

[commit: testsuite] master: Update safe haskell tests for change output formatting (44b4cb0)

2012-04-04 Thread David Terei
vid Terei Date: Tue Apr 3 12:35:46 2012 -0700 Update safe haskell tests for change output formatting tests/safeHaskell/check/pkg01/ImpSafe01.stderr |3 ++- tests/safeHaskell/check/pkg01/ImpSafeOnly03.stderr |3 ++- tests/safeHaskell/flags/SafeFlags17.stderr |3 ++- te

[commit: testsuite] ghc-7.4: Update Safe Haskell tests (759a5ce)

2012-01-06 Thread Ian Lynagh
vid Terei Date: Tue Dec 20 00:57:03 2011 -0800 Update Safe Haskell tests >--- tests/safeHaskell/check/Check01.hs |2 +- tests/safeHaskell/check/Check05.hs |7 +++ tests/safeHaskell/check/Check05.

[commit: testsuite] master: More Safe Haskell tests (4341b73)

2011-12-22 Thread David Terei
vid Terei Date: Tue Dec 20 15:53:57 2011 -0800 More Safe Haskell tests >--- tests/safeHaskell/check/Check06.hs | 13 + tests/safeHaskell/check/Check06.stderr |5 + tests/safeHaskell

[commit: testsuite] master: Update Safe Haskell tests (a3e1187)

2011-12-20 Thread David Terei
vid Terei Date: Tue Dec 20 00:57:03 2011 -0800 Update Safe Haskell tests >--- tests/safeHaskell/check/Check01.hs |2 +- tests/safeHaskell/check/Check05.hs |7 +++ tests/safeHaskell/check/Check05.

[commit: testsuite] master: Add Safe Haskell tests for new '-fwarn-safe', '-fwarn-unsafe' (7d56ae3)

2011-11-16 Thread David Terei
vid Terei Date: Wed Nov 16 13:24:29 2011 -0800 Add Safe Haskell tests for new '-fwarn-safe', '-fwarn-unsafe' and '-fno-safe-infer' flags. tests/safeHaskell/flags/SafeFlags21.hs |9 + tests/safeHaskell/flags/SafeFlags22.hs | 1

[commit: testsuite] master: More updates to Safe Haskell tests (da0a8de)

2011-10-25 Thread David Terei
vid Terei Date: Tue Oct 25 14:24:39 2011 -0700 More updates to Safe Haskell tests >--- tests/cabal/ghcpkg01.stdout| 12 ++-- tests/safeHaskell/safeInfered/SafeInfered04.hs |8

[commit: testsuite] master: Add more Safe Haskell tests for new design (365fbb0)

2011-10-25 Thread David Terei
vid Terei Date: Wed Oct 19 20:02:06 2011 -0700 Add more Safe Haskell tests for new design driver/testlib.py |6 +++--- tests/safeHaskell/flags/SafeFlags03.hs |2 +- tests/safeHaskell/flags/SafeFlags03.stderr |2 +- te

[commit: testsuite] master: Change Safe Haskell tests for new -fpackage-trust flag (b34d300)

2011-10-17 Thread David Terei
vid Terei Date: Mon Oct 17 20:35:28 2011 -0700 Change Safe Haskell tests for new -fpackage-trust flag >--- tests/safeHaskell/check/all.T |3 +++ .../check/pkg01/{ImpSafe01.hs => ImpSafe02.hs}

[commit: testsuite] master: Fix up Safe Haskell tests for recent ghc changes. (fcdb020)

2011-08-09 Thread David Terei
vid Terei Date: Tue Aug 9 13:20:39 2011 -0700 Fix up Safe Haskell tests for recent ghc changes. >--- tests/safeHaskell/check/all.T |2 +- tests/safeHaskell/check/pkg01/Makefile |5 -

Re: Safe Haskell tests

2011-07-12 Thread David Terei
The reason is simply I have a bunch of tests I want to run that require some common infrastructure (in this case a certain package needs to be initially setup). I'd rather not duplicate the infrastructure for each test. I can instead of using 'alone' put the tests into a make file test case, basica

[commit: testsuite] master: More THREAD fixes to safe haskell tests (401ecbe)

2011-07-12 Thread David Terei
vid Terei Date: Tue Jul 12 13:43:08 2011 -0700 More THREAD fixes to safe haskell tests >--- .../safeHaskell/safeLanguage/SafeLang06_A.hs |2 +- .../safeHaskell/safeLanguage/SafeLang07.hs |3 +-- .../safeH

[commit: testsuite] master: Update safe haskell tests after removal of SafeLanguage (78564a2)

2011-07-12 Thread David Terei
vid Terei Date: Tue Jul 12 12:59:40 2011 -0700 Update safe haskell tests after removal of SafeLanguage >--- .../safeHaskell/flags/SafeFlags04.stderr |2 ++ .../safeHaskell/flags/SafeFlags07.stderr

[commit: testsuite] master: Fixes to safe haskell tests when run with THREAD (8e093e4)

2011-07-12 Thread David Terei
vid Terei Date: Tue Jul 12 12:59:18 2011 -0700 Fixes to safe haskell tests when run with THREAD >--- tests/ghc-regress/safeHaskell/check/pkg01/Makefile | 16 tests/ghc-regress/safeHaskell/check/pkg01/all.T

Re: Safe Haskell tests

2011-07-12 Thread Ian Lynagh
On Tue, Jul 12, 2011 at 01:14:42PM -0700, David Terei wrote: > > They should be fixed. I kept the tests dependent on each other but > added the 'alone' function to the setup field of the tests so that > they aren't run in parallel. Let me know if this approach is ill > advised but seems to work fi

Re: Safe Haskell tests

2011-07-12 Thread David Terei
On 12 July 2011 06:01, Ian Lynagh wrote: > > Hi David, > > I'm seeing some Safe Haskell test failures: > >   safeHaskell/check/pkg01  ImpSafeOnly01 [exit code non-0] (normal) >   safeHaskell/check/pkg01  ImpSafeOnly02 [exit code non-0] (normal) >   safeHaskell/check/pkg01  ImpSafeOnly03 [stderr mi

Safe Haskell tests

2011-07-12 Thread Ian Lynagh
Hi David, I'm seeing some Safe Haskell test failures: safeHaskell/check/pkg01 ImpSafeOnly01 [exit code non-0] (normal) safeHaskell/check/pkg01 ImpSafeOnly02 [exit code non-0] (normal) safeHaskell/check/pkg01 ImpSafeOnly03 [stderr mismatch] (normal) safeHaskell/check/pkg01 safePkg

[commit: testsuite] master: Add some more safe haskell tests (2e00424)

2011-07-11 Thread David Terei
vid Terei Date: Mon Jul 11 16:36:33 2011 -0700 Add some more safe haskell tests .../safeHaskell/check/pkg01/ImpSafe01.hs | 12 + .../safeHaskell/check/pkg01/ImpSafe01.stderr |3 + .../safeHaskell/check/pkg01/ImpSafeOnly01.hs |8 +++ .../safeHaskell/check/pk

[commit: testsuite] master: Fix some issues with safe haskell tests (bd1fac9)

2011-07-07 Thread David Terei
vid Terei Date: Thu Jul 7 17:54:19 2011 -0700 Fix some issues with safe haskell tests tests/ghc-regress/safeHaskell/check/Check01.hs |2 +- .../check/{Check01_fail.stderr => Check01.stderr} |0 tests/ghc-regress/safeHaskell/check/Check01_A.hs | 15 ++ tests/ghc-r