[Git][ghc/ghc][wip/js-staging] testsuite: disable T15933 for JS backend
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Tue Oct 18 12:06:27 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
20206973 by doyougnu at 2022-10-18T08:04:01-04:00
testsuite: disable T15933 for JS backend
- - - - -
1 changed file:
- testsuite/tests/ffi/should_run/all.T
Changes:
=====================================
testsuite/tests/ffi/should_run/all.T
=====================================
@@ -204,7 +204,7 @@ test('T12614', [omit_ways(['ghci']),js_skip_csources], compile_and_run, ['T12614
test('T14624', [omit_ways(['ghci'])], compile_and_run, ['T14624_c.c'])
-test('T15933', extra_files(['T15933_c.c', 'T15933.h']), makefile_test, ['T15933'])
+test('T15933', [extra_files(['T15933_c.c', 'T15933.h']), js_skip_csources], makefile_test, ['T15933'])
test('T16650a', [omit_ways(['ghci']), js_skip_csources], compile_and_run, ['T16650a_c.c'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20206973692658de70bb6c8525a794b24f1c442f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/20206973692658de70bb6c8525a794b24f1c442f
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/9506443f/attachment-0001.html>
More information about the ghc-commits
mailing list