[Git][ghc/ghc][wip/js-staging] test: T23674{w} recomp004 load_short_name -> req_c
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 27 14:40:38 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
6ca21459 by doyougnu at 2022-10-27T10:39:22-04:00
test: T23674{w} recomp004 load_short_name -> req_c
- - - - -
3 changed files:
- testsuite/tests/driver/T12674/all.T
- testsuite/tests/driver/recomp004/all.T
- testsuite/tests/ghci/linking/dyn/all.T
Changes:
=====================================
testsuite/tests/driver/T12674/all.T
=====================================
@@ -1,10 +1,10 @@
test('T12674', [extra_files(['-T12674.hs', '-T12674c.c']),
when(opsys('darwin') and arch('aarch64'), skip),
- js_skip # require support for C sources
+ req_c
],
makefile_test, [])
test('T12674w', [extra_files(['-T12674.hs', '-T12674c.c']),
unless(opsys('mingw32'), skip),
- js_skip # require support for C sources
+ req_c
],
makefile_test, [])
=====================================
testsuite/tests/driver/recomp004/all.T
=====================================
@@ -1,2 +1,2 @@
-test('recomp004', [extra_files(['Main.hs', 'c.h', 'c1.c', 'c2.c']), js_skip],
+test('recomp004', [extra_files(['Main.hs', 'c.h', 'c1.c', 'c2.c']), req_c],
makefile_test, [])
=====================================
testsuite/tests/ghci/linking/dyn/all.T
=====================================
@@ -2,7 +2,7 @@ setTestOpts(req_dynamic_lib_support)
test('load_short_name', [ extra_files(['A.c'])
, unless(doing_ghci, skip)
- , js_skip
+ , req_c
],
makefile_test, ['load_short_name'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6ca2145992e4d306eb149bf9debc1ca59b001f6e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6ca2145992e4d306eb149bf9debc1ca59b001f6e
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/20221027/ac3160ce/attachment-0001.html>
More information about the ghc-commits
mailing list