[Git][ghc/ghc][wip/js-th] TH_import_loop is now broken as expected

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Thu Jun 1 07:17:57 UTC 2023



Sylvain Henry pushed to branch wip/js-th at Glasgow Haskell Compiler / GHC


Commits:
020790c2 by Sylvain Henry at 2023-05-31T16:45:11+02:00
TH_import_loop is now broken as expected

- - - - -


1 changed file:

- testsuite/tests/th/TH_import_loop/TH_import_loop.T


Changes:

=====================================
testsuite/tests/th/TH_import_loop/TH_import_loop.T
=====================================
@@ -1,7 +1,6 @@
 
 test('TH_import_loop',
      [extra_files(['Main.hs', 'ModuleA.hs', 'ModuleA.hs-boot', 'ModuleB.hs', 'ModuleC.hs'])
-       # only broken for native linker, not the JS one
-     , unless(js_arch(), expect_broken(1012))
+     , expect_broken(1012)
      ], multimod_compile_and_run,
      ['Main', '-v0'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/020790c2ec2741b3ee121ddd2459e8ca9c62de01

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/020790c2ec2741b3ee121ddd2459e8ca9c62de01
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230601/4750479b/attachment.html>


More information about the ghc-commits mailing list