[commit: ghc] master: Mark T9938 as expect_broken again (471891c)
git at git.haskell.org
git at git.haskell.org
Wed Jan 7 13:55:41 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/471891cb774a58769018ed5df2120d15bddffd28/ghc
>---------------------------------------------------------------
commit 471891cb774a58769018ed5df2120d15bddffd28
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Jan 7 13:56:19 2015 +0000
Mark T9938 as expect_broken again
It's failing reliable for me (as I think it should) and Edward.
See Trac #9938.
Reverts commit 633814f5
>---------------------------------------------------------------
471891cb774a58769018ed5df2120d15bddffd28
testsuite/tests/driver/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/all.T b/testsuite/tests/driver/all.T
index 0bd8d5b..ec4fdb4 100644
--- a/testsuite/tests/driver/all.T
+++ b/testsuite/tests/driver/all.T
@@ -411,7 +411,7 @@ test('write_interface_make', normal, run_command, ['$MAKE -s --no-print-director
test('T9776', normal, compile_fail, ['-frule-check'])
test('T9938',
- [ extra_clean(['T9938.hi', 'T9938.o', 'T9938']) ],
+ [ extra_clean(['T9938.hi', 'T9938.o', 'T9938']), expect_broken(9938) ],
run_command,
['$MAKE -s --no-print-directory T9938'])
More information about the ghc-commits
mailing list