[commit: testsuite] master: T5313 is broken (#7774) (18eed4d)

Ian Lynagh igloo at earth.li
Sun Mar 17 01:50:06 CET 2013


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/18eed4d75a5741e43ac7a8704907da3c292c6afd

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

commit 18eed4d75a5741e43ac7a8704907da3c292c6afd
Author: Ian Lynagh <ian at well-typed.com>
Date:   Sat Mar 16 23:51:31 2013 +0000

    T5313 is broken (#7774)

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

 tests/driver/all.T |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/tests/driver/all.T b/tests/driver/all.T
index 78c80e0..be898f7 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -311,7 +311,11 @@ test('dynHelloWorld',
      compile_and_run,
      [''])
 
-test('T5313', extra_run_opts('"' + config.libdir + '"'), compile_and_run, ['-package ghc'])
+test('T5313',
+     [extra_run_opts('"' + config.libdir + '"'),
+      expect_broken(7774)],
+     compile_and_run,
+     ['-package ghc'])
 
 test('T2464', normal, compile, [''])
 test('T3674',





More information about the ghc-commits mailing list