[commit: ghc] master: T4945 is working again (35eb736)

git at git.haskell.org git at git.haskell.org
Tue Jul 21 16:43:07 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/35eb736b3a171ce70bf4ddfe4717b0968cb1d1c6/ghc

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

commit 35eb736b3a171ce70bf4ddfe4717b0968cb1d1c6
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date:   Tue Jul 21 17:39:49 2015 +0100

    T4945 is working again
    
    This test keeps flipping between ok and not-ok.  In some ways
    this isn't surprising, since it greps in the output of
    -ddump-simpl, but I wish I knew exactly why.  Anyway,
    it's currently working again.


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

35eb736b3a171ce70bf4ddfe4717b0968cb1d1c6
 testsuite/tests/simplCore/should_compile/all.T | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index ba2244e..d912a42 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -106,8 +106,12 @@ test('T4918',
      run_command,
      ['$MAKE -s --no-print-directory T4918'])
 
+# This test flips too and fro about whether it passes
+# I'm not sure why it is so delicate, but it greps the
+# result of -ddump-simpl, which is never advertised to
+# be very stable
 test('T4945',
-     expect_broken(4945),
+     normal,
      run_command,
      ['$MAKE -s --no-print-directory T4945'])
 



More information about the ghc-commits mailing list