[commit: ghc] master: testsuite: Mark T15349 as broken in the ghci way (2146994)

git at git.haskell.org git at git.haskell.org
Tue Oct 23 20:21:15 UTC 2018


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

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

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

commit 214699477a641bab7d3b9e063682a6b71a1f8b35
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Oct 18 20:48:06 2018 -0400

    testsuite: Mark T15349 as broken in the ghci way
    
    See #15349.


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

214699477a641bab7d3b9e063682a6b71a1f8b35
 libraries/base/tests/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/tests/all.T b/libraries/base/tests/all.T
index 7cb5c4f..90af902 100644
--- a/libraries/base/tests/all.T
+++ b/libraries/base/tests/all.T
@@ -241,4 +241,4 @@ test('T14425', normal, compile_and_run, [''])
 test('T10412', normal, compile_and_run, [''])
 test('T13896', normal, compile_and_run, [''])
 test('T13167', normal, compile_and_run, [''])
-test('T15349', [exit_code(1)], compile_and_run, [''])
+test('T15349', [exit_code(1), expect_broken_for(15349, 'ghci')], compile_and_run, [''])



More information about the ghc-commits mailing list