[Git][ghc/ghc][wip/js-staging] testsuite: skip TargetContents for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 20:42:31 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
b8f3ec57 by doyougnu at 2022-10-20T16:41:47-04:00
testsuite: skip TargetContents for JS
- - - - -
1 changed file:
- testsuite/tests/ghc-api/target-contents/all.T
Changes:
=====================================
testsuite/tests/ghc-api/target-contents/all.T
=====================================
@@ -1,4 +1,6 @@
test('TargetContents',
- [extra_run_opts('"' + config.libdir + '"')]
+ [ extra_run_opts('"' + config.libdir + '"')
+ , js_skip
+ ]
, compile_and_run,
['-package ghc -package exceptions'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8f3ec5773599735d0149541a7d483d82ea558ba
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b8f3ec5773599735d0149541a7d483d82ea558ba
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/d3bb8f2a/attachment.html>
More information about the ghc-commits
mailing list