[Git][ghc/ghc][wip/backports-9.8] 2 commits: testsuite: Skip T22744 due to #22524
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 27 15:13:25 UTC 2024
Ben Gamari pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC
Commits:
22559ece by Ben Gamari at 2024-11-27T10:09:54-05:00
testsuite: Skip T22744 due to #22524
This test has been routinely timing out on Darwin; this is being
investigated but for the time being we will disable it to move ahead
with the 9.8.4 release.
- - - - -
a3401159 by Mario Blažević at 2024-11-27T10:13:19-05:00
Bumped the upper bound of text to <2.2
(cherry picked from commit 471b267294bc5f17e4864ce9bb2f221c4d47eac8)
- - - - -
3 changed files:
- linters/lint-commit-msg/lint-commit-msg.cabal
- linters/lint-submodule-refs/lint-submodule-refs.cabal
- testsuite/tests/perf/compiler/all.T
Changes:
=====================================
linters/lint-commit-msg/lint-commit-msg.cabal
=====================================
@@ -26,4 +26,4 @@ executable lint-commit-msg
base
>= 4.14 && < 5,
text
- >= 1.2 && < 2.1
+ >= 1.2 && < 2.2
=====================================
linters/lint-submodule-refs/lint-submodule-refs.cabal
=====================================
@@ -15,7 +15,7 @@ executable lint-submodule-refs
base
>= 4.14 && < 5,
text
- >= 1.2 && < 2.1,
+ >= 1.2 && < 2.2,
linters-common
ghc-options:
=====================================
testsuite/tests/perf/compiler/all.T
=====================================
@@ -692,7 +692,7 @@ test('T22744',
req_interp,
pre_cmd('$MAKE -s --no-print-directory T22744'),
extra_files(['genT22744']),
- compile_timeout_multiplier(5)
+ skip, # due to #25524
],
multimod_compile,
['T22744', '-v0'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0768fe933ade0962a324f407e839d21c4469cc23...a3401159f2846605abb517e71af463df47398e72
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/0768fe933ade0962a324f407e839d21c4469cc23...a3401159f2846605abb517e71af463df47398e72
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/20241127/ba60a029/attachment-0001.html>
More information about the ghc-commits
mailing list