[Git][ghc/ghc][wip/js-staging] Disable more Cmm tests
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Mon Oct 3 16:04:30 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
ceabd761 by Sylvain Henry at 2022-10-03T18:07:46+02:00
Disable more Cmm tests
- - - - -
2 changed files:
- testsuite/tests/cmm/should_compile/T21370/all.T
- testsuite/tests/cmm/should_compile/all.T
Changes:
=====================================
testsuite/tests/cmm/should_compile/T21370/all.T
=====================================
@@ -1 +1,4 @@
-test('T21370', [extra_files(["subdir", "test.cmm", "test2.cmm", "Main.hs"])] , makefile_test, [])
+test('T21370',
+ [ extra_files(["subdir", "test.cmm", "test2.cmm", "Main.hs"])
+ , js_skip # use Cmm
+ ], makefile_test, [])
=====================================
testsuite/tests/cmm/should_compile/all.T
=====================================
@@ -1,4 +1,7 @@
-#
+setTestOpts(
+ [ js_skip # Cmm not supported by the JS backend
+ ])
+
test('selfloop', [cmm_src], compile, ['-no-hs-main'])
test('cmm_sink_sp', [ only_ways(['optasm']), grep_errmsg('(\[Sp.*\]).*(=).*(\[.*R1.*\]).*;',[1,2,3]), cmm_src], compile, ['-no-hs-main -ddump-cmm -dsuppress-uniques -O'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ceabd7616a62d757d9f1bb58d71e55de39e4b166
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ceabd7616a62d757d9f1bb58d71e55de39e4b166
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/20221003/b2005060/attachment.html>
More information about the ghc-commits
mailing list