[commit: ghc] master: testsuite: Mark test for #12355 as unbroken on Darwin. (eda5a4a)
git at git.haskell.org
git at git.haskell.org
Sun Oct 2 19:17:33 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/eda5a4ab6c2032ec13d9cd0aac258bb14f0b2ec9/ghc
>---------------------------------------------------------------
commit eda5a4ab6c2032ec13d9cd0aac258bb14f0b2ec9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sun Oct 2 13:47:03 2016 -0400
testsuite: Mark test for #12355 as unbroken on Darwin.
Somehow this testcase works on Darwin but not on Linux. This deserves
further investigation.
>---------------------------------------------------------------
eda5a4ab6c2032ec13d9cd0aac258bb14f0b2ec9
testsuite/tests/codeGen/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index 2fac947..dad755e 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -37,4 +37,4 @@ test('T10667', [ when((arch('powerpc64') or arch('powerpc64le')),
expect_broken(11261))],
compile, ['-g'])
test('T12115', normal, compile, [''])
-test('T12355', expect_broken(12355), compile, [''])
+test('T12355', when(not opsys('darwin'), expect_broken(12355)), compile, [''])
More information about the ghc-commits
mailing list