[commit: testsuite] wip/th-new: Peculiarly, we now pass this test on ghci. (c0e50e9)

git at git.haskell.org git
Fri Oct 4 21:49:00 UTC 2013


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

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/c0e50e9214b5ecb21435d7da70986d30d6128402/testsuite

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

commit c0e50e9214b5ecb21435d7da70986d30d6128402
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Mon Jun 3 15:00:58 2013 +0100

    Peculiarly, we now pass this test on ghci.


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

c0e50e9214b5ecb21435d7da70986d30d6128402
 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