[commit: testsuite] th-new: Peculiarly, we now pass this test on ghci. (da3c7f9)
Geoffrey Mainland
gmainlan at microsoft.com
Wed Jun 12 13:52:23 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : th-new
https://github.com/ghc/testsuite/commit/da3c7f9efaadbe01780962a226e811d6709d9d91
>---------------------------------------------------------------
commit da3c7f9efaadbe01780962a226e811d6709d9d91
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Mon Jun 3 15:00:58 2013 +0100
Peculiarly, we now pass this test on ghci.
>---------------------------------------------------------------
tests/th/TH_import_loop/TH_import_loop.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/th/TH_import_loop/TH_import_loop.T b/tests/th/TH_import_loop/TH_import_loop.T
index 8a4a180..1e7cc56 100644
--- a/tests/th/TH_import_loop/TH_import_loop.T
+++ b/tests/th/TH_import_loop/TH_import_loop.T
@@ -4,7 +4,7 @@ setTestOpts(when(compiler_profiled(), skip))
test('TH_import_loop',
[extra_clean(['ModuleA.o-boot', 'ModuleA.hi-boot',
'ModuleC.o', 'ModuleC.hi']),
- expect_broken(1012)],
+ expect_broken_for(1012, ['normal', 'hpc', 'optasm', 'threaded1', 'threaded2', 'dyn', 'optllvm'])],
multimod_compile_and_run,
['Main', '-v0'])
More information about the ghc-commits
mailing list