sheaf pushed to branch wip/prog003-fragile at Glasgow Haskell Compiler / GHC Commits: dd563528 by sheaf at 2026-05-19T16:45:03+02:00 Mark prog003 as fragile in static way This test has been unexpectedly passing on fully static alpine builds recently. Mark it as fragile for the time being to unblock CI. - - - - - 1 changed file: - testsuite/tests/ghci/prog003/prog003.T Changes: ===================================== testsuite/tests/ghci/prog003/prog003.T ===================================== @@ -1,10 +1,10 @@ -# This test is very flaky on Windows. +# This test is flaky when building statically, in particular +# on Windows. # It is a genuine bug that should be looked at, but # for the sake of stability of the build bot we disable it for now. -# See #11317. +# See #11317, #20704. test('prog003', [extra_files(['A.hs', 'B.hs', 'C.hs', 'D1.hs', 'D2.hs']), - when(opsys('mingw32'), skip), - unless(config.ghc_dynamic, expect_broken(20704)), + unless(config.ghc_dynamic, fragile(20704)), cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)], ghci_script, ['prog003.script']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dd563528136c0293633e1447c8a7de05... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dd563528136c0293633e1447c8a7de05... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
sheaf (@sheaf)