[Git][ghc/ghc][wip/js-staging] Disable cg010 with JS backend

Sylvain Henry (@hsyl20) gitlab at gitlab.haskell.org
Mon Sep 26 21:27:04 UTC 2022



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


Commits:
726b3a12 by Sylvain Henry at 2022-09-26T23:30:16+02:00
Disable cg010 with JS backend

- - - - -


1 changed file:

- testsuite/tests/codeGen/should_compile/cg010/all.T


Changes:

=====================================
testsuite/tests/codeGen/should_compile/cg010/all.T
=====================================
@@ -1 +1,4 @@
-test('cg010', [extra_files(['A.hs','Main.hs'])], makefile_test, ['cg010'])
+test('cg010',
+  [ extra_files(['A.hs','Main.hs'])
+  , js_skip # skip with JS backend because Cmm is required
+  ], makefile_test, ['cg010'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/726b3a12f0e739d9de62711c048fe195e4d8f242

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/726b3a12f0e739d9de62711c048fe195e4d8f242
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/20220926/f2532363/attachment.html>


More information about the ghc-commits mailing list