summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog003/prog003.T
blob: db75d075838ab17ae5445e90bcdeb63b80462dd6 (plain)
1
2
3
4
5
6
7
8
9
10
# This test is very flaky 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.
test('prog003',
     [extra_files(['../shell.hs', 'A.hs', 'B.hs', 'C.hs', 'D1.hs', 'D2.hs']),
      when(opsys('mingw32'), skip),
      unless(config.ghc_dynamic, expect_broken(20704)),
      cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
     ghci_script, ['prog003.script'])