[Git][ghc/ghc][wip/js-staging] Disable tests using C files
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Thu Oct 6 12:51:40 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
e760b667 by Sylvain Henry at 2022-10-06T14:54:49+02:00
Disable tests using C files
- - - - -
1 changed file:
- testsuite/driver/testlib.py
Changes:
=====================================
testsuite/driver/testlib.py
=====================================
@@ -737,6 +737,8 @@ def literate( name, opts ):
def c_src( name, opts ):
opts.c_src = True
+ # JS backend doesn't support C (yet)
+ js_skip(name, opts)
def objc_src( name, opts ):
opts.objc_src = True
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e760b66750747e021d4af06e70572d61816ea391
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e760b66750747e021d4af06e70572d61816ea391
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/20221006/61285475/attachment-0001.html>
More information about the ghc-commits
mailing list