[Git][ghc/ghc][ghc-9.6] testsuite: Mark linker_unload_native as fragile
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Thu Sep 21 10:01:15 UTC 2023
Zubin pushed to branch ghc-9.6 at Glasgow Haskell Compiler / GHC
Commits:
6819b70a by Zubin Duggal at 2023-09-21T15:29:00+05:30
testsuite: Mark linker_unload_native as fragile
See #23993. This test is fragile on Alpine (dynamic) but we don't have a way
to mark it as fragile on only that platform, so marking it as fragile on all
platforms.
- - - - -
1 changed file:
- testsuite/tests/rts/linker/all.T
Changes:
=====================================
testsuite/tests/rts/linker/all.T
=====================================
@@ -105,7 +105,8 @@ test('linker_unload_native',
[extra_files(['LinkerUnload.hs', 'Test.hs']),
req_rts_linker,
unless(have_dynamic(), skip),
- when(opsys('darwin') or opsys('mingw32'), skip)],
+ when(opsys('darwin') or opsys('mingw32'), skip),
+ fragile(23993)],
makefile_test, ['linker_unload_native'])
######################################
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6819b70a7739205a75f0b4fefcfcc9fdab39cab9
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6819b70a7739205a75f0b4fefcfcc9fdab39cab9
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/20230921/312ee849/attachment-0001.html>
More information about the ghc-commits
mailing list