[commit: ghc] master: Trac #4945 is working again (5d98b68)

git at git.haskell.org git at git.haskell.org
Thu Jun 18 14:18:26 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5d98b6828f65ce6eea45e93880928b7031955d38/ghc

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

commit 5d98b6828f65ce6eea45e93880928b7031955d38
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Thu Jun 18 15:18:19 2015 +0100

    Trac #4945 is working again
    
    This test greps in the ouput of -ddump-simpl, so it's fragile.
    It stopped working for a while, but now works again. I don't know
    why, but I don't have time to investigate, so I'll just mark it
    as ok.


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

5d98b6828f65ce6eea45e93880928b7031955d38
 testsuite/tests/simplCore/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index f7ff85b..3a8a6e1 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -107,7 +107,7 @@ test('T4918',
      ['$MAKE -s --no-print-directory T4918'])
 
 test('T4945',
-     expect_broken(4945),
+     normal,
      run_command,
      ['$MAKE -s --no-print-directory T4945'])
 



More information about the ghc-commits mailing list