sheaf pushed to branch wip/prog003-fragile at Glasgow Haskell Compiler / GHC
Commits:
-
dd563528
by sheaf at 2026-05-19T16:45:03+02:00
1 changed file:
Changes:
| 1 | -# This test is very flaky on Windows.
|
|
| 1 | +# This test is flaky when building statically, in particular
|
|
| 2 | +# on Windows.
|
|
| 2 | 3 | # It is a genuine bug that should be looked at, but
|
| 3 | 4 | # for the sake of stability of the build bot we disable it for now.
|
| 4 | -# See #11317.
|
|
| 5 | +# See #11317, #20704.
|
|
| 5 | 6 | test('prog003',
|
| 6 | 7 | [extra_files(['A.hs', 'B.hs', 'C.hs', 'D1.hs', 'D2.hs']),
|
| 7 | - when(opsys('mingw32'), skip),
|
|
| 8 | - unless(config.ghc_dynamic, expect_broken(20704)),
|
|
| 8 | + unless(config.ghc_dynamic, fragile(20704)),
|
|
| 9 | 9 | cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
|
| 10 | 10 | ghci_script, ['prog003.script']) |