[Git][ghc/ghc][wip/js-staging] Disable fed001 test for javascript backend
Josh Meredith (@JoshMeredith)
gitlab at gitlab.haskell.org
Tue Oct 18 07:59:41 UTC 2022
Josh Meredith pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
7e8bafa4 by Josh Meredith at 2022-10-18T07:59:33+00:00
Disable fed001 test for javascript backend
- - - - -
1 changed file:
- testsuite/tests/ffi/should_run/all.T
Changes:
=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -4,7 +4,8 @@
# extra run flags
# expected process return value, if not zero
-test('fed001', normal, compile_and_run, [''])
+test( 'fed001', js_skip # qsort not yet implemented in JavaScript backend
+ , compile_and_run, [''])
# Omit GHCi for these two, as they use foreign export
test('ffi001', [ omit_ways(['ghci'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e8bafa4de48deb4f14b8306b53a8db773f99b85
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e8bafa4de48deb4f14b8306b53a8db773f99b85
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/20221018/30d2d07a/attachment.html>
More information about the ghc-commits
mailing list