[Git][ghc/ghc][wip/backports-9.8] testsuite: Mark linker_unload_native as fragile

Zubin (@wz1000) gitlab at gitlab.haskell.org
Wed Feb 21 08:41:31 UTC 2024



Zubin pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC


Commits:
f15dd7bd by Zubin Duggal at 2024-02-21T14:10:08+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.

(cherry picked from commit 6819b70a7739205a75f0b4fefcfcc9fdab39cab9)

- - - - -


1 changed file:

- testsuite/tests/rts/linker/all.T


Changes:

=====================================
testsuite/tests/rts/linker/all.T
=====================================
@@ -113,7 +113,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/f15dd7bdbed3fc251e39ca1908552ce1490d0d81

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f15dd7bdbed3fc251e39ca1908552ce1490d0d81
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/20240221/07077d20/attachment.html>


More information about the ghc-commits mailing list