[commit: ghc] master: Mark #6132 as broken on OS X (3630ad3)

git at git.haskell.org git at git.haskell.org
Sun Oct 2 19:17:27 UTC 2016


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

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

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

commit 3630ad355a5b7be0240d3071bb662fe710909cca
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Sun Oct 2 11:53:54 2016 -0400

    Mark #6132 as broken on OS X
    
    It currently fails with,
    
        =====> T6132(normal) 1 of 1 [0, 0, 0]
        cd "./runghc/T6132.run" && "/Users/bgamari/ghc/inplace/test
        spaces/ghc-stage2" -c T6132.hs -dcore-lint -dcmm-lint
        -no-user-package-db -rtsopts -fno-warn-missed-specialisations
        -fshow-warning-groups -dno-debug-output
        Compile failed (exit code 1) errors were:
    
        T6132.hs:1:2: error: parse error on input ‘#!/’
    
        *** unexpected failure for T6132(normal)


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

3630ad355a5b7be0240d3071bb662fe710909cca
 testsuite/tests/runghc/all.T | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/runghc/all.T b/testsuite/tests/runghc/all.T
index 0fd1e76..107f35b 100644
--- a/testsuite/tests/runghc/all.T
+++ b/testsuite/tests/runghc/all.T
@@ -7,7 +7,7 @@ test('T8601', req_interp, run_command,
 test('T11247', [req_interp, expect_broken(11247)], run_command,
      ['$MAKE --no-print-directory -s T11247'])
 
-test('T6132', [], compile, [''])
+test('T6132', [when(opsys('darwin'), expect_broken(6132))], compile, [''])
 
 test('T-signals-child',
      [when(opsys('mingw32'), skip), req_interp],



More information about the ghc-commits mailing list