[Git][ghc/ghc][wip/js-staging] testsuite: skip T5594 and T5402 for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 20:20:12 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
b57112e2 by doyougnu at 2022-10-20T16:19:36-04:00
testsuite: skip T5594 and T5402 for JS
- - - - -
1 changed file:
- testsuite/tests/ffi/should_run/all.T
Changes:
=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -156,14 +156,18 @@ test('T5402', [ omit_ways(['ghci']),
# The T5402_setup hack is to ensure that we generate
# T5402_stub.h before compiling T5402_main.c, which
# needs it.
- pre_cmd('$MAKE -s --no-print-directory T5402_setup') ],
+ pre_cmd('$MAKE -s --no-print-directory T5402_setup'),
+ js_skip
+ ],
compile_and_run, ["-no-hs-main T5402_main.c"])
test('T5594', [ omit_ways(['ghci']),
- pre_cmd('$MAKE -s --no-print-directory T5594_setup') ],
+ pre_cmd('$MAKE -s --no-print-directory T5594_setup'),
# The T5594_setup hack is to ensure that we generate
# T5594_stub.h before compiling T5594_c.c, which
# needs it.
+ js_skip
+ ],
compile_and_run, ['T5594_c.c -no-hs-main'])
test('Capi_Ctype_001', [extra_files(['Capi_Ctype_A_001.hsc', 'capi_ctype_001.h', 'capi_ctype_001_c.c']), js_skip],
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b57112e270b77d11ed55deea08475f9a96ddd30e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b57112e270b77d11ed55deea08475f9a96ddd30e
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/e2d7576a/attachment-0001.html>
More information about the ghc-commits
mailing list