[commit: ghc] wip/devel2-ci: testsuite: Mark T11334b as broken in debugged compiler (c2cce33)

git at git.haskell.org git at git.haskell.org
Sun Dec 30 18:35:38 UTC 2018


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

On branch  : wip/devel2-ci
Link       : http://ghc.haskell.org/trac/ghc/changeset/c2cce3357fd6d9b32765782f77d7483a5f068e5d/ghc

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

commit c2cce3357fd6d9b32765782f77d7483a5f068e5d
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Dec 30 13:28:07 2018 -0500

    testsuite: Mark T11334b as broken in debugged compiler
    
    As noted in #16112.


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

c2cce3357fd6d9b32765782f77d7483a5f068e5d
 testsuite/tests/dependent/should_fail/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/dependent/should_fail/all.T b/testsuite/tests/dependent/should_fail/all.T
index f127220..a75886e 100644
--- a/testsuite/tests/dependent/should_fail/all.T
+++ b/testsuite/tests/dependent/should_fail/all.T
@@ -9,7 +9,7 @@ test('SelfDep', normal, compile_fail, [''])
 test('BadTelescope4', normal, compile_fail, [''])
 test('RenamingStar', normal, compile_fail, [''])
 test('T11407', normal, compile_fail, [''])
-test('T11334b', normal, compile_fail, [''])
+test('T11334b', when(compiler_debugged(), expect_broken(16112)), compile_fail, [''])
 test('T11473', normal, compile_fail, [''])
 test('T11471', normal, compile_fail, [''])
 test('T12174', normal, compile_fail, [''])



More information about the ghc-commits mailing list