[Git][ghc/ghc][master] testsuite: Mark T23071 and T2047 as fragile on FreeBSD

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Tue Feb 18 05:47:36 UTC 2025



Ben Gamari pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
ef0e6cfc by Ben Gamari at 2025-02-17T19:20:09-05:00
testsuite: Mark T23071 and T2047 as fragile on FreeBSD

These inexplicably fail on FreeBSD on CI. Sadly I am unable to reproduce
this locally but regardless this is holding up Marge so I will mark them
as fragile for now.

Addresses #25751.

- - - - -


2 changed files:

- testsuite/tests/primops/should_run/all.T
- testsuite/tests/rts/all.T


Changes:

=====================================
testsuite/tests/primops/should_run/all.T
=====================================
@@ -75,7 +75,10 @@ test('FMA_ConstantFold'
     , compile_and_run, ['-O'])
 
 test('T21624', normal, compile_and_run, [''])
-test('T23071', ignore_stdout, compile_and_run, [''])
+test('T23071',
+     [when(opsys('freebsd'), fragile(25751)), ignore_stdout],
+     compile_and_run,
+     [''])
 test('T22710', normal, compile_and_run, [''])
 test('T24496'
     , [ when(have_cpu_feature('fma'), extra_hc_opts('-mfma'))


=====================================
testsuite/tests/rts/all.T
=====================================
@@ -116,6 +116,7 @@ test('outofmem2',
 test('T2047',
      [ignore_stdout,
       extra_run_opts('+RTS -c -RTS'),
+      when(opsys('freebsd'), fragile(25751)),
       # Non-moving collector doesn't support -c
       omit_ways(['nonmoving', 'nonmoving_thr', 'nonmoving_thr_sanity', 'nonmoving_thr_ghc'])],
      compile_and_run, ['-package containers'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef0e6cfc4e348a8c598578052c5b24e2d685e91c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef0e6cfc4e348a8c598578052c5b24e2d685e91c
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/20250218/1b25ae50/attachment-0001.html>


More information about the ghc-commits mailing list