[Git][ghc/ghc][wip/js-staging] testsuite: mark more tests with req_js_compactor
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Tue Oct 25 19:36:43 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
99c008a4 by doyougnu at 2022-10-25T15:36:01-04:00
testsuite: mark more tests with req_js_compactor
- - - - -
2 changed files:
- libraries/base/tests/IO/T21336/all.T
- testsuite/tests/programs/seward-space-leak/test.T
Changes:
=====================================
libraries/base/tests/IO/T21336/all.T
=====================================
@@ -3,7 +3,7 @@ test('T21336a',
[unless(opsys('linux') or opsys('freebsd'), skip), js_skip],
compile_and_run, [''])
test('T21336b',
- [unless(opsys('linux') or opsys('freebsd'), skip), js_skip],
+ [unless(opsys('linux') or opsys('freebsd'), skip), req_js_compactor],
makefile_test, [])
test('T21336c',
[ unless(opsys('linux') or opsys('freebsd'), skip)
=====================================
testsuite/tests/programs/seward-space-leak/test.T
=====================================
@@ -1,5 +1,5 @@
test('seward-space-leak', [extra_files(['Main.lhs'])
, when(fast(), skip)
- , js_skip
+ , req_js_compactor
], multimod_compile_and_run,
['Main', ''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99c008a46643f0309d3a0b7f58fbbd7ed6da7117
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/99c008a46643f0309d3a0b7f58fbbd7ed6da7117
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/20221025/2d4c6c8b/attachment-0001.html>
More information about the ghc-commits
mailing list