summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
diff options
context:
space:
mode:
authorM Farkas-Dyck <strake888@proton.me>2022-11-24 14:30:40 -0800
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-12-01 12:37:56 -0500
commit81eeec7f9a3c826208f05f264a22c80e06139f07 (patch)
treead9c74e0e20ccf19ae98d6a22a2d9e22de4adfe8 /testsuite/tests/ghci/scripts
parentafc2540daf6ca6baa09ab147b792da08d66d878c (diff)
downloadhaskell-81eeec7f9a3c826208f05f264a22c80e06139f07.tar.gz
CI: Forbid the fully static build on Alpine to fail.
To do so, we mark some tests broken in this configuration.
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 321769f21e..f56bb69319 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/tests/ghci/scripts/all.T
@@ -159,7 +159,8 @@ test('T6106', [extra_files(['../shell.hs']),
test('T6105', normal, ghci_script, ['T6105.script'])
test('T7117', normal, ghci_script, ['T7117.script'])
test('ghci058', [extra_files(['../shell.hs']),
- cmd_prefix('ghciWayFlags=' + config.ghci_way_flags)],
+ cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
+ when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))],
ghci_script, ['ghci058.script'])
test('T7587', normal, ghci_script, ['T7587.script'])
test('T7688', normal, ghci_script, ['T7688.script'])