[commit: ghc] master: integerConstantFolding: no longer broken with -DDEBUG (#1106) (712c45d)

git at git.haskell.org git at git.haskell.org
Thu Mar 9 17:16:30 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/712c45d035797a392e33bba3f8ec4293af61ecab/ghc

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

commit 712c45d035797a392e33bba3f8ec4293af61ecab
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Mar 9 18:13:32 2017 +0100

    integerConstantFolding: no longer broken with -DDEBUG (#1106)


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

712c45d035797a392e33bba3f8ec4293af61ecab
 testsuite/tests/lib/integer/all.T | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/testsuite/tests/lib/integer/all.T b/testsuite/tests/lib/integer/all.T
index ca785f9..e9b19eb 100644
--- a/testsuite/tests/lib/integer/all.T
+++ b/testsuite/tests/lib/integer/all.T
@@ -3,8 +3,7 @@ test('integerConversions', normal, compile_and_run, [''])
 # skip ghci as it doesn't support unboxed tuples
 test('integerGmpInternals', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
 test('plusMinusInteger', [reqlib('integer-gmp'), omit_ways('ghci')], compile_and_run, [''])
-test('integerConstantFolding',
-     [when(compiler_debugged(), expect_broken(11006))], run_command,
+test('integerConstantFolding', [], run_command,
      ['$MAKE -s --no-print-directory integerConstantFolding'])
 test('fromToInteger', [], run_command,
      ['$MAKE -s --no-print-directory fromToInteger'])



More information about the ghc-commits mailing list