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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/cc59fbaf42bf0e31ed7b2fb4fd5771f9b27ab9ae

>---------------------------------------------------------------

commit cc59fbaf42bf0e31ed7b2fb4fd5771f9b27ab9ae
Author: Simon Peyton Jones <simo...@microsoft.com>
Date:   Mon Dec 24 16:01:02 2012 +0000

    Don't run T7507 in ghci

>---------------------------------------------------------------

 tests/perf/should_run/all.T |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T
index 9e42201..2b0dd27 100644
--- a/tests/perf/should_run/all.T
+++ b/tests/perf/should_run/all.T
@@ -51,7 +51,7 @@ else:
    sse2_opts = ''
 
 test('T4321',
-     [omit_ways(['ghci']), expect_broken(4321)],
+     omit_ways(['ghci']),
      compile_and_run, ['-O ' + sse2_opts])
 
 test('T3736',
@@ -267,5 +267,5 @@ test('Conversions',
      ],
     compile_and_run, ['-O'])
 
-test('T7507', normal, compile_and_run, ['-O'])
+test('T7507', omit_ways(['ghci']), compile_and_run, ['-O'])
 # For 7507, stack overflow is the bad case



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to