[commit: ghc] master: Mark test as expected to pass. (ddf8955)

git at git.haskell.org git at git.haskell.org
Mon Apr 2 18:44:13 UTC 2018


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

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

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

commit ddf895577173106646cfc6f6d21be3d5651067bc
Author: Richard Eisenberg <rae at cs.brynmawr.edu>
Date:   Mon Apr 2 14:43:09 2018 -0400

    Mark test as expected to pass.
    
    This fixes the SplitWD "unexpected pass". This test was fixed
    by ef443820b71f5c9c2dca362217f1a9fbab6dd736 and somehow fell
    through my validation cracks.


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

ddf895577173106646cfc6f6d21be3d5651067bc
 testsuite/tests/typecheck/should_compile/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index 55ca693..6be32f6 100644
--- a/testsuite/tests/typecheck/should_compile/all.T
+++ b/testsuite/tests/typecheck/should_compile/all.T
@@ -600,5 +600,5 @@ test('T14811', normal, compile, [''])
 test('T14934', [extra_files(['T14934.hs', 'T14934a.hs'])], run_command,
                ['$MAKE -s --no-print-directory T14934'])
 test('T13643', normal, compile, [''])
-test('SplitWD', expect_broken(14119), compile, [''])
+test('SplitWD', normal, compile, [''])
 test('T14441', normal, compile, [''])



More information about the ghc-commits mailing list