Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/73d82793dd36ab1a07c974f08ae10afd32384dea >--------------------------------------------------------------- commit 73d82793dd36ab1a07c974f08ae10afd32384dea Author: Ian Lynagh <[email protected]> Date: Tue May 15 16:44:56 2012 +0100 4321 is broken again >--------------------------------------------------------------- tests/perf/should_run/all.T | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/tests/perf/should_run/all.T b/tests/perf/should_run/all.T index 69dffbc..bdb3ab1 100644 --- a/tests/perf/should_run/all.T +++ b/tests/perf/should_run/all.T @@ -50,7 +50,9 @@ if config.arch == 'i386': else: sse2_opts = '' -test('T4321', omit_ways(['ghci']), compile_and_run, ['-O ' + sse2_opts]) +test('T4321', + [omit_ways(['ghci']), expect_broken(4321)], + compile_and_run, ['-O ' + sse2_opts]) test('T3736', extra_clean(['T3736.speed.f32']), _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
