[commit: ghc] master: Revert "Trac #4945 is working again" (50b9a7a)

git at git.haskell.org git at git.haskell.org
Wed Jul 22 16:33:01 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/50b9a7a355d6fbcb539d4f5aa8313fc0536e8fc3/ghc

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

commit 50b9a7a355d6fbcb539d4f5aa8313fc0536e8fc3
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Wed Jul 22 18:10:42 2015 +0200

    Revert "Trac #4945 is working again"
    
    This reverts commit 5d98b6828f65ce6eea45e93880928b7031955d38.


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

50b9a7a355d6fbcb539d4f5aa8313fc0536e8fc3
 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 d912a42..b675077 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -111,7 +111,7 @@ test('T4918',
 # result of -ddump-simpl, which is never advertised to
 # be very stable
 test('T4945',
-     normal,
+     expect_broken(4945),
      run_command,
      ['$MAKE -s --no-print-directory T4945'])
 



More information about the ghc-commits mailing list