[commit: testsuite] master: TH_import_loops fails for GHCi again (84b4e9b)

git at git.haskell.org git at git.haskell.org
Mon Dec 2 13:38:52 UTC 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/84b4e9b4e2f1de48d573ec5035a687d318f7b651/testsuite

>---------------------------------------------------------------

commit 84b4e9b4e2f1de48d573ec5035a687d318f7b651
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Dec 2 13:38:11 2013 +0000

    TH_import_loops fails for GHCi again
    
    This reverts commit c0e50e9214b5ecb21435d7da70986d30d6128402 and is related to
    ticket #1012.


>---------------------------------------------------------------

84b4e9b4e2f1de48d573ec5035a687d318f7b651
 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 1e7cc56..8a4a180 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_for(1012, ['normal', 'hpc', 'optasm', 'threaded1', 'threaded2', 'dyn', 'optllvm'])],
+      expect_broken(1012)],
      multimod_compile_and_run,
      ['Main', '-v0'])
 



More information about the ghc-commits mailing list