[Git][ghc/ghc][wip/js-staging] testsuite: skip DocsInHiFileTH for JS
doyougnu (@doyougnu)
gitlab at gitlab.haskell.org
Thu Oct 20 22:49:39 UTC 2022
doyougnu pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
bd3bd211 by doyougnu at 2022-10-20T18:48:58-04:00
testsuite: skip DocsInHiFileTH for JS
- - - - -
1 changed file:
- testsuite/tests/showIface/all.T
Changes:
=====================================
testsuite/tests/showIface/all.T
=====================================
@@ -7,7 +7,7 @@ test('DocsInHiFile1',
makefile_test, ['DocsInHiFile1'])
test('T17871', [extra_files(['T17871a.hs'])], multimod_compile, ['T17871', '-v0'])
test('DocsInHiFileTH',
- extra_files(['DocsInHiFileTHExternal.hs', 'DocsInHiFileTH.hs']),
+ [extra_files(['DocsInHiFileTHExternal.hs', 'DocsInHiFileTH.hs']), js_skip],
makefile_test, ['DocsInHiFileTH'])
test('NoExportList',
normal,
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd3bd21142edf0b3044c7702df95af5323f7459c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bd3bd21142edf0b3044c7702df95af5323f7459c
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/1a4965c9/attachment.html>
More information about the ghc-commits
mailing list