[commit: ghc] master: testsuite: Mark break011 as broken (deed418)

git at git.haskell.org git at git.haskell.org
Mon Oct 17 19:02:31 UTC 2016


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

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

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

commit deed4189b5c84a5dfbe3dca3be7968d66f2a67f4
Author: Ben Gamari <ben at well-typed.com>
Date:   Sun Oct 16 02:05:50 2016 +0000

    testsuite: Mark break011 as broken
    
    See #12712.


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

deed4189b5c84a5dfbe3dca3be7968d66f2a67f4
 testsuite/tests/ghci.debugger/scripts/all.T | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T
index 6571c7f..6313335 100644
--- a/testsuite/tests/ghci.debugger/scripts/all.T
+++ b/testsuite/tests/ghci.debugger/scripts/all.T
@@ -48,7 +48,10 @@ test('break007', extra_clean(['Break007.o', 'Break007.hi']),
 test('break008', normal, ghci_script, ['break008.script'])
 test('break009', combined_output, ghci_script, ['break009.script'])
 test('break010', normal, ghci_script, ['break010.script'])
-test('break011', combined_output, ghci_script, ['break011.script'])
+test('break011',
+     [combined_output,
+      when(msys(), expect_broken(12712))],
+     ghci_script, ['break011.script'])
 test('break012', normal, ghci_script, ['break012.script'])
 test('break013', normal, ghci_script, ['break013.script'])
 test('break014', normal, ghci_script, ['break014.script'])



More information about the ghc-commits mailing list