[commit: testsuite] master: Mark break006 break003 print019 as broken by #8540 (55eb21b)

git at git.haskell.org git at git.haskell.org
Sun Nov 24 18:22:13 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/55eb21beab18a6e9a7c156d91e17119b2de9827c/testsuite

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

commit 55eb21beab18a6e9a7c156d91e17119b2de9827c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Nov 24 18:21:35 2013 +0000

    Mark break006 break003 print019 as broken by #8540
    
    ...when debugging is on, to keep builds reports clean.


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

55eb21beab18a6e9a7c156d91e17119b2de9827c
 tests/ghci.debugger/scripts/all.T |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/ghci.debugger/scripts/all.T b/tests/ghci.debugger/scripts/all.T
index ca5c9a1..5429671 100644
--- a/tests/ghci.debugger/scripts/all.T
+++ b/tests/ghci.debugger/scripts/all.T
@@ -19,7 +19,7 @@ test('print014', normal, ghci_script, ['print014.script'])
 test('print016', normal, ghci_script, ['print016.script'])
 test('print017', normal, ghci_script, ['print017.script'])
 test('print018', normal, ghci_script, ['print018.script'])
-test('print019', normal, ghci_script, ['print019.script'])
+test('print019', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['print019.script'])
 test('print020', normal, ghci_script, ['print020.script'])
 test('print021', normal, ghci_script, ['print021.script'])
 test('print022', normal, ghci_script, ['print022.script'])
@@ -41,9 +41,9 @@ test('print035',
 
 test('break001', normal, ghci_script, ['break001.script'])
 test('break002', normal, ghci_script, ['break002.script'])
-test('break003', normal, ghci_script, ['break003.script'])
+test('break003', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['break003.script'])
 test('break005', normal, ghci_script, ['break005.script'])
-test('break006', normal, ghci_script, ['break006.script'])
+test('break006', when(compiler_debugged(),expect_broken(8540)), ghci_script, ['break006.script'])
 test('break007', extra_clean(['Break007.o', 'Break007.hi']),
      ghci_script, ['break007.script'])
 test('break008', normal, ghci_script, ['break008.script'])



More information about the ghc-commits mailing list