[Git][ghc/ghc][wip/js-staging] Fix testsuite
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Thu Oct 20 12:01:36 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
a484ea5b by Sylvain Henry at 2022-10-20T14:05:01+02:00
Fix testsuite
- - - - -
2 changed files:
- testsuite/tests/ffi/should_fail/all.T
- testsuite/tests/ghc-api/all.T
Changes:
=====================================
testsuite/tests/ffi/should_fail/all.T
=====================================
@@ -24,7 +24,7 @@ test('T21305_fail', normal, compile_fail, [''])
# (threaded runtime will hang). See #14912.
test('UnsafeReenter',
[ omit_ways(threaded_ways)
- , exit_code(1),
+ , exit_code(1)
, req_c
],
compile_and_run,
=====================================
testsuite/tests/ghc-api/all.T
=====================================
@@ -29,8 +29,9 @@ test('T18522-dbg-ppr',
extra_run_opts('"' + config.libdir + '"'),
compile_and_run,
['-package ghc'])
-test('T19156', extra_run_opts('"' + config.libdir + '"'),
- js_skip,
+test('T19156', [ extra_run_opts('"' + config.libdir + '"')
+ , js_skip
+ ],
compile_and_run,
['-package ghc'])
test('T20757', [unless(opsys('mingw32'), skip), exit_code(1)],
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a484ea5ba2f609dbd5eaf9b241bd93224cde7da6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a484ea5ba2f609dbd5eaf9b241bd93224cde7da6
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/20221020/3395f35e/attachment-0001.html>
More information about the ghc-commits
mailing list