[Git][ghc/ghc][master] testsuite: mark T22159 as fragile
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 38b76b2f by Cheng Shao at 2026-05-13T17:48:48-04:00 testsuite: mark T22159 as fragile This patch marks T22159 as fragile on Windows for issue described in #27248. Before we get to the bottom of those failures, this unblocks newer Windows runners. - - - - - 1 changed file: - testsuite/tests/ffi/should_run/all.T Changes: ===================================== testsuite/tests/ffi/should_run/all.T ===================================== @@ -249,6 +249,7 @@ test('T21305', [cmm_src], multi_compile_and_run, test('T22159', [unless(opsys('mingw32'), skip), + fragile(27248), extra_files(['T22159_c.c'])], makefile_test, ['T22159']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/38b76b2f1d918f10d2f9d3e57bd0459d... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/38b76b2f1d918f10d2f9d3e57bd0459d... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)