[Git][ghc/ghc][wip/multilayerth-darwin] testsuite: Skip MultiLayerModulesTH_OneShot on darwin
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Wed Dec 6 14:30:31 UTC 2023
Zubin pushed to branch wip/multilayerth-darwin at Glasgow Haskell Compiler / GHC
Commits:
ec0f2835 by Zubin Duggal at 2023-12-06T19:59:40+05:30
testsuite: Skip MultiLayerModulesTH_OneShot on darwin
See #24177
- - - - -
1 changed file:
- testsuite/tests/perf/compiler/all.T
Changes:
=====================================
testsuite/tests/perf/compiler/all.T
=====================================
@@ -372,7 +372,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,
# see Note [Increased initial stack size for MultiLayerModules]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec0f283544896e9ad41af6be6ef681c3cca3eeac
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ec0f283544896e9ad41af6be6ef681c3cca3eeac
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/20231206/f290cbd1/attachment-0001.html>
More information about the ghc-commits
mailing list