[Git][ghc/ghc][wip/andreask/ffi_callbacks] Apply 1 suggestion(s) to 1 file(s)
Andreas Klebinger (@AndreasK)
gitlab at gitlab.haskell.org
Mon Jan 29 14:26:50 UTC 2024
Andreas Klebinger pushed to branch wip/andreask/ffi_callbacks at Glasgow Haskell Compiler / GHC
Commits:
e935c3d8 by Cheng Shao at 2024-01-29T14:26:48+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- testsuite/tests/ffi/should_run/all.T
Changes:
=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -263,5 +263,7 @@ test('T22159',
makefile_test, ['T22159'])
test('T24314',
- [extra_files(['T24314_c.c'])],
+ [extra_files(['T24314_c.c']),
+ # libffi-wasm doesn't support more than 4 args yet
+ when(arch('wasm32'), skip)],
compile_and_run, ['T24314_c.c'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e935c3d881f9fba95b60286c95f8bc419f3e9978
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/e935c3d881f9fba95b60286c95f8bc419f3e9978
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/20240129/c7803ef5/attachment.html>
More information about the ghc-commits
mailing list