[Git][ghc/ghc][wip/mp-backports-batch-2] 2 commits: testsuite: Mark T15633 as fixed when static linking
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Fri Feb 10 16:23:28 UTC 2023
Ben Gamari pushed to branch wip/mp-backports-batch-2 at Glasgow Haskell Compiler / GHC
Commits:
f0da1dda by Ben Gamari at 2023-02-10T11:20:56-05:00
testsuite: Mark T15633 as fixed when static linking
Fixes #20706
- - - - -
bcc6c918 by Ben Gamari at 2023-02-10T11:23:08-05:00
relnotes: Mention release notes
- - - - -
2 changed files:
- docs/users_guide/9.6.1-notes.rst
- testsuite/tests/ghci/should_run/all.T
Changes:
=====================================
docs/users_guide/9.6.1-notes.rst
=====================================
@@ -3,6 +3,14 @@
Version 9.6.1
==============
+The significant changes to the various parts of the compiler are listed in the
+following sections. See the `migration guide
+<https://gitlab.haskell.org/ghc/ghc/-/wikis/migration/9.6>`_ on the GHC Wiki
+for specific guidance on migrating programs to this release.
+
+The :ghc-flag:`LLVM backend <-fllvm>` of this release is to be used with LLVM
+10, 11, 12, 13, or 14.
+
Language
~~~~~~~~
=====================================
testsuite/tests/ghci/should_run/all.T
=====================================
@@ -47,7 +47,6 @@ test('T15369', just_ghci, ghci_script, ['T15369.script'])
test('T15633a',
[extra_files(['tc-plugin-ghci/']),
when(opsys('mingw32'), [multi_cpu_race, fragile(16813)]),
- when(opsys('linux') and not ghc_dynamic(), expect_broken(20706)),
only_ways(['ghci']),
pre_cmd('$MAKE -s --no-print-directory -C tc-plugin-ghci package.plugins01 TOP={top}'),
extra_hc_opts("-package-db tc-plugin-ghci/pkg.plugins01/local.package.conf -fplugin TcPluginGHCi")
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f63da175da1f4196d9beab6571998fdd444835d4...bcc6c918baf9164922813e4f05bd41854e274002
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/f63da175da1f4196d9beab6571998fdd444835d4...bcc6c918baf9164922813e4f05bd41854e274002
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/20230210/fab53971/attachment-0001.html>
More information about the ghc-commits
mailing list