summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2022-01-18 12:05:39 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-02-03 14:44:17 -0500
commitabac45fc710e66bc84bfab35efc5813399aa333b (patch)
treedba816cbf8dd3656118ef06a9ff36e4b78c1785d
parente343526bdf2f50aa5a843e8649acf8b597bc4d80 (diff)
downloadhaskell-abac45fc710e66bc84bfab35efc5813399aa333b.tar.gz
Mark prog003 as expected_broken on static way #20704
-rw-r--r--testsuite/tests/ghci/prog003/prog003.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/prog003/prog003.T b/testsuite/tests/ghci/prog003/prog003.T
index b824445a96..db75d07583 100644
--- a/testsuite/tests/ghci/prog003/prog003.T
+++ b/testsuite/tests/ghci/prog003/prog003.T
@@ -5,5 +5,6 @@
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'])