[Git][ghc/ghc][wip/manpage-9.8] testsuite: Skip MultiLayerModulesTH_OneShot on darwin
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Nov 12 01:10:22 UTC 2024
Ben Gamari pushed to branch wip/manpage-9.8 at Glasgow Haskell Compiler / GHC
Commits:
90c7d9a6 by Zubin Duggal at 2024-11-11T20:10:03-05:00
testsuite: Skip MultiLayerModulesTH_OneShot on darwin
See #24177
(cherry picked from commit 1bf7ce0e3ec4be3bacea015c42a2a218c33bea43)
- - - - -
1 changed file:
- testsuite/tests/perf/compiler/all.T
Changes:
=====================================
testsuite/tests/perf/compiler/all.T
=====================================
@@ -366,7 +366,10 @@ test('MultiLayerModulesTH_OneShot',
pre_cmd('$MAKE -s --no-print-directory MultiLayerModulesTH_OneShot_Prep'),
extra_files(['genMultiLayerModulesTH']),
unless(have_dynamic(),skip),
- compile_timeout_multiplier(5)
+ compile_timeout_multiplier(5),
+ # We skip the test on darwin due to recent regression due to toolchain
+ # upgrade (tracked in #24177)
+ when(opsys('darwin'), skip)
],
compile_fail,
['-v0'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90c7d9a67a65252d14c99cab35c88bae039e230c
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/90c7d9a67a65252d14c99cab35c88bae039e230c
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/20241111/1ec5b4a6/attachment.html>
More information about the ghc-commits
mailing list