[Git][ghc/ghc][wip/js-staging] Disable SplcieTypes test
Sylvain Henry (@hsyl20)
gitlab at gitlab.haskell.org
Tue Nov 1 12:31:31 UTC 2022
Sylvain Henry pushed to branch wip/js-staging at Glasgow Haskell Compiler / GHC
Commits:
74f184eb by Sylvain Henry at 2022-11-01T13:35:03+01:00
Disable SplcieTypes test
- - - - -
1 changed file:
- testsuite/tests/hiefile/should_run/all.T
Changes:
=====================================
testsuite/tests/hiefile/should_run/all.T
=====================================
@@ -2,4 +2,4 @@ test('PatTypes', [extra_run_opts('"' + config.libdir + '"'), extra_files(['TestU
test('HieQueries', [extra_run_opts('"' + config.libdir + '"'), extra_files(['TestUtils.hs'])], compile_and_run, ['-package ghc -fwrite-ide-info'])
test('T20341', [extra_run_opts('"' + config.libdir + '"'), extra_files(['TestUtils.hs'])], compile_and_run, ['-package ghc -fwrite-ide-info'])
test('RecordDotTypes', [extra_run_opts('"' + config.libdir + '"'), extra_files(['TestUtils.hs'])], compile_and_run, ['-package ghc -fwrite-ide-info'])
-test('SpliceTypes', [extra_run_opts('"' + config.libdir + '"'), extra_files(['TestUtils.hs'])], compile_and_run, ['-package ghc -fwrite-ide-info'])
+test('SpliceTypes', [req_th, extra_run_opts('"' + config.libdir + '"'), extra_files(['TestUtils.hs'])], compile_and_run, ['-package ghc -fwrite-ide-info'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74f184ebc16c2bace9baeb5e3d8a4f90150ffec3
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/74f184ebc16c2bace9baeb5e3d8a4f90150ffec3
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/20221101/2282c3cf/attachment.html>
More information about the ghc-commits
mailing list