diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-01-18 12:05:39 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-02-03 14:44:17 -0500 |
commit | abac45fc710e66bc84bfab35efc5813399aa333b (patch) | |
tree | dba816cbf8dd3656118ef06a9ff36e4b78c1785d /testsuite/tests/ghci | |
parent | e343526bdf2f50aa5a843e8649acf8b597bc4d80 (diff) | |
download | haskell-abac45fc710e66bc84bfab35efc5813399aa333b.tar.gz |
Mark prog003 as expected_broken on static way #20704
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r-- | testsuite/tests/ghci/prog003/prog003.T | 1 |
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']) |