[commit: testsuite] master: T8242 now passes on Windows (9860e57)
git at git.haskell.org
git at git.haskell.org
Fri Oct 25 14:23:38 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/9860e57c352a6b7baf16c7d4bfefda7861cc6cf0/testsuite
>---------------------------------------------------------------
commit 9860e57c352a6b7baf16c7d4bfefda7861cc6cf0
Author: Takano Akio <aljee at hyper.cx>
Date: Thu Oct 24 21:43:28 2013 +0900
T8242 now passes on Windows
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
9860e57c352a6b7baf16c7d4bfefda7861cc6cf0
tests/rts/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/rts/all.T b/tests/rts/all.T
index 09a58cb..d50798b 100644
--- a/tests/rts/all.T
+++ b/tests/rts/all.T
@@ -197,5 +197,5 @@ test('linker_unload',
test('T8209', [ only_ways(threaded_ways), ignore_output ],
compile_and_run, [''])
-test('T8242', [ when(opsys('mingw32'), expect_broken(8242)), only_ways(threaded_ways), ignore_output ],
+test('T8242', [ only_ways(threaded_ways), ignore_output ],
compile_and_run, [''])
More information about the ghc-commits
mailing list