[Git][ghc/ghc][wip/js-staging] testsuite: skip out of memory tests for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Fri Oct 21 12:48:49 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
f52035f8 by doyougnu at 2022-10-21T08:48:13-04:00
testsuite: skip out of memory tests for JS
- - - - -
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)],
+ [unless(opsys('linux') or opsys('freebsd'), skip), js_skip],
makefile_test, [])
test('T21336c',
[ unless(opsys('linux') or opsys('freebsd'), skip)
=====================================
testsuite/tests/programs/seward-space-leak/test.T
=====================================
@@ -1,3 +1,5 @@
-test('seward-space-leak', [extra_files(['Main.lhs']),
- when(fast(), skip)], multimod_compile_and_run,
+test('seward-space-leak', [extra_files(['Main.lhs'])
+ , when(fast(), skip)
+ , js_skip
+ ], multimod_compile_and_run,
['Main', ''])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f52035f82014066b92a96760b158f635501599a2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f52035f82014066b92a96760b158f635501599a2
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/20221021/21a72dfe/attachment-0001.html>
More information about the ghc-commits
mailing list