[Git][ghc/ghc][wip/freebsd] 2 commits: testsuite: Mark RestartEventLogging as broken on FreeBSD

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Dec 5 16:58:33 UTC 2024



Ben Gamari pushed to branch wip/freebsd at Glasgow Haskell Compiler / GHC


Commits:
69671a94 by Ben Gamari at 2024-12-05T11:53:22-05:00
testsuite: Mark RestartEventLogging as broken on FreeBSD

I am seeing this fail quite reproducibly.

Due to #19724.

- - - - -
664ec778 by Ben Gamari at 2024-12-05T11:57:53-05:00
testsuite: Mark T16180 as "broken" on FreeBSD

Sadly we in fact need to skip it as it merely times out during
compilation.

See #14012.

- - - - -


2 changed files:

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


Changes:

=====================================
testsuite/tests/rts/all.T
=====================================
@@ -531,7 +531,7 @@ test('InitEventLogging',
      ],
      compile_and_run, ['InitEventLogging_c.c'])
 test('RestartEventLogging',
-     [only_ways(['threaded1','threaded2']), extra_run_opts('+RTS -la -RTS')],
+     [only_ways(['threaded1','threaded2']), extra_run_opts('+RTS -la -RTS'), when(opsys('freebsd'), expect_broken(19724))],
      compile_and_run, ['RestartEventLogging_c.c'])
 
 test('T17088',


=====================================
testsuite/tests/th/all.T
=====================================
@@ -488,9 +488,9 @@ test('T15471', normal, multimod_compile, ['T15471.hs', '-v0'])
 test('T16180',
      [when(llvm_build(), expect_broken_for(16541, ['ext-interp'])),
       req_asm,
-      # Ideally OpenBSD should have expect_broken_for(14012, ['ext-interp']).
+      # Ideally {Free,Open}BSD should have expect_broken_for(14012, ['ext-interp']).
       # Except the failure is in compilation so skip seems the best we can do.
-      when(opsys('openbsd'), skip),
+      when(opsys('openbsd') or opsys('freebsd'), skip),
       expect_broken_for(16541, ghci_ways)],
      compile_and_run, ['-package ghc'])
 test('T16183', normal, compile, ['-v0 -ddump-splices -dsuppress-uniques'])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1b0f99a1a6c3f44511bddffcf11a96d3434ae95b...664ec7785d2bd50b4c96dd6297d4fc03e83b4a8b

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/1b0f99a1a6c3f44511bddffcf11a96d3434ae95b...664ec7785d2bd50b4c96dd6297d4fc03e83b4a8b
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/20241205/b65565b1/attachment-0001.html>


More information about the ghc-commits mailing list