diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-10-02 11:53:54 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-10-02 14:57:44 -0400 |
commit | 3630ad355a5b7be0240d3071bb662fe710909cca (patch) | |
tree | 3b2036204444c0d583a5631a7bc9146130ea07c4 /testsuite/tests/runghc | |
parent | 42f1d86770f963cf810aa4d31757dda8a08a52fa (diff) | |
download | haskell-3630ad355a5b7be0240d3071bb662fe710909cca.tar.gz |
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)
Diffstat (limited to 'testsuite/tests/runghc')
-rw-r--r-- | testsuite/tests/runghc/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/runghc/all.T b/testsuite/tests/runghc/all.T index 0fd1e76c3c..107f35b74b 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], |