[commit: testsuite] wip/th-new: Peculiarly, we now pass this test on ghci. (f2821d3)
git at git.haskell.org
git at git.haskell.org
Mon Sep 16 07:08:39 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : wip/th-new
Link : http://ghc.haskell.org/trac/ghc/changeset/f2821d3c5055f2c8474610d8c91422b59894a50a/testsuite
>---------------------------------------------------------------
commit f2821d3c5055f2c8474610d8c91422b59894a50a
Author: Geoffrey Mainland <mainland at apeiron.net>
Date: Mon Jun 3 15:00:58 2013 +0100
Peculiarly, we now pass this test on ghci.
>---------------------------------------------------------------
f2821d3c5055f2c8474610d8c91422b59894a50a
tests/th/TH_import_loop/TH_import_loop.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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